@charset "UTF-8";.anwp-aspect-auto{aspect-ratio:auto}.anwp-aspect-square{aspect-ratio:1/1}.anwp-aspect-video{aspect-ratio:16/9}.anwp-aspect-4-3{aspect-ratio:4/3}.anwp-aspect-3-2{aspect-ratio:3/2}.anwp-border{border-style:solid;border-width:1px}.anwp-border-top{border-top-style:solid;border-top-width:1px}.anwp-border-right{border-right-style:solid;border-right-width:1px}.anwp-border-bottom{border-bottom-style:solid;border-bottom-width:1px}.anwp-border-left{border-left-style:solid;border-left-width:1px}.anwp-border-0{border:0}.anwp-border-top-0{border-top:0}.anwp-border-right-0{border-right:0}.anwp-border-bottom-0{border-bottom:0}.anwp-border-left-0{border-left:0}.anwp-border-collapse{border-collapse:collapse}.anwp-border-separate{border-collapse:separate}.anwp-box-border{box-sizing:border-box}.anwp-box-content{box-sizing:content-box}:root{--anwp-color-black:#000;--anwp-color-white:#fff}.anwp-text-current{color:currentColor}.anwp-text-transparent{color:transparent}.anwp-text-black{color:var(--anwp-color-black)}.anwp-text-white{color:var(--anwp-color-white)}.anwp-bg-current{background-color:currentColor}.anwp-bg-transparent{background-color:transparent}.anwp-bg-black{background-color:var(--anwp-color-black)}.anwp-bg-white{background-color:var(--anwp-color-white)}.anwp-border-current{border-color:currentColor}.anwp-border-transparent{border-color:transparent}.anwp-border-black{border-color:var(--anwp-color-black)}.anwp-border-white{border-color:var(--anwp-color-white)}.anwp-link-cover,.anwp-position-cover{inset:0;position:absolute}.anwp-cursor-auto{cursor:auto}.anwp-cursor-default{cursor:default}.anwp-cursor-pointer{cursor:pointer}.anwp-cursor-wait{cursor:wait}.anwp-cursor-text{cursor:text}.anwp-cursor-move{cursor:move}.anwp-cursor-not-allowed{cursor:not-allowed}.anwp-d-block{display:block}.anwp-d-inline{display:inline}.anwp-d-inline-block{display:inline-block}.anwp-d-none{display:none}.anwp-hidden{visibility:hidden}.anwp-d-flex{display:flex}.anwp-d-inline-flex{display:inline-flex}.anwp-d-grid{display:grid}.anwp-d-inline-grid{display:inline-grid}.anwp-sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.anwp-flex-1{flex:1 1 0%}.anwp-flex-auto{flex:1 1 auto}.anwp-flex-initial{flex:0 1 auto}.anwp-flex-none{flex:none}@media (min-width:576px){.anwp-flex-sm-1{flex:1 1 0%}.anwp-flex-sm-auto{flex:1 1 auto}.anwp-flex-sm-initial{flex:0 1 auto}.anwp-flex-sm-none{flex:none}}@media (min-width:768px){.anwp-flex-md-1{flex:1 1 0%}.anwp-flex-md-auto{flex:1 1 auto}.anwp-flex-md-initial{flex:0 1 auto}.anwp-flex-md-none{flex:none}}@media (min-width:992px){.anwp-flex-lg-1{flex:1 1 0%}.anwp-flex-lg-auto{flex:1 1 auto}.anwp-flex-lg-initial{flex:0 1 auto}.anwp-flex-lg-none{flex:none}}@media (min-width:1200px){.anwp-flex-xl-1{flex:1 1 0%}.anwp-flex-xl-auto{flex:1 1 auto}.anwp-flex-xl-initial{flex:0 1 auto}.anwp-flex-xl-none{flex:none}}.anwp-grow{flex-grow:1}.anwp-grow-0{flex-grow:0}.anwp-shrink{flex-shrink:1}.anwp-shrink-0{flex-shrink:0}.anwp-flex-row{flex-direction:row}.anwp-flex-row-reverse{flex-direction:row-reverse}.anwp-flex-col{flex-direction:column}.anwp-flex-col-reverse{flex-direction:column-reverse}@media (min-width:576px){.anwp-flex-sm-row{flex-direction:row}.anwp-flex-sm-row-reverse{flex-direction:row-reverse}.anwp-flex-sm-col{flex-direction:column}.anwp-flex-sm-col-reverse{flex-direction:column-reverse}}@media (min-width:768px){.anwp-flex-md-row{flex-direction:row}.anwp-flex-md-row-reverse{flex-direction:row-reverse}.anwp-flex-md-col{flex-direction:column}.anwp-flex-md-col-reverse{flex-direction:column-reverse}}@media (min-width:992px){.anwp-flex-lg-row{flex-direction:row}.anwp-flex-lg-row-reverse{flex-direction:row-reverse}.anwp-flex-lg-col{flex-direction:column}.anwp-flex-lg-col-reverse{flex-direction:column-reverse}}@media (min-width:1200px){.anwp-flex-xl-row{flex-direction:row}.anwp-flex-xl-row-reverse{flex-direction:row-reverse}.anwp-flex-xl-col{flex-direction:column}.anwp-flex-xl-col-reverse{flex-direction:column-reverse}}.anwp-flex-wrap{flex-wrap:wrap}.anwp-flex-wrap-reverse{flex-wrap:wrap-reverse}.anwp-flex-nowrap{flex-wrap:nowrap}.anwp-justify-start{justify-content:flex-start}.anwp-justify-end{justify-content:flex-end}.anwp-justify-center{justify-content:center}.anwp-justify-between{justify-content:space-between}.anwp-justify-around{justify-content:space-around}.anwp-justify-evenly{justify-content:space-evenly}.anwp-items-start{align-items:flex-start}.anwp-items-end{align-items:flex-end}.anwp-items-center{align-items:center}.anwp-items-baseline{align-items:baseline}.anwp-items-stretch{align-items:stretch}.anwp-content-start{align-content:flex-start}.anwp-content-end{align-content:flex-end}.anwp-content-center{align-content:center}.anwp-content-between{align-content:space-between}.anwp-content-around{align-content:space-around}.anwp-content-stretch{align-content:stretch}.anwp-self-auto{align-self:auto}.anwp-self-start{align-self:flex-start}.anwp-self-end{align-self:flex-end}.anwp-self-center{align-self:center}.anwp-self-stretch{align-self:stretch}.anwp-self-baseline{align-self:baseline}.anwp-order-first{order:-9999}.anwp-order-last{order:9999}.anwp-order-none{order:0}.anwp-order-1{order:1}.anwp-order-2{order:2}.anwp-order-3{order:3}.anwp-order-4{order:4}.anwp-order-5{order:5}.anwp-order-6{order:6}.anwp-place-center{place-items:center}.anwp-place-self-center{place-self:center}.anwp-gap-0{gap:0}.anwp-gap-1{gap:5px}.anwp-gap-2{gap:10px}.anwp-gap-3{gap:15px}.anwp-gap-4{gap:20px}.anwp-gap-5{gap:25px}.anwp-gap-y-0{row-gap:0}.anwp-gap-y-1{row-gap:5px}.anwp-gap-y-2{row-gap:10px}.anwp-gap-y-3{row-gap:15px}.anwp-gap-y-4{row-gap:20px}.anwp-gap-y-5{row-gap:25px}.anwp-gap-x-0{-moz-column-gap:0;column-gap:0}.anwp-gap-x-1{-moz-column-gap:5px;column-gap:5px}.anwp-gap-x-2{-moz-column-gap:10px;column-gap:10px}.anwp-gap-x-3{-moz-column-gap:15px;column-gap:15px}.anwp-gap-x-4{-moz-column-gap:20px;column-gap:20px}.anwp-gap-x-5{-moz-column-gap:25px;column-gap:25px}.anwp-grid-auto-fill{--grid-min-width:200px;grid-template-columns:repeat(auto-fill,minmax(min(var(--grid-min-width),100%),1fr))}.anwp-grid-auto-fit{--grid-min-width:200px;grid-template-columns:repeat(auto-fit,minmax(min(var(--grid-min-width),100%),1fr))}.anwp-grid-min-150{--grid-min-width:150px}.anwp-grid-min-200{--grid-min-width:200px}.anwp-grid-min-250{--grid-min-width:250px}.anwp-grid-min-300{--grid-min-width:300px}.anwp-grid-min-350{--grid-min-width:350px}.anwp-grid-min-400{--grid-min-width:400px}.anwp-grid-dense{grid-auto-flow:dense}.anwp-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.anwp-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.anwp-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.anwp-grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.anwp-grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}@media (min-width:576px){.anwp-grid-cols-sm-1{grid-template-columns:repeat(1,minmax(0,1fr))}.anwp-grid-cols-sm-2{grid-template-columns:repeat(2,minmax(0,1fr))}.anwp-grid-cols-sm-3{grid-template-columns:repeat(3,minmax(0,1fr))}.anwp-grid-cols-sm-4{grid-template-columns:repeat(4,minmax(0,1fr))}.anwp-grid-cols-sm-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:768px){.anwp-grid-cols-md-1{grid-template-columns:repeat(1,minmax(0,1fr))}.anwp-grid-cols-md-2{grid-template-columns:repeat(2,minmax(0,1fr))}.anwp-grid-cols-md-3{grid-template-columns:repeat(3,minmax(0,1fr))}.anwp-grid-cols-md-4{grid-template-columns:repeat(4,minmax(0,1fr))}.anwp-grid-cols-md-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:992px){.anwp-grid-cols-lg-1{grid-template-columns:repeat(1,minmax(0,1fr))}.anwp-grid-cols-lg-2{grid-template-columns:repeat(2,minmax(0,1fr))}.anwp-grid-cols-lg-3{grid-template-columns:repeat(3,minmax(0,1fr))}.anwp-grid-cols-lg-4{grid-template-columns:repeat(4,minmax(0,1fr))}.anwp-grid-cols-lg-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.anwp-col-span-2{grid-column:span 2}.anwp-col-span-3{grid-column:span 3}.anwp-col-span-4{grid-column:span 4}.anwp-col-span-6{grid-column:span 6}.anwp-col-span-full{grid-column:1/-1}.anwp-row-span-2{grid-row:span 2}.anwp-row-span-3{grid-row:span 3}.anwp-row-span-full{grid-row:1/-1}.anwp-image-background-contain,.anwp-image-background-cover{background-position:50% 50%;background-repeat:no-repeat}.anwp-image-background-cover{background-size:cover}.anwp-image-background-contain{background-size:contain}.anwp-user-select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.anwp-user-select-auto{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.anwp-user-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.anwp-object-contain{-o-object-fit:contain;object-fit:contain}.anwp-object-cover{-o-object-fit:cover;object-fit:cover}.anwp-object-fill{-o-object-fit:fill;object-fit:fill}.anwp-object-none{-o-object-fit:none;object-fit:none}.anwp-object-scale-down{-o-object-fit:scale-down;object-fit:scale-down}.anwp-opacity-0{opacity:0}.anwp-opacity-10{opacity:.1}.anwp-opacity-20{opacity:.2}.anwp-opacity-30{opacity:.3}.anwp-opacity-40{opacity:.4}.anwp-opacity-50{opacity:.5}.anwp-opacity-60{opacity:.6}.anwp-opacity-70{opacity:.7}.anwp-opacity-80{opacity:.8}.anwp-opacity-90{opacity:.9}.anwp-opacity-100{opacity:1}.anwp-overflow-auto{overflow:auto}.anwp-overflow-hidden{overflow:hidden}.anwp-overflow-visible{overflow:visible}.anwp-overflow-scroll{overflow:scroll}.anwp-overflow-x-auto{overflow-x:auto}.anwp-overflow-y-auto{overflow-y:auto}.anwp-overflow-x-hidden{overflow-x:hidden}.anwp-overflow-y-hidden{overflow-y:hidden}.anwp-overflow-x-visible{overflow-x:visible}.anwp-overflow-y-visible{overflow-y:visible}.anwp-overflow-x-scroll{overflow-x:scroll}.anwp-overflow-y-scroll{overflow-y:scroll}.anwp-static{position:static}.anwp-relative{position:relative}.anwp-absolute{position:absolute}.anwp-fixed{position:fixed}.anwp-sticky{position:sticky}.anwp-top-0{top:0}.anwp-right-0{right:0}.anwp-bottom-0{bottom:0}.anwp-left-0{left:0}.anwp-inset-0{inset:0}.anwp-inset-y-0{bottom:0;top:0}.anwp-inset-x-0{left:0;right:0}.anwp-rounded-none{border-radius:0}.anwp-rounded-sm{border-radius:2px}.anwp-rounded{border-radius:4px}.anwp-rounded-md{border-radius:6px}.anwp-rounded-lg{border-radius:8px}.anwp-w-10{width:10px}.anwp-h-10{height:10px}.anwp-h-min-10{min-height:10px}.anwp-h-max-10{max-height:10px}.anwp-w-20{width:20px}.anwp-h-20{height:20px}.anwp-h-min-20{min-height:20px}.anwp-h-max-20{max-height:20px}.anwp-w-30{width:30px}.anwp-h-30{height:30px}.anwp-h-min-30{min-height:30px}.anwp-h-max-30{max-height:30px}.anwp-w-40{width:40px}.anwp-h-40{height:40px}.anwp-h-min-40{min-height:40px}.anwp-h-max-40{max-height:40px}.anwp-w-50{width:50px}.anwp-h-50{height:50px}.anwp-h-min-50{min-height:50px}.anwp-h-max-50{max-height:50px}.anwp-w-60{width:60px}.anwp-h-60{height:60px}.anwp-h-min-60{min-height:60px}.anwp-h-max-60{max-height:60px}.anwp-w-70{width:70px}.anwp-h-70{height:70px}.anwp-h-min-70{min-height:70px}.anwp-h-max-70{max-height:70px}.anwp-w-80{width:80px}.anwp-h-80{height:80px}.anwp-h-min-80{min-height:80px}.anwp-h-max-80{max-height:80px}.anwp-w-90{width:90px}.anwp-h-90{height:90px}.anwp-h-min-90{min-height:90px}.anwp-h-max-90{max-height:90px}.anwp-w-100{width:100px}.anwp-h-100{height:100px}.anwp-h-min-100{min-height:100px}.anwp-h-max-100{max-height:100px}.anwp-w-110{width:110px}.anwp-h-110{height:110px}.anwp-h-min-110{min-height:110px}.anwp-h-max-110{max-height:110px}.anwp-w-120{width:120px}.anwp-h-120{height:120px}.anwp-h-min-120{min-height:120px}.anwp-h-max-120{max-height:120px}.anwp-w-130{width:130px}.anwp-h-130{height:130px}.anwp-h-min-130{min-height:130px}.anwp-h-max-130{max-height:130px}.anwp-w-140{width:140px}.anwp-h-140{height:140px}.anwp-h-min-140{min-height:140px}.anwp-h-max-140{max-height:140px}.anwp-w-150{width:150px}.anwp-w-200{width:200px}.anwp-w-250{width:250px}.anwp-w-300{width:300px}.anwp-w-350{width:350px}.anwp-w-400{width:400px}.anwp-w-450{width:450px}.anwp-w-500{width:500px}.anwp-w-min-100{min-width:100px}.anwp-w-min-150{min-width:150px}.anwp-w-min-200{min-width:200px}.anwp-w-min-250{min-width:250px}.anwp-w-min-300{min-width:300px}.anwp-w-min-350{min-width:350px}.anwp-w-min-400{min-width:400px}.anwp-w-15{width:15px}.anwp-h-15{height:15px}.anwp-h-min-15{min-height:15px}.anwp-h-max-15{max-height:15px}.anwp-w-25{width:25px}.anwp-h-25{height:25px}.anwp-h-min-25{min-height:25px}.anwp-h-max-25{max-height:25px}.anwp-w-35{width:35px}.anwp-h-35{height:35px}.anwp-h-min-35{min-height:35px}.anwp-h-max-35{max-height:35px}.anwp-w-45{width:45px}.anwp-h-45{height:45px}.anwp-h-min-45{min-height:45px}.anwp-h-max-45{max-height:45px}.anwp-w-55{width:55px}.anwp-h-55{height:55px}.anwp-h-min-55{min-height:55px}.anwp-h-max-55{max-height:55px}.anwp-w-max-100{max-width:100px}.anwp-w-max-200{max-width:200px}.anwp-w-max-300{max-width:300px}.anwp-w-max-400{max-width:400px}.anwp-w-max-500{max-width:500px}.anwp-w-max-600{max-width:600px}.anwp-w-max-700{max-width:700px}.anwp-w-max-800{max-width:800px}.anwp-w-max-900{max-width:900px}.anwp-w-max-1000{max-width:1000px}.anwp-w-max-1100{max-width:1100px}.anwp-w-max-1200{max-width:1200px}.anwp-h-min-200{min-height:200px}.anwp-h-min-300{min-height:300px}.anwp-h-min-400{min-height:400px}.anwp-h-min-500{min-height:500px}.anwp-max-width-1{max-width:1px}.anwp-max-width-100{max-width:100%}.anwp-min-width-0{min-width:0}.anwp-w-full{width:100%}.anwp-h-full{height:100%}.anwp-w-1-4{width:25%}.anwp-w-1-3{width:33.333333%}.anwp-w-1-2{width:50%}.anwp-w-2-3{width:66.666667%}.anwp-w-3-4{width:75%}.anwp-w-auto{width:auto}.anwp-h-auto{height:auto}@media (min-width:576px){.anwp-w-sm-15{width:15px}.anwp-h-sm-15{height:15px}.anwp-w-sm-25{width:25px}.anwp-h-sm-25{height:25px}.anwp-w-sm-35{width:35px}.anwp-h-sm-35{height:35px}.anwp-w-sm-45{width:45px}.anwp-h-sm-45{height:45px}.anwp-w-sm-55{width:55px}.anwp-h-sm-55{height:55px}.anwp-w-sm-10{width:10px}.anwp-h-sm-10{height:10px}.anwp-w-sm-20{width:20px}.anwp-h-sm-20{height:20px}.anwp-w-sm-30{width:30px}.anwp-h-sm-30{height:30px}.anwp-w-sm-40{width:40px}.anwp-h-sm-40{height:40px}.anwp-w-sm-50{width:50px}.anwp-h-sm-50{height:50px}.anwp-w-sm-60{width:60px}.anwp-h-sm-60{height:60px}.anwp-w-sm-70{width:70px}.anwp-h-sm-70{height:70px}.anwp-w-sm-80{width:80px}.anwp-h-sm-80{height:80px}.anwp-w-sm-90{width:90px}.anwp-h-sm-90{height:90px}.anwp-w-sm-100{width:100px}.anwp-h-sm-100{height:100px}}.anwp-m-0{margin:0}.anwp-m-1{margin:5px}.anwp-m-2{margin:10px}.anwp-m-3{margin:15px}.anwp-m-4{margin:20px}.anwp-m-5{margin:25px}.anwp-m-6{margin:30px}.anwp-m-7{margin:35px}.anwp-m-8{margin:40px}.anwp-mt-0{margin-top:0}.anwp-mt-1{margin-top:5px}.anwp-mt-2{margin-top:10px}.anwp-mt-3{margin-top:15px}.anwp-mt-4{margin-top:20px}.anwp-mt-5{margin-top:25px}.anwp-mt-6{margin-top:30px}.anwp-mt-7{margin-top:35px}.anwp-mt-8{margin-top:40px}.anwp-mr-0{margin-right:0}.anwp-mr-1{margin-right:5px}.anwp-mr-2{margin-right:10px}.anwp-mr-3{margin-right:15px}.anwp-mr-4{margin-right:20px}.anwp-mr-5{margin-right:25px}.anwp-mr-6{margin-right:30px}.anwp-mr-7{margin-right:35px}.anwp-mr-8{margin-right:40px}.anwp-mb-0{margin-bottom:0}.anwp-mb-1{margin-bottom:5px}.anwp-mb-2{margin-bottom:10px}.anwp-mb-3{margin-bottom:15px}.anwp-mb-4{margin-bottom:20px}.anwp-mb-5{margin-bottom:25px}.anwp-mb-6{margin-bottom:30px}.anwp-mb-7{margin-bottom:35px}.anwp-mb-8{margin-bottom:40px}.anwp-ml-0{margin-left:0}.anwp-ml-1{margin-left:5px}.anwp-ml-2{margin-left:10px}.anwp-ml-3{margin-left:15px}.anwp-ml-4{margin-left:20px}.anwp-ml-5{margin-left:25px}.anwp-ml-6{margin-left:30px}.anwp-ml-7{margin-left:35px}.anwp-ml-8{margin-left:40px}.anwp-mx-0{margin-left:0;margin-right:0}.anwp-mx-1{margin-left:5px;margin-right:5px}.anwp-mx-2{margin-left:10px;margin-right:10px}.anwp-mx-3{margin-left:15px;margin-right:15px}.anwp-mx-4{margin-left:20px;margin-right:20px}.anwp-mx-5{margin-left:25px;margin-right:25px}.anwp-mx-6{margin-left:30px;margin-right:30px}.anwp-mx-7{margin-left:35px;margin-right:35px}.anwp-mx-8{margin-left:40px;margin-right:40px}.anwp-my-0{margin-bottom:0;margin-top:0}.anwp-my-1{margin-bottom:5px;margin-top:5px}.anwp-my-2{margin-bottom:10px;margin-top:10px}.anwp-my-3{margin-bottom:15px;margin-top:15px}.anwp-my-4{margin-bottom:20px;margin-top:20px}.anwp-my-5{margin-bottom:25px;margin-top:25px}.anwp-my-6{margin-bottom:30px;margin-top:30px}.anwp-my-7{margin-bottom:35px;margin-top:35px}.anwp-my-8{margin-bottom:40px;margin-top:40px}.anwp-m-auto{margin:auto}.anwp-mt-auto{margin-top:auto}.anwp-mr-auto{margin-right:auto}.anwp-mb-auto{margin-bottom:auto}.anwp-ml-auto,.anwp-mx-auto{margin-left:auto}.anwp-mx-auto{margin-right:auto}.anwp-my-auto{margin-bottom:auto;margin-top:auto}.anwp-p-0{padding:0}.anwp-p-1{padding:5px}.anwp-p-2{padding:10px}.anwp-p-3{padding:15px}.anwp-p-4{padding:20px}.anwp-p-5{padding:25px}.anwp-p-6{padding:30px}.anwp-p-7{padding:35px}.anwp-p-8{padding:40px}.anwp-pt-0{padding-top:0}.anwp-pt-1{padding-top:5px}.anwp-pt-2{padding-top:10px}.anwp-pt-3{padding-top:15px}.anwp-pt-4{padding-top:20px}.anwp-pt-5{padding-top:25px}.anwp-pt-6{padding-top:30px}.anwp-pt-7{padding-top:35px}.anwp-pt-8{padding-top:40px}.anwp-pr-0{padding-right:0}.anwp-pr-1{padding-right:5px}.anwp-pr-2{padding-right:10px}.anwp-pr-3{padding-right:15px}.anwp-pr-4{padding-right:20px}.anwp-pr-5{padding-right:25px}.anwp-pr-6{padding-right:30px}.anwp-pr-7{padding-right:35px}.anwp-pr-8{padding-right:40px}.anwp-pb-0{padding-bottom:0}.anwp-pb-1{padding-bottom:5px}.anwp-pb-2{padding-bottom:10px}.anwp-pb-3{padding-bottom:15px}.anwp-pb-4{padding-bottom:20px}.anwp-pb-5{padding-bottom:25px}.anwp-pb-6{padding-bottom:30px}.anwp-pb-7{padding-bottom:35px}.anwp-pb-8{padding-bottom:40px}.anwp-pl-0{padding-left:0}.anwp-pl-1{padding-left:5px}.anwp-pl-2{padding-left:10px}.anwp-pl-3{padding-left:15px}.anwp-pl-4{padding-left:20px}.anwp-pl-5{padding-left:25px}.anwp-pl-6{padding-left:30px}.anwp-pl-7{padding-left:35px}.anwp-pl-8{padding-left:40px}.anwp-px-0{padding-left:0;padding-right:0}.anwp-px-1{padding-left:5px;padding-right:5px}.anwp-px-2{padding-left:10px;padding-right:10px}.anwp-px-3{padding-left:15px;padding-right:15px}.anwp-px-4{padding-left:20px;padding-right:20px}.anwp-px-5{padding-left:25px;padding-right:25px}.anwp-px-6{padding-left:30px;padding-right:30px}.anwp-px-7{padding-left:35px;padding-right:35px}.anwp-px-8{padding-left:40px;padding-right:40px}.anwp-py-0{padding-bottom:0;padding-top:0}.anwp-py-1{padding-bottom:5px;padding-top:5px}.anwp-py-2{padding-bottom:10px;padding-top:10px}.anwp-py-3{padding-bottom:15px;padding-top:15px}.anwp-py-4{padding-bottom:20px;padding-top:20px}.anwp-py-5{padding-bottom:25px;padding-top:25px}.anwp-py-6{padding-bottom:30px;padding-top:30px}.anwp-py-7{padding-bottom:35px;padding-top:35px}.anwp-py-8{padding-bottom:40px;padding-top:40px}.anwp-fill-current{fill:currentColor}.anwp-stroke-current{stroke:currentColor}.anwp-stroke-0{stroke-width:0}.anwp-stroke-1{stroke-width:1}.anwp-stroke-2{stroke-width:2}.anwp-font-thin{font-weight:100}.anwp-font-extralight{font-weight:200}.anwp-font-light{font-weight:300}.anwp-font-normal{font-weight:400}.anwp-font-medium{font-weight:500}.anwp-font-semibold{font-weight:600}.anwp-font-bold{font-weight:700}.anwp-font-extrabold{font-weight:800}.anwp-font-black{font-weight:900}.anwp-font-italic{font-style:italic}.anwp-text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.anwp-text-truncate-multiline{overflow:hidden;overflow-wrap:normal;text-overflow:ellipsis;word-break:normal}.anwp-line-clamp-2{-webkit-line-clamp:2}.anwp-line-clamp-2,.anwp-line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.anwp-line-clamp-3{-webkit-line-clamp:3}.anwp-text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.anwp-text-justify{text-align:justify}.anwp-text-wrap{white-space:normal}.anwp-text-nowrap{white-space:nowrap}.anwp-text-left{text-align:left}.anwp-text-right{text-align:right}.anwp-text-center{text-align:center}@media (min-width:576px){.anwp-text-sm-left{text-align:left}.anwp-text-sm-right{text-align:right}.anwp-text-sm-center{text-align:center}}@media (min-width:768px){.anwp-text-md-left{text-align:left}.anwp-text-md-right{text-align:right}.anwp-text-md-center{text-align:center}}@media (min-width:992px){.anwp-text-lg-left{text-align:left}.anwp-text-lg-right{text-align:right}.anwp-text-lg-center{text-align:center}}@media (min-width:1200px){.anwp-text-xl-left{text-align:left}.anwp-text-xl-right{text-align:right}.anwp-text-xl-center{text-align:center}}.anwp-text-lowercase{text-transform:lowercase}.anwp-text-uppercase{text-transform:uppercase}.anwp-text-capitalize{text-transform:capitalize}.anwp-text-xxs{font-size:10px;line-height:13px}.anwp-text-xs{font-size:12px;line-height:16px}.anwp-text-sm{font-size:14px;line-height:20px}.anwp-text-base{font-size:16px;line-height:24px}.anwp-text-lg{font-size:18px;line-height:28px}.anwp-text-xl{font-size:20px;line-height:28px}.anwp-text-2xl{font-size:24px;line-height:32px}.anwp-text-3xl{font-size:30px;line-height:36px}.anwp-text-4xl{font-size:36px;line-height:40px}.anwp-leading-1{line-height:1}.anwp-leading-1-25{line-height:1.25}.anwp-leading-1-5{line-height:1.5}.anwp-leading-2{line-height:2}.anwp-break-normal{overflow-wrap:normal;word-break:normal}.anwp-break-words{overflow-wrap:break-word;word-break:break-word}.anwp-break-all{word-break:break-all}.anwp-link-without-effects,.anwp-link-without-effects:active,.anwp-link-without-effects:focus,.anwp-link-without-effects:hover{border-bottom:none!important;box-shadow:none!important;text-decoration:none!important}.anwp-z-0{z-index:0}.anwp-z-10{z-index:10}.anwp-z-20{z-index:20}.anwp-z-30{z-index:30}.anwp-z-40{z-index:40}.anwp-z-50{z-index:50}.anwp-z-auto{z-index:auto}.ahub-header{border-bottom:1px solid rgba(0,0,0,.08);font-size:14px;font-weight:600;padding:8px 12px}.ahub-section-header{margin-bottom:10px}.ahub-section-header__text{font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.ahub-section-header--line-through{align-items:center;display:flex;gap:14px}.ahub-section-header--line-through:after,.ahub-section-header--line-through:before{background:#dcdee5;content:"";flex:1;height:1px}.ahub-section-header--line-through .ahub-section-header__text{color:#6c7086;font-size:13px}.ahub-section-header--trailing-line{align-items:center;display:flex;gap:12px}.ahub-section-header--trailing-line:after{background:#dcdee5;content:"";flex:1;height:1px}.ahub-section-header--trailing-line .ahub-section-header__text{color:#6c7086;font-size:13px}.ahub-section-header--border-bottom{border-bottom:3px solid #1a1a2e;padding-bottom:8px}.ahub-section-header--border-bottom .ahub-section-header__text{color:#1a1a2e;font-size:13px}.ahub-section-header--accent-left{border-left:3px solid var(--global-palette1,#3b82f6);padding-left:12px}.ahub-section-header--accent-left .ahub-section-header__text{color:#1a1a2e;font-size:14px;letter-spacing:normal;text-transform:none}.ahub-league-header{align-items:center;display:flex;gap:10px;margin-bottom:14px;padding:0 2px}.ahub-league-header__icon{align-items:center;border-radius:6px;display:flex;flex-shrink:0;font-size:14px;font-weight:800;height:28px;justify-content:center;width:28px}.ahub-league-header__text{display:flex;flex-direction:column;gap:1px}.ahub-league-header__name{color:#1a1a2e;font-size:15px;font-weight:700;letter-spacing:-.01em}.ahub-league-header__round{color:#8b8fa3;font-size:11px;font-weight:500}.ahub-date-header{align-items:center;display:flex;gap:12px;grid-column:1/-1;margin-bottom:16px;margin-top:8px}.ahub-date-header__line{background:#dcdee5;flex:1;height:1px}.ahub-date-header__text{background:#ecedf2;border-radius:4px;color:#6c7086;font-size:11px;font-weight:700;letter-spacing:.1em;padding:4px 14px;text-transform:uppercase;white-space:nowrap}.ahub-team-section{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);display:flex;flex-direction:column;gap:6px;margin-bottom:4px;padding:10px 14px 8px}.ahub-team-section--right{align-items:flex-end}.ahub-team-section--right .ahub-team-section__top{flex-direction:row-reverse}.ahub-team-section__top{align-items:center;display:flex;gap:8px}.ahub-team-section__logo{flex-shrink:0;height:28px;-o-object-fit:contain;object-fit:contain;width:28px}.ahub-team-section__dot{border-radius:3px;flex-shrink:0;height:14px;width:14px}.ahub-team-section__name{color:#1a1a2e;font-size:14px;font-weight:600;text-decoration:none}a.ahub-team-section__name:hover{text-decoration:underline}.ahub-team-section__accent{border-radius:2px;display:block;height:3px;width:60px}.tabulator-cell a{text-decoration:none}.ahub-player-rating{background-color:#ff8b2b;border-radius:3px;color:#fff;display:inline-flex;font-family:monospace;font-size:12px;font-variant-numeric:tabular-nums;height:20px;min-width:28px;padding:0 4px;text-align:center}.ahub-player-rating,.ahub-team-badge-sm{align-items:center;justify-content:center;line-height:1}.ahub-team-badge-sm{border:1.5px solid;border-radius:4px;color:#6b7280;display:flex;font-size:11px;font-weight:600;height:22px;letter-spacing:.03em;max-width:45px;min-width:45px;padding:0 3px}.ahub-pill-dot{background:#6b7280;border-radius:50%;display:inline-block;flex-shrink:0;height:8px;margin-right:5px;vertical-align:middle;width:8px}.ahub-team-badge-filled{background:#6b7280;border-radius:3px;display:inline-flex;font-size:10px;height:20px;min-width:36px;padding:0 4px}.ahub-logo-dot,.ahub-team-badge-filled{align-items:center;color:#fff;font-weight:700;justify-content:center;letter-spacing:.03em;line-height:1}.ahub-logo-dot{background:#6c7086;border-radius:50%;display:flex;flex-shrink:0;font-size:calc(var(--logo-dot-size, 32px)*.34);height:var(--logo-dot-size,32px);overflow:hidden;width:var(--logo-dot-size,32px)}.ahub-group-name{color:#b0b4c4;font-size:10px;font-weight:600;letter-spacing:.6px;padding-bottom:4px;text-transform:uppercase}.tabulator .tabulator-footer{background-color:var(--ahub-bg-alt,#f8f9fa)!important;border-top:none;color:#8b8fa3;font-size:13px;font-weight:400;padding:10px 4px 2px}.tabulator .tabulator-footer .tabulator-page-size{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:4px;color:#555;font-size:13px;padding:3px 6px}.tabulator .tabulator-footer .tabulator-paginator{text-align:right}.tabulator .tabulator-footer .tabulator-page{background:transparent;border:none;border-radius:4px;color:#8b8fa3;cursor:pointer;font-size:13px;margin:0 1px;padding:4px 8px}.tabulator .tabulator-footer .tabulator-page:hover:not(.disabled):not(.active){background:var(--ahub-bg-alt,#f8f9fa);color:#333}.tabulator .tabulator-footer .tabulator-page.active{background:transparent!important;border:1.5px solid var(--global-palette1,#2563eb)!important;color:var(--global-palette1,#2563eb)!important;font-weight:600}.tabulator .tabulator-footer .tabulator-page.disabled{cursor:default;opacity:.35}.ahub-game-list{display:flex;flex-direction:column;gap:12px}.ahub-game-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.ahub-game-grid__item .ahub-game-card{border-bottom-left-radius:0;border-bottom-right-radius:0}.ahub-game-grid__leader{align-items:center;background:#fcfcfd;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:0 0 var(--ahub-border-radius,0) var(--ahub-border-radius,0);border-top:1px dashed #e4e6eb;display:flex;font-size:12px;gap:8px;padding:6px 12px}.ahub-game-grid__leader-name{color:#1a1a2e;font-weight:600;white-space:nowrap}.ahub-game-grid__leader-pills{display:flex;gap:5px;margin-left:auto}.ahub-game-grid__leader-pill{background:#fff;border:1px solid #e4e6eb;border-radius:3px;color:#6c7086;font-size:11px;padding:1px 7px;white-space:nowrap}.ahub-game-grid__leader-val{color:#1a1a2e;font-weight:700}.ahub-game-card{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);overflow:hidden;position:relative;transition:box-shadow .2s ease,border-color .2s ease}.ahub-game-card:hover{border-color:#d0d3da;box-shadow:0 4px 16px rgba(0,0,0,.08)}.ahub-game-card__status-bar{align-items:center;display:flex;justify-content:space-between;min-height:24px;padding:8px 14px 0}.ahub-game-card__status{color:#6c7086;flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.ahub-game-card__status--abnormal{color:#b45309}.ahub-game-card__status-info{align-items:center;color:#a0a4b8;display:flex;font-size:10px;font-weight:500;margin-left:auto;min-width:0;overflow:hidden}.ahub-game-card__league{flex-shrink:0;white-space:nowrap}.ahub-game-card__venue{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-game-card__status-sep{flex-shrink:0;padding:0 3px}.ahub-game-card__date-formatted{flex-shrink:0;white-space:nowrap}.ahub-game-card__teams{padding:4px 14px 10px}.ahub-game-card__period-header,.ahub-game-card__team-row{align-items:center;-moz-column-gap:8px;column-gap:8px;display:grid;grid-template-columns:32px 1fr auto 36px}.ahub-game-card__period-header{padding:2px 0}.ahub-game-card__period-header-cols{align-items:center;display:flex}.ahub-game-card__period-label{color:#a0a4b8;font-size:10px;font-weight:600;letter-spacing:.02em;text-align:center;width:24px}.ahub-game-card__period-label--total{border-left:1px solid var(--ahub-border-color,#cdcfd1);color:#6c7086;font-weight:700;padding-left:2px;text-align:center}.ahub-game-card__team-row{min-height:32px;padding:3px 0}.ahub-game-card__team-badge{align-items:center;border-radius:6px;display:inline-flex;font-size:12px;font-weight:500;height:28px;justify-content:center;letter-spacing:.03em;line-height:1;text-align:center;width:32px}.ahub-game-card__team-badge--outlined{background:#fff;border:1.5px solid}.ahub-game-card__team-logo{border-radius:4px;height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.ahub-game-card__team-name{color:#3a3d4e;font-size:13px;font-weight:500;line-height:1.3;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-game-card__periods{align-items:center;display:flex}.ahub-game-card__period{color:#8b8fa3;font-size:12px;font-variant-numeric:tabular-nums;text-align:center;width:24px}.ahub-game-card__score{align-items:center;border:1px solid transparent;border-radius:50%;color:#3a3d4e;display:inline-flex;font-size:15px;font-variant-numeric:tabular-nums;font-weight:600;height:24px;justify-content:center;min-width:24px}.ahub-game-card--no-periods .ahub-game-card__team-row{grid-template-columns:32px 1fr auto}.ahub-game-card__team-row--winner .ahub-game-card__team-name{color:#1a1a2e;font-weight:700}.ahub-game-card__team-row--winner .ahub-game-card__score{color:#1a1a2e;font-weight:800}.ahub-game-card__team-row--winner .ahub-game-card__score--win{border:1px solid rgba(34,197,94,.5);color:#16a34a}.ahub-game-card--finished .ahub-game-card__team-row:not(.ahub-game-card__team-row--winner) .ahub-game-card__score,.ahub-game-card--finished .ahub-game-card__team-row:not(.ahub-game-card__team-row--winner) .ahub-game-card__team-name{color:#8b8fa3}.ahub-game-card--finished .ahub-game-card__team-row:not(.ahub-game-card__team-row--winner) .ahub-game-card__score--loss{border:1px solid rgba(239,68,68,.45);color:#dc2626}.ahub-game-card--finished .ahub-game-card__team-row:not(.ahub-game-card__team-row--winner) .ahub-game-card__period{color:#b0b4c4}.ahub-game-card--live{border-color:#e67e22;border-left:3px solid #e67e22}.ahub-game-card--live .ahub-game-card__status{align-items:center;color:#d35400;display:flex;gap:5px}.ahub-game-card--live .ahub-game-card__status:before{animation:ahub-pulse 1.8s ease-in-out infinite;background:#e67e22;border-radius:50%;content:"";flex-shrink:0;height:6px;width:6px}.ahub-game-card--live .ahub-game-card__team-name{color:#1a1a2e;font-weight:600}.ahub-game-card--live .ahub-game-card__score{color:#d35400;font-weight:700}@keyframes ahub-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.ahub-game-card--fixture{background:#fcfcfd}.ahub-game-card--fixture .ahub-game-card__team-name{color:#3a3d4e;font-weight:500}.ahub-game-card__slim-meta{align-items:center;color:#a0a4b8;display:flex;font-size:10px;gap:4px;padding:6px 14px 10px}.ahub-game-card__link{inset:0;position:absolute;z-index:1}.ahub-load-more{display:flex;justify-content:center;margin-top:12px}.ahub-load-more a.ahub-load-more__btn{align-items:center;background:transparent;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:4px;color:#6c7086;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:6px;letter-spacing:.02em;line-height:1.4;padding:7px 20px;text-decoration:none;transition:color .15s ease}.ahub-load-more a.ahub-load-more__btn:active,.ahub-load-more a.ahub-load-more__btn:focus,.ahub-load-more a.ahub-load-more__btn:hover{background:transparent;color:#1a1a2e;text-decoration:none}.ahub-load-more__spinner{animation:ahub-spin .6s linear infinite;border:2px solid #d1d5db;border-radius:50%;border-top-color:#4b5563;display:none;height:14px;width:14px}.ahub-load-more--loading .ahub-load-more__spinner{display:inline-block}@keyframes ahub-spin{to{transform:rotate(1turn)}}.ahub-game-header{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);container-type:inline-size;font-variant-numeric:tabular-nums;overflow:hidden}.ahub-game-header__meta{align-items:center;color:#8b8fa3;display:flex;font-size:12px;font-weight:500;justify-content:space-between;padding:10px 24px 0}.ahub-game-header__meta-sep{opacity:.5;padding:0 4px}.ahub-game-header__body{align-items:center;display:grid;gap:16px;grid-template-columns:1fr auto 1fr;padding:18px 24px 16px}.ahub-game-header__team{align-items:center;display:flex;gap:14px}.ahub-game-header__team--right{justify-content:flex-end;text-align:right}.ahub-game-header__logo{flex-shrink:0;height:60px;-o-object-fit:contain;object-fit:contain;width:60px}div.ahub-game-header__logo{align-items:center;border-radius:50%;color:hsla(0,0%,100%,.85);display:flex;font-size:10px;font-weight:700;justify-content:center;letter-spacing:.5px}div.ahub-game-header__logo--team1{background:var(--team1-primary)}div.ahub-game-header__logo--team2{background:var(--team2-primary)}.ahub-game-header__team-info{display:flex;flex-direction:column;gap:1px;min-width:0}.ahub-game-header__team-city{color:#8b8fa3;font-size:12px;font-weight:500;letter-spacing:.3px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.ahub-game-header__team-name{color:#1a1a2e;font-size:17px;font-weight:700;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}a.ahub-game-header__team-name:hover{text-decoration:underline}.ahub-game-header__team-code{color:#6c7086;display:none;font-size:12px;font-weight:600}.ahub-game-header__team-accent{border-radius:2px;display:block;height:4px;margin-top:4px;width:100px}.ahub-game-header__team--right .ahub-game-header__team-accent{margin-left:auto}.ahub-game-header__team-accent--team1{background:var(--team1-primary);box-shadow:0 2px 8px color-mix(in srgb,var(--team1-primary) 30%,transparent)}.ahub-game-header__team-accent--team2{background:var(--team2-primary);box-shadow:0 2px 8px color-mix(in srgb,var(--team2-primary) 30%,transparent)}.ahub-game-header__spread{background:#f0f1f4;border-radius:3px;color:#6b7280;display:inline-block;font-family:ui-monospace,SF Mono,Cascadia Code,Segoe UI Mono,monospace;font-size:13px;font-weight:400;margin-top:4px;padding:1px 6px}.ahub-game-header__team--right .ahub-game-header__spread{text-align:right}.ahub-game-header__team-record{color:#8b8fa3;display:block;font-size:11px;margin-top:4px;white-space:nowrap}.ahub-game-header__team--right .ahub-game-header__team-record{text-align:right}.ahub-game-header__score{color:#1a1a2e;flex-shrink:0;font-size:42px;font-weight:800;line-height:1}.ahub-game-header__score--loser{color:#6c7086}.ahub-game-header__center{align-items:center;display:flex;flex-direction:column;gap:4px}.ahub-game-header__scoreboard{align-items:center;display:flex;gap:32px}.ahub-game-header__status{background:var(--ahub-bg-alt,#f8f9fa);border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:4px;color:#4b5563;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.8px;line-height:1;padding:3px 10px;text-transform:uppercase}.ahub-game-header__status--abnormal{background:#fffbeb;border-color:#f59e0b;color:#b45309;font-size:13px;padding:5px 14px}.ahub-game-header__score-sep{color:#d1d5db;display:none;font-size:24px;font-weight:300;line-height:1}.ahub-game-header__periods{overflow-x:auto;padding:10px 24px 12px;-webkit-overflow-scrolling:touch}.ahub-game-header__periods-table{border:1px solid var(--ahub-border-color,#cdcfd1);border-collapse:collapse;border-spacing:0;font-size:12px;font-variant-numeric:tabular-nums;margin:0 auto;width:auto}.ahub-game-header__period-head{border-bottom:1px solid var(--ahub-border-color,#cdcfd1);color:#a0a4b8;font-size:10px;font-weight:600;letter-spacing:.3px;padding:4px 8px;text-align:center;text-transform:uppercase}.ahub-game-header__period-head--total{background:var(--ahub-bg-alt,#f8f9fa);color:#6c7086;font-weight:700}.ahub-game-header__period-cell+.ahub-game-header__period-cell,.ahub-game-header__period-head+.ahub-game-header__period-head:not(.ahub-game-header__period-head--total),.ahub-game-header__period-head--total+.ahub-game-header__period-head--total,.ahub-game-header__period-total+.ahub-game-header__period-total{border-left:1px solid #f0f1f4}.ahub-game-header__period-cell+.ahub-game-header__period-total,.ahub-game-header__period-head:first-child+.ahub-game-header__period-head,.ahub-game-header__period-head:not(.ahub-game-header__period-head--total)+.ahub-game-header__period-head--total,.ahub-game-header__period-team+.ahub-game-header__period-cell{border-left:1px solid #d0d3da}.ahub-game-header__periods-table tbody tr+tr td{border-top:1px solid var(--ahub-border-color,#cdcfd1)}.ahub-game-header__period-team{align-items:center;color:#6c7086;display:flex;font-size:11px;font-weight:600;gap:5px;padding:6px 10px 5px 8px;white-space:nowrap}.ahub-game-header__period-cell{color:#4b5563;font-weight:500;padding:6px 8px 5px;text-align:center}.ahub-game-header__period-total{background:var(--ahub-bg-alt,#f8f9fa);color:#1a1a2e;font-size:13px;font-weight:700;padding:6px 8px 5px;text-align:center}.ahub-game-header__period-total--loser{color:#6c7086;font-weight:600}.ahub-game-header__team-dot{border-radius:3px;display:inline-block;flex-shrink:0;height:14px;width:14px}.ahub-game-header__team-dot--team1{background:var(--team1-primary)}.ahub-game-header__team-dot--team2{background:var(--team2-primary)}.ahub-game-header__period-cell--current{background:rgba(230,126,34,.08);color:#1a1a2e;font-weight:700}.ahub-game-header--live .ahub-game-header__status{background:transparent;border:none;color:#dc2626;padding:0}.ahub-game-header--live .ahub-game-header__score{color:#d35400}.ahub-game-header__live-badge{align-items:center;background:#dc2626;border-radius:4px;color:#fff;display:inline-flex;font-size:10px;font-weight:700;gap:5px;letter-spacing:1px;line-height:1;padding:3px 10px 3px 8px;text-transform:uppercase}.ahub-game-header__live-badge-dot{animation:ahubPulse 1.8s ease-in-out infinite;background:#fff;border-radius:50%;height:6px;width:6px}@keyframes ahubPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.8)}}.ahub-game-header--fixture .ahub-game-header__center{gap:6px}.ahub-game-header__kickoff-date{color:#1a1a2e;font-size:14px;font-weight:600}.ahub-game-header__kickoff-time{color:#1a1a2e;font-size:22px;font-weight:700;line-height:1.2}.ahub-game-header__countdown{align-items:center;display:flex;gap:4px;margin-top:6px}.ahub-game-header__cd-item{align-items:center;background:var(--ahub-bg-alt,#f8f9fa);border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:4px;display:flex;flex-direction:column;min-width:40px;padding:6px 4px 5px}.ahub-game-header__cd-value{color:#1a1a2e;font-size:20px;font-variant-numeric:tabular-nums;font-weight:700;line-height:1}.ahub-game-header__cd-label{color:#8b8fa3;font-size:9px;font-weight:600;letter-spacing:.8px;margin-top:4px;text-transform:uppercase}.ahub-game-header__cd-sep{color:#b0b4c0;font-size:14px;font-weight:700;line-height:1;margin-bottom:14px}.ahub-game-header--fixture .ahub-game-header__status{background:var(--ahub-bg-alt,#f8f9fa);color:#a0a4b8}.ahub-game-header--fixture .ahub-game-header__logo{opacity:.9}@container (max-width: 640px){.ahub-game-header__logo{height:44px;width:44px}div.ahub-game-header__logo{font-size:8px}.ahub-game-header__team-name{font-size:14px}.ahub-game-header__score{font-size:32px}.ahub-game-header__scoreboard{gap:14px}.ahub-game-header__body{gap:10px;padding:14px 16px 12px}.ahub-game-header__team{gap:10px}.ahub-game-header__periods{padding:8px 16px 10px}.ahub-game-header__meta{font-size:11px;padding:8px 16px 0}}@container (max-width: 480px){.ahub-game-header__body{gap:4px}.ahub-game-header__team{align-items:center;flex-direction:column;gap:4px;text-align:center}.ahub-game-header__team--right{flex-direction:column-reverse;text-align:center}.ahub-game-header__team-city,.ahub-game-header__team-name{display:none}.ahub-game-header__team-code{display:block}.ahub-game-header__team-accent{margin:2px auto 0;width:50px}.ahub-game-header__team--right .ahub-game-header__team-accent{margin-left:auto}.ahub-game-header__team--right .ahub-game-header__team-record,.ahub-game-header__team-record{font-size:10px;text-align:center;white-space:normal}.ahub-game-header__team-record-sep{display:none}.ahub-game-header__team-record-split{display:block}.ahub-game-header__logo{height:36px;width:36px}div.ahub-game-header__logo{font-size:7px}.ahub-game-header__score{font-size:28px}.ahub-game-header__scoreboard{flex-wrap:wrap;gap:6px;justify-content:center}.ahub-game-header__score-sep{display:block}.ahub-game-header__live-badge,.ahub-game-header__status{display:flex;flex-basis:100%;justify-content:center;order:10}.ahub-game-header__cd-value{font-size:16px}.ahub-game-header__cd-item{min-width:34px;padding:5px 3px 4px}.ahub-game-header__countdown{bottom:12px;justify-content:center;left:0;margin-top:0;padding-top:8px;position:absolute;right:0}.ahub-game-header--fixture .ahub-game-header__body{padding-bottom:68px;position:relative}.ahub-game-header__kickoff-time{font-size:18px}.ahub-game-header__meta{align-items:center;flex-direction:column;gap:2px}}@container (max-width: 360px){.ahub-game-header__body{padding:10px 12px 8px}.ahub-game-header__logo{height:30px;width:30px}.ahub-game-header__score{font-size:24px}.ahub-game-header__team-accent,.ahub-game-header__team-record{display:none}}.ahub-game-page{margin:0 auto}@media (max-width:700px){.ahub-game-grid{grid-template-columns:1fr}.ahub-game-card__period-header,.ahub-game-card__periods{display:none}.ahub-game-card__team-row{grid-template-columns:32px 1fr auto}}@media (prefers-reduced-motion:reduce){.ahub-game-card--live .ahub-game-card__status:before,.ahub-game-header__live-badge-dot{animation:none}}.ahub-game-matchup__record{color:var(--global-palette1,#2563eb);font-size:12px;font-weight:600;letter-spacing:.02em;padding-bottom:8px}.ahub-game-matchup__grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.ahub-game-leaders{container-type:inline-size}.ahub-game-leaders__grid{display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.ahub-game-leaders__category{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);overflow:hidden}.ahub-game-leaders__cat-label{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:1px solid #f0f1f4;color:#6c7086;font-size:11px;font-weight:700;letter-spacing:.5px;padding:8px 14px;text-align:center;text-transform:uppercase}.ahub-game-leaders__player{align-items:center;display:grid;gap:10px;grid-template-columns:40px 1fr auto;padding:10px 14px}.ahub-game-leaders__player+.ahub-game-leaders__player{border-top:1px solid #f0f1f4}.ahub-game-leaders__player--empty{display:none}.ahub-game-leaders__photo{-o-object-fit:cover;object-fit:cover}.ahub-game-leaders__photo,.ahub-game-leaders__photo-fallback{background:var(--ahub-bg-alt,#f8f9fa);border-radius:50%;flex-shrink:0;height:40px;width:40px}.ahub-game-leaders__photo-fallback{align-items:center;color:#6c7086;display:flex;font-size:13px;font-weight:600;justify-content:center;text-transform:uppercase}.ahub-game-leaders__info{display:flex;flex-direction:column;gap:2px;min-width:0}a.ahub-game-leaders__name{color:#1a1a2e;font-size:13px;font-weight:600;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}a.ahub-game-leaders__name:hover{color:var(--global-palette1,#2563eb)}span.ahub-game-leaders__name{color:#1a1a2e;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-game-leaders__meta{align-items:center;color:#8b8fa3;display:flex;font-size:11px;gap:4px}.ahub-game-leaders__position{color:#6c7086;font-weight:600}.ahub-game-leaders__team-logo{height:16px;-o-object-fit:contain;object-fit:contain;width:16px}.ahub-game-leaders__stat{flex-shrink:0;min-width:40px;text-align:center}.ahub-game-leaders__stat-value{color:#1a1a2e;display:block;font-size:20px;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.2}.ahub-game-leaders__stat-abbr{color:#8b8fa3;display:block;font-size:10px;font-weight:600;letter-spacing:.5px;line-height:1.2;text-transform:uppercase}.ahub-game-leaders__player--team1{border-left:3px solid var(--team1-color,transparent)}.ahub-game-leaders__player--team2{border-left:3px solid var(--team2-color,transparent)}@container (max-width: 520px){.ahub-game-leaders__grid{grid-template-columns:1fr}}@container (max-width: 380px){.ahub-game-leaders__player{gap:8px;padding:8px 10px}.ahub-game-leaders__photo,.ahub-game-leaders__photo-fallback{height:32px;width:32px}.ahub-game-leaders__player{grid-template-columns:32px 1fr auto}.ahub-game-leaders__stat-value{font-size:18px}}.ahub-entity-posts__grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.ahub-entity-posts__item{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:4px;color:inherit;display:flex;gap:12px;padding:10px;text-decoration:none;transition:border-color .15s}.ahub-entity-posts__item:hover{border-color:#c3c4c7}.ahub-entity-posts__thumbnail{border-radius:3px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.ahub-entity-posts__thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ahub-entity-posts__content{display:flex;flex-direction:column;justify-content:center;min-width:0}.ahub-entity-posts__title{display:-webkit-box;font-size:14px;font-weight:500;-webkit-line-clamp:2;line-height:1.35;-webkit-box-orient:vertical;overflow:hidden}.ahub-entity-posts__meta{color:#8b8fa3;font-size:12px;margin-top:4px}.ahub-entity-posts__list{list-style:none;margin:0;padding:0}.ahub-entity-posts__simple-item{align-items:baseline;display:flex;gap:8px;padding:6px 0}.ahub-entity-posts__simple-item+.ahub-entity-posts__simple-item{border-top:1px solid #f0f0f1}.ahub-entity-posts__simple-item a{font-size:14px;text-decoration:none}.ahub-entity-posts__simple-item a:hover{text-decoration:underline}.ahub-entity-posts__simple-item .ahub-entity-posts__meta{flex-shrink:0;margin-left:auto;margin-top:0;white-space:nowrap}.anwphub-row-container{container-type:inline-size}.anwphub-row{display:grid;gap:var(--row-gap,15px);grid-template-columns:var(--row-cols,1fr)}.anwphub-row__col{min-width:0}@container (max-width: 991.98px){.anwphub-row{gap:var(--row-gap-tablet,var(--row-gap,15px));grid-template-columns:var(--row-cols-tablet,var(--row-cols,1fr))}}@container (max-width: 767.98px){.anwphub-row{gap:var(--row-gap-mobile,var(--row-gap-tablet,var(--row-gap,15px)));grid-template-columns:var(--row-cols-mobile,var(--row-cols-tablet,var(--row-cols,1fr)))}}.anwphub-row-fluid{display:grid;gap:var(--row-gap,15px);grid-template-columns:repeat(auto-fit,minmax(min(var(--row-min,250px),100%),var(--row-max,1fr)))}.anwphub-row-fluid__item{min-width:0}@container (max-width: 991.98px){.anwphub-row-fluid{gap:var(--row-gap-tablet,var(--row-gap,15px))}}@container (max-width: 767.98px){.anwphub-row-fluid{gap:var(--row-gap-mobile,var(--row-gap-tablet,var(--row-gap,15px)))}}.anwphub-builder{display:flex;flex-direction:column;gap:var(--builder-gap,40px)}.ahub-venue{background:var(--ahub-bg-alt,#f8f9fa);border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);padding:12px 16px}.ahub-venue__name{color:#1a1a2e;font-size:14px;font-weight:600;line-height:1.3}.ahub-venue__link{color:inherit;text-decoration:none}.ahub-venue__link:hover{text-decoration:underline}.ahub-venue__meta{align-items:baseline;color:#6c7086;display:flex;flex-wrap:wrap;font-size:13px;gap:0 6px;line-height:1.4;margin-top:4px}.ahub-venue__sep{color:#b0b4c4}.ahub-venue__capacity{font-variant-numeric:tabular-nums}.ahub-game-info{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);container-type:inline-size;padding:4px 16px}.ahub-game-info__list{margin:0}.ahub-game-info__row{align-items:baseline;display:grid;gap:0 12px;grid-template-columns:100px minmax(10px,1fr);padding:10px 0}.ahub-game-info__row+.ahub-game-info__row{border-top:1px solid #f0f1f4}.ahub-game-info__label{color:#8b8fa3;font-size:12px;font-weight:500;letter-spacing:.5px;line-height:1.4;margin:0;text-align:left;text-transform:uppercase}.ahub-game-info__value{color:#1a1a2e;font-size:13px;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.4;margin:0}@container (max-width: 300px){.ahub-game-info__row{gap:2px 0;grid-template-columns:1fr}.ahub-game-info__label{text-align:left}}.ahub-team-stats{container-type:inline-size}.ahub-team-stats__header{align-items:flex-start;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);display:flex;justify-content:space-between;margin-bottom:4px;padding:14px 20px 10px}.ahub-team-stats__header .ahub-team-section{border:none;border-radius:0;margin-bottom:0;padding:0}.ahub-team-stats__body{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);overflow:hidden;padding:8px 0}.ahub-team-stats .ahub-section-header{padding:6px 20px 0}.ahub-team-stats__grid{display:grid;gap:0;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));padding:0 20px 8px}.ahub-team-stats__cell{padding:8px 10px 6px}.ahub-team-stats__cell-values{align-items:baseline;display:flex;gap:6px;justify-content:space-between;margin-bottom:4px}.ahub-team-stats__cell-label{color:#6c7086;flex:1;font-size:12px;font-weight:500;min-width:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.ahub-team-stats__value{color:#8b8fa3;flex-shrink:0;font-size:14px;font-variant-numeric:tabular-nums;font-weight:400;min-width:28px}.ahub-team-stats__value:last-child{text-align:right}.ahub-team-stats__value--winner{color:#1a1a2e;font-weight:700}.ahub-team-stats__bars{background:#e8eaed;border-radius:4px;display:grid;gap:3px;grid-template-columns:1fr 1fr}.ahub-team-stats__bar{border-radius:4px;height:7px;min-width:0}.ahub-team-stats__bar--team1{background:var(--team1-color);justify-self:end}.ahub-team-stats__bar--team2{background:var(--team2-color);justify-self:start}.ahub-team-stats__sub-row{color:#6c7086;display:flex;font-size:11px;font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:3px}.ahub-team-stats__sub-label{color:#8b8fa3}.ahub-team-stats--stripe-away .ahub-team-stats__bar--team2{background:repeating-linear-gradient(-45deg,var(--team2-color),var(--team2-color) 3px,color-mix(in srgb,var(--team2-color) 50%,#fff) 3px,color-mix(in srgb,var(--team2-color) 50%,#fff) 6px)}@container (max-width: 499px){.ahub-team-stats__grid{grid-template-columns:1fr;padding:0 14px 8px}.ahub-team-stats__header{padding:12px 14px 8px}.ahub-team-stats__body .ahub-section-header{padding:6px 14px 0}.ahub-team-section__name,.ahub-team-stats__value{font-size:13px}}.ahub-game-comparison{container-type:inline-size}.ahub-game-comparison__radar{margin-bottom:12px}.ahub-game-comparison__chart{min-height:240px;width:100%}.ahub-game-comparison__grid{display:grid;gap:24px;grid-template-columns:1fr 1fr}.ahub-game-comparison__season-label{color:#6c7086;font-size:12px;font-weight:600;letter-spacing:.03em;padding-bottom:8px;text-align:center;text-transform:uppercase}.ahub-game-comparison__radar-note{color:#8b8fa3;font-size:11px;padding-bottom:4px;text-align:center}.ahub-game-comparison .ahub-agg-pills{margin-bottom:8px}.ahub-game-comparison__empty{border:2px dashed #d0d3da;border-radius:var(--ahub-border-radius,0);display:flex;flex-direction:column}.ahub-game-comparison__empty-inner{align-items:center;display:flex;flex:1;flex-direction:column;justify-content:center;min-height:320px;padding:40px 24px}.ahub-game-comparison__empty-icon{color:#b0b4c4;margin-bottom:16px}.ahub-game-comparison__empty-text{color:#8b8fa3;font-size:14px;line-height:1.5;max-width:220px;text-align:center}@container (max-width: 799px){.ahub-game-comparison--hide-prev .ahub-game-comparison__col[data-col=prev]{display:none}.ahub-game-comparison--hide-prev .ahub-game-comparison__grid,.ahub-game-comparison__grid{grid-template-columns:1fr}}@container (max-width: 499px){.ahub-game-comparison__chart{min-height:200px}}.ahub-game-recent-form{container-type:inline-size}.ahub-game-recent-form__columns{display:grid;gap:12px;grid-template-columns:1fr 1fr}.ahub-game-recent-form__column{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);overflow:hidden}.ahub-game-recent-form__team-header{align-items:center;background:var(--ahub-bg-alt,#f8f9fa);border-bottom:2px solid var(--accent,var(--ahub-border-color,#cdcfd1));color:#1a1a2e;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 12px}.ahub-game-recent-form__team-header img{height:20px;-o-object-fit:contain;object-fit:contain;width:20px}.ahub-game-recent-form__row{align-items:center;cursor:default;display:flex;font-size:13px;font-variant-numeric:tabular-nums;gap:6px;padding:6px 12px}.ahub-game-recent-form__row+.ahub-game-recent-form__row{border-top:1px solid #f0f1f4}.ahub-game-recent-form__row:hover{background:var(--ahub-bg-alt,#f8f9fa)}.ahub-game-recent-form__wl{align-items:center;border-radius:50%;display:inline-flex;flex-shrink:0;font-size:11px;font-weight:700;height:22px;justify-content:center;width:22px}.ahub-game-recent-form__wl--win{background:#dcfce7;color:#16a34a}.ahub-game-recent-form__wl--loss{background:#fee2e2;color:#dc2626}.ahub-game-recent-form__loc{color:#8b8fa3;flex-shrink:0;font-size:11px;text-align:center;width:14px}.ahub-game-recent-form__opp{align-items:center;color:#1a1a2e;display:inline-flex;flex:1;gap:4px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-game-recent-form__opp img{flex-shrink:0;height:18px;-o-object-fit:contain;object-fit:contain;width:18px}.ahub-game-recent-form__score{color:#1a1a2e;flex-shrink:0;font-weight:600;white-space:nowrap}@container (max-width: 479px){.ahub-game-recent-form__columns{grid-template-columns:1fr}}.ahub-game-form-chart{container-type:inline-size}.ahub-game-form-chart__header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:4px}.ahub-game-form-chart__teams{align-items:center;display:flex;gap:6px;min-width:0}.ahub-game-form-chart__team{align-items:center;color:#1a1a2e;display:inline-flex;font-size:13px;font-weight:600;gap:4px;min-width:0;white-space:nowrap}.ahub-game-form-chart__team:before{background:var(--accent,#6c7086);border-radius:1px;content:"";display:inline-block;flex-shrink:0;height:3px;width:10px}.ahub-game-form-chart__team:last-child:before{background:repeating-linear-gradient(to right,var(--accent,#6c7086) 0,var(--accent,#6c7086) 3px,transparent 3px,transparent 5px);width:11px}.ahub-game-form-chart__team img{flex-shrink:0;height:18px;-o-object-fit:contain;object-fit:contain;width:18px}.ahub-game-form-chart__vs{color:#8b8fa3;flex-shrink:0;font-size:11px}.ahub-game-form-chart__counts{display:flex;flex-shrink:0;gap:2px}.ahub-game-form-chart__count{align-items:center;border-radius:3px;color:#8b8fa3;cursor:pointer;display:inline-flex;font-size:11px;font-weight:500;justify-content:center;min-width:28px;padding:2px 6px;text-decoration:none;transition:background .15s,color .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ahub-game-form-chart__count:hover{background:#f0f1f4;color:#1a1a2e}.ahub-game-form-chart__count--active,.ahub-game-form-chart__count--active:hover{background:var(--global-palette1,#2563eb);color:#fff}.ahub-game-form-chart__subtitle{color:#8b8fa3;font-size:12px;margin-bottom:6px}.ahub-game-form-chart__card{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);padding:12px 8px}@container (max-width: 479px){.ahub-game-form-chart__header{flex-wrap:wrap}.ahub-game-form-chart__chart{height:180px!important}.ahub-game-form-chart__team{font-size:0}.ahub-game-form-chart__team img{height:16px;width:16px}}@container (min-width: 700px){.ahub-game-form-chart__chart{height:260px!important}}.ahub-game-key-players{container-type:inline-size}.ahub-game-key-players__columns{display:grid;gap:16px;grid-template-columns:1fr 1fr}.ahub-game-key-players__column{display:flex;flex-direction:column;gap:6px}.ahub-game-key-players__team-header{align-items:center;border-radius:var(--ahub-border-radius,0);display:flex;gap:8px;padding:8px 12px}.ahub-game-key-players__column--team1 .ahub-game-key-players__team-header{background:color-mix(in srgb,var(--team1-color,#6c7086) 10%,transparent);border-bottom:2px solid var(--team1-color,#6c7086)}.ahub-game-key-players__column--team2 .ahub-game-key-players__team-header{background:color-mix(in srgb,var(--team2-color,#6c7086) 10%,transparent);border-bottom:2px solid var(--team2-color,#6c7086)}.ahub-game-key-players__team-logo{flex-shrink:0;height:24px;-o-object-fit:contain;object-fit:contain;width:24px}.ahub-game-key-players__team-name{color:#1a1a2e;font-size:13px;font-weight:700;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.ahub-game-key-players__team-name:hover{text-decoration:underline}.ahub-game-key-players__cards{display:flex;flex-direction:column;gap:4px}.ahub-game-key-players__card{align-items:center;background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);display:flex;gap:10px;padding:8px 10px}.ahub-game-key-players__photo{border-radius:50%;flex-shrink:0;height:48px;-o-object-fit:cover;object-fit:cover;width:48px}.ahub-game-key-players__photo-fallback{align-items:center;background:#8b8fa3;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:48px;justify-content:center;width:48px}.ahub-game-key-players__info{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.ahub-game-key-players__name{color:#1a1a2e;font-size:13px;font-weight:600;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.ahub-game-key-players__name:hover{text-decoration:underline}.ahub-game-key-players__position{color:#8b8fa3;font-size:11px;font-weight:500;letter-spacing:.3px;text-transform:uppercase}.ahub-game-key-players__stats{display:flex;flex-shrink:0;gap:8px;margin-left:auto}.ahub-game-key-players__stat{align-items:center;display:flex;flex-direction:column;gap:1px;min-width:32px}.ahub-game-key-players__stat-value{color:#1a1a2e;font-size:14px;font-variant-numeric:tabular-nums;font-weight:700;line-height:1}.ahub-game-key-players__stat-label{color:#8b8fa3;font-size:9px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.ahub-game-key-players__empty{color:#8b8fa3;font-size:13px;padding:16px;text-align:center}@container (max-width: 560px){.ahub-game-key-players__columns{grid-template-columns:1fr}}@container (max-width: 400px){.ahub-game-key-players__photo,.ahub-game-key-players__photo-fallback{font-size:12px;height:36px;width:36px}.ahub-game-key-players__stats{gap:4px}.ahub-game-key-players__stat-value{font-size:12px}}.ahub-game-ranks{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);container-type:inline-size;overflow:hidden}.ahub-game-ranks__header{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:1px solid var(--ahub-border-color,#cdcfd1);display:flex;justify-content:space-between;padding:10px 16px}.ahub-game-ranks__header-team{align-items:center;color:#1a1a2e;display:flex;font-size:12px;font-weight:600;gap:6px;white-space:nowrap}.ahub-game-ranks__header-team img{flex-shrink:0;height:20px;-o-object-fit:contain;object-fit:contain;width:20px}.ahub-game-ranks__group{padding:0 16px}.ahub-game-ranks__group+.ahub-game-ranks__group{border-top:1px solid #e4e6eb}.ahub-game-ranks__group-title{align-items:center;color:#6c7086;display:flex;font-size:11px;font-weight:600;gap:8px;letter-spacing:.03em;padding:10px 0 6px;text-transform:uppercase}.ahub-game-ranks__group-tally{color:#8b8fa3;font-size:11px;font-variant-numeric:tabular-nums;font-weight:600}.ahub-game-ranks__row{align-items:center;display:grid;gap:3px 8px;grid-template-columns:1fr auto 1fr;padding:7px 0}.ahub-game-ranks__row+.ahub-game-ranks__row{border-top:1px solid #f0f1f4}.ahub-game-ranks__meta{align-items:baseline;display:flex;gap:4px;justify-content:space-between}.ahub-game-ranks__label{color:#6c7086;font-size:12px;font-weight:600;min-width:54px;text-align:center;text-transform:uppercase;white-space:nowrap}.ahub-game-ranks__value{color:#1a1a2e;font-size:13px;font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap}.ahub-game-ranks__value--loser{color:#8b8fa3}.ahub-game-ranks__ordinal{font-size:11px;font-variant-numeric:tabular-nums;font-weight:500;white-space:nowrap}.ahub-game-ranks__ordinal--elite{color:#16a34a;font-weight:700}.ahub-game-ranks__ordinal--good{color:#16a34a}.ahub-game-ranks__ordinal--avg{color:#a16207}.ahub-game-ranks__ordinal--below{color:#dc2626}.ahub-game-ranks__ordinal--poor{color:#dc2626;font-weight:700}.ahub-game-ranks__bars{display:flex;gap:4px;grid-column:1/-1}.ahub-game-ranks__bar-track{background:#e8eaed;border-radius:4px;display:flex;flex:1;height:7px;overflow:hidden}.ahub-game-ranks__bar-track--left{justify-content:flex-end}.ahub-game-ranks__bar{border-radius:4px;height:100%;min-width:0}.ahub-game-ranks__bar--muted{opacity:.35}.ahub-game-ranks__bar-track--left .ahub-game-ranks__bar{background:var(--team1-color)}.ahub-game-ranks__bar-track--right .ahub-game-ranks__bar{background:var(--team2-color)}@container (max-width: 420px){.ahub-game-ranks__header{padding:10px 12px}.ahub-game-ranks__header-team span{display:none}.ahub-game-ranks__group{padding:0 12px}.ahub-game-ranks__ordinal{display:none}.ahub-game-ranks__meta{justify-content:flex-end}.ahub-game-ranks__meta--right{justify-content:flex-start}.ahub-game-ranks__value{font-size:12px}.ahub-game-ranks__label{font-size:11px;min-width:40px}.ahub-game-ranks__bar-track{height:5px}}.ahub-box-scores{container-type:inline-size}.ahub-box-scores__teams{display:flex;flex-direction:column}.ahub-box-scores__teams--side-by-side{display:grid;gap:16px;grid-template-columns:1fr 1fr}.ahub-box-scores__teams--side-by-side .ahub-box-scores__team+.ahub-box-scores__team{margin-top:0}.ahub-box-scores__team+.ahub-box-scores__team{margin-top:24px}.ahub-box-scores .tabulator{border-color:var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);font-size:13px}.ahub-box-scores .tabulator .tabulator-header{border-bottom:1px solid var(--ahub-border-color,#cdcfd1)}.ahub-box-scores .tabulator .tabulator-tableholder .tabulator-table .tabulator-row,.ahub-box-scores .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{border-color:var(--ahub-border-color,#cdcfd1)}.ahub-box-scores .tabulator .tabulator-tableholder .tabulator-table .tabulator-row:nth-child(2n){background:var(--ahub-bg-alt,#f8f9fa)}.ahub-box-scores .tabulator .tabulator-header{background:var(--ahub-bg-alt,#f8f9fa);font-weight:600}.ahub-box-scores .tabulator .tabulator-header .tabulator-col{background:var(--ahub-bg-alt,#f8f9fa);border-color:var(--ahub-border-color,#cdcfd1);font-size:.9em}.ahub-box-scores .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background:#eaeaea}.ahub-box-scores .tabulator .tabulator-header .tabulator-col .tabulator-col-content{align-items:end;display:flex;flex-grow:1;justify-content:center;min-width:0;padding-top:10px}.ahub-box-scores .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{min-width:0;position:static}.ahub-box-scores .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{color:#555;font-size:11px;font-weight:600;line-height:1.2;min-width:0;text-align:inherit;text-overflow:clip;white-space:normal}.ahub-box-scores .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:start;right:2px;top:2px}.ahub-box-scores .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom-width:4px;border-left-width:4px;border-right-width:4px}.ahub-box-scores .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0}.ahub-box-scores .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}.ahub-box-scores .tabulator-tableholder{overflow-x:auto}.ahub-box-scores .tabulator-row{min-height:32px}.ahub-box-scores .tabulator-row .tabulator-cell{padding:4px 6px}.ahub-box-scores .tabulator .tabulator-group{background:transparent;border-bottom:1px solid var(--ahub-border-color,#cdcfd1);border-right:none;border-top:none;color:#8b8fa3;font-size:10px;font-weight:600;letter-spacing:.5px;min-height:24px;padding:3px 8px;text-transform:uppercase}.ahub-box-scores .tabulator .tabulator-group .tabulator-arrow{display:none}.ahub-box-scores .tabulator .tabulator-group .tabulator-group-toggle:before{color:#b0b3ba;content:"//";font-weight:700;margin-right:5px}.ahub-box-scores .tabulator-calcs-bottom{background:var(--ahub-bg-alt,#f8f9fa);border-top:2px solid var(--ahub-border-color,#cdcfd1);font-weight:700}.ahub-box-scores .tabulator-calcs-bottom .tabulator-cell{border-right:none}.ahub-box-scores .tabulator-frozen{background:inherit}.ahub-box-scores .tabulator .tabulator-header .tabulator-col.tabulator-frozen .tabulator-col-content{justify-content:flex-start}.ahub-box-scores .tabulator-cell{font-variant-numeric:tabular-nums}.ahub-box-scores .tabulator-cell[tabulator-field=player]{font-variant-numeric:normal}.ahub-box-scores__legend{color:#6c7086;font-size:11px;line-height:1.6;margin-top:6px;padding:0 4px}.ahub-box-scores__legend-sep{color:#ccc;margin:0 2px}@container (max-width: 500px){.ahub-box-scores .tabulator{font-size:12px}.ahub-box-scores__team-header{font-size:13px;padding:6px 10px}.ahub-box-scores .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{font-size:10px}}.ahub-timeline{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);container-type:inline-size;max-height:700px;overflow-y:auto}.ahub-timeline__period+.ahub-timeline__period{border-top:1px solid var(--ahub-border-color,#cdcfd1)}.ahub-timeline__period-header{align-items:center;background:var(--ahub-bg-alt,#f8f9fa);color:#1a1a2e;display:flex;font-size:12px;font-weight:600;letter-spacing:.5px;padding:8px 14px;text-transform:uppercase}.ahub-timeline__period-summary{align-items:center;display:flex;gap:12px;margin-left:auto}.ahub-timeline__period-diff{color:#1a1a2e;font-size:12px;font-variant-numeric:tabular-nums;font-weight:700}.ahub-timeline__period-diff--team1{color:var(--team1-color)}.ahub-timeline__period-diff--team2{color:var(--team2-color)}.ahub-timeline__period-score{color:#8b8fa3;font-variant-numeric:tabular-nums;font-weight:500}.ahub-timeline__events{border-top:1px solid #f0f1f4;display:grid;grid-template-columns:1fr auto 1fr}.ahub-timeline__event{align-items:center;display:grid;grid-column:1/-1;grid-template-columns:subgrid;min-height:32px}.ahub-timeline__event+.ahub-timeline__event{border-top:1px solid #f0f1f4}.ahub-timeline__event--lead-change{background:rgba(0,0,0,.02)}.ahub-timeline__event--lead-change .ahub-timeline__score{font-size:14px;font-weight:800}.ahub-timeline__event--lead-change[data-lead-team=team1]{box-shadow:inset 3px 0 0 var(--team1-color)}.ahub-timeline__event--lead-change[data-lead-team=team2]{box-shadow:inset -3px 0 0 var(--team2-color)}.ahub-timeline__event--tied{background:rgba(245,158,11,.04)}.ahub-timeline__event--tied .ahub-timeline__score{color:#d97706;font-weight:800}.ahub-timeline__event--ft{min-height:28px}.ahub-timeline__event--ft .ahub-timeline__player{color:#6c7086;font-size:12px;font-weight:500}.ahub-timeline__event--ft .ahub-timeline__score{color:#6c7086;font-size:12px;font-weight:600}.ahub-timeline__event--ft .ahub-timeline__badge--minor{font-size:9px}.ahub-timeline__event--three .ahub-timeline__badge--primary{box-shadow:0 0 0 2px rgba(0,0,0,.06),0 1px 4px rgba(0,0,0,.12);font-size:11px;padding:2px 6px}.ahub-timeline__event--three .ahub-timeline__player{font-weight:700}.ahub-timeline__team1-col,.ahub-timeline__team2-col{align-items:center;display:flex;flex-wrap:wrap;gap:4px 6px;min-width:0;padding:5px 12px}.ahub-timeline__team1-col{justify-content:flex-end;text-align:right}.ahub-timeline__team1-col .ahub-timeline__badge{order:10}.ahub-timeline__team2-col{justify-content:flex-start;text-align:left}.ahub-timeline__team2-col .ahub-timeline__badge{order:-10}.ahub-timeline__score-col{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:56px;padding:0 4px}.ahub-timeline__score{color:#1a1a2e;font-size:13px;font-variant-numeric:tabular-nums;font-weight:700;white-space:nowrap}.ahub-timeline__player{color:#1a1a2e;font-size:13px;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-timeline__player--goal{font-weight:600}.ahub-timeline__detail{color:#8b8fa3;flex-basis:100%;font-size:11px;line-height:1.2;order:20}.ahub-timeline__time{color:#8b8fa3;font-size:10px;font-variant-numeric:tabular-nums;line-height:1;white-space:nowrap}.ahub-timeline__dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.ahub-timeline[data-sport-id="1"] .ahub-timeline__badge{box-sizing:border-box;text-align:center;width:35px}.ahub-timeline__badge{border-radius:3px;display:inline-block;flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.3px;line-height:1.4;padding:1px 5px;text-transform:uppercase;white-space:nowrap}.ahub-timeline__badge--primary{color:#fff}.ahub-timeline__badge--minor{background:transparent;border:1px solid}.ahub-timeline__badge--penalty-yellow{background:#fbbf24;color:#78350f}.ahub-timeline__badge--penalty-red{background:#ef4444;color:#fff}.ahub-timeline__badge--run{background:#16a34a;color:#fff}.ahub-timeline__badge--sub{background:transparent;border:1px solid #8b8fa3;color:#8b8fa3}@container (max-width: 499px){.ahub-timeline .ahub-timeline__team1-col,.ahub-timeline .ahub-timeline__team2-col{padding:4px 10px}.ahub-timeline .ahub-timeline__player{font-size:12px}.ahub-timeline .ahub-timeline__detail{display:none}.ahub-timeline .ahub-timeline__score{font-size:12px}.ahub-timeline .ahub-timeline__score-col{min-width:48px}.ahub-timeline .ahub-timeline__badge{font-size:9px;padding:1px 4px}.ahub-timeline .ahub-timeline__event--lead-change .ahub-timeline__score{font-size:13px}.ahub-timeline .ahub-timeline__period-diff{font-size:11px}}@container (max-width: 349px){.ahub-timeline .ahub-timeline__time{display:none}.ahub-timeline .ahub-timeline__player{font-size:11px}.ahub-timeline .ahub-timeline__badge{font-size:9px}.ahub-timeline .ahub-timeline__score-col{min-width:42px}.ahub-timeline .ahub-timeline__period-diff{display:none}}.ahub-game-flow{container-type:inline-size}.ahub-game-flow__grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ahub-game-flow__panel{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);overflow:hidden}.ahub-game-flow__panel-header{align-items:center;background:var(--ahub-bg-alt,#f8f9fa);border-bottom:1px solid var(--ahub-border-color,#cdcfd1);color:#1a1a2e;display:flex;font-size:12px;font-weight:600;letter-spacing:.5px;min-height:32px;padding:0 16px;text-transform:uppercase}.ahub-game-flow__stats{border-bottom:1px solid #f0f1f4;color:#8b8fa3;display:flex;font-size:11px;font-variant-numeric:tabular-nums;gap:16px;justify-content:center;padding:6px 12px}.ahub-game-flow__stats b{color:#1a1a2e}.ahub-game-flow__chart{padding:8px}@container (max-width: 499px){.ahub-game-flow__grid{gap:12px}.ahub-game-flow__panel-header{font-size:11px;min-height:28px;padding:0 10px}.ahub-game-flow__stats{font-size:10px;gap:8px;padding:4px 8px}.ahub-game-flow__chart{height:240px!important;padding:4px}}.ahub-timeline-flow{align-items:start;container-type:inline-size;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.ahub-timeline-flow .ahub-game-flow__grid{grid-template-columns:1fr}@container (max-width: 749px){.ahub-timeline-flow{gap:12px}.ahub-timeline-flow__col--charts{order:-1}.ahub-timeline-flow .ahub-timeline{max-height:none;overflow-y:visible}}.ahub-team-header,.ahub-team-page{container-type:inline-size}.ahub-team-header{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);padding:20px 16px}.ahub-team-header__body{align-items:flex-start;display:flex;gap:20px}.ahub-team-header__left{flex:1;min-width:0}.ahub-team-header__main{align-items:center;display:flex;gap:16px}.ahub-team-header__logo{flex-shrink:0;height:60px;-o-object-fit:contain;object-fit:contain;width:60px}.ahub-team-header__logo-placeholder{border-radius:50%;flex-shrink:0;height:60px;width:60px}.ahub-team-header__identity{min-width:0}.ahub-team-header__name{color:#1a1a2e;font-size:22px;font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0}.ahub-team-header__subtitle{color:#6c7086;font-size:13px;line-height:1.4;margin-top:4px}.ahub-team-header__meta{display:grid;margin:14px 0 0}.ahub-team-header__meta-row{align-items:baseline;display:grid;gap:0 10px;grid-template-columns:90px minmax(10px,1fr);padding:6px 0}.ahub-team-header__meta-row+.ahub-team-header__meta-row{border-top:1px solid #f0f1f4}.ahub-team-header__meta-label{color:#8b8fa3;font-size:12px;font-weight:500;letter-spacing:.5px;line-height:1.4;margin:0;text-transform:uppercase}.ahub-team-header__meta-value{align-items:center;color:#1a1a2e;display:flex;font-size:13px;font-weight:500;gap:0;line-height:1.4;margin:0}.ahub-team-header__meta-value a{color:inherit;text-decoration:none}.ahub-team-header__meta-value a:hover{text-decoration:underline}.ahub-team-header__flag{flex-shrink:0;vertical-align:middle}.ahub-team-header__days-ago{align-items:center;border-left:1px solid #e4e6eb;color:#b0b3c0;display:inline-flex;font-size:11px;font-weight:500;gap:5px;margin-left:8px;padding-left:10px;white-space:nowrap}.ahub-team-header__days-count{align-items:center;border-radius:11px;display:inline-flex;font-size:11px;font-variant-numeric:tabular-nums;font-weight:700;height:22px;justify-content:center;min-width:22px;padding:0 5px}.ahub-team-header__days-ago--win .ahub-team-header__days-count{background:rgba(34,197,94,.06);border:1.5px solid rgba(34,197,94,.4);color:#16a34a}.ahub-team-header__days-ago--loss .ahub-team-header__days-count{background:rgba(239,68,68,.06);border:1.5px solid rgba(239,68,68,.4);color:#dc2626}.ahub-team-header__form{display:flex;flex-direction:column;gap:4px}.ahub-team-header__form-dots{display:flex;flex-wrap:wrap;gap:3px}.ahub-team-header__form-dot{align-items:center;border-radius:3px;display:inline-flex;font-size:11px;font-weight:700;height:22px;justify-content:center;line-height:1;width:22px}.ahub-team-header__form-dot[data-ahub-game-peek]{cursor:pointer}.ahub-team-header__form-dot--win{background:rgba(34,197,94,.12);color:#16a34a}.ahub-team-header__form-dot--loss{background:rgba(239,68,68,.12);color:#dc2626}.ahub-team-header__form-summary{color:#8b8fa3;font-size:11px;font-weight:500}.ahub-team-header__achievements{color:#6c7086;font-size:12px;font-weight:600;line-height:1.5;margin-top:12px}.ahub-team-header__trophy-icon{margin-right:4px}.ahub-team-header__accent{border-radius:2px;box-shadow:0 0 8px color-mix(in srgb,currentcolor,transparent 70%);display:block;height:4px;margin-top:8px;width:100px}.ahub-team-header__calendar{flex-shrink:0}@container (max-width: 700px){.ahub-team-header--with-calendar .ahub-team-header__body{flex-direction:column;gap:24px}.ahub-team-header--with-calendar .ahub-team-header__calendar{align-self:flex-start}}@container (max-width: 480px){.ahub-team-header{padding:14px 12px}.ahub-team-header__body{flex-direction:column}.ahub-team-header__logo,.ahub-team-header__logo-placeholder{height:44px;width:44px}.ahub-team-header__name{font-size:18px}.ahub-team-header__main{gap:12px}.ahub-team-header__meta-row{gap:0 8px;grid-template-columns:80px minmax(10px,1fr)}}.ahub-team-info{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);container-type:inline-size;padding:4px 16px}.ahub-team-info__list{margin:0}.ahub-team-info__row{align-items:baseline;display:grid;gap:0 12px;grid-template-columns:100px minmax(10px,1fr);padding:10px 0}.ahub-team-info__row+.ahub-team-info__row{border-top:1px solid #f0f1f4}.ahub-team-info__label{color:#8b8fa3;font-size:12px;font-weight:500;letter-spacing:.5px;line-height:1.4;margin:0;text-align:left;text-transform:uppercase}.ahub-team-info__value{color:#1a1a2e;font-size:13px;font-weight:500;line-height:1.4;margin:0}.ahub-team-info__value a{color:inherit;text-decoration:none}.ahub-team-info__value a:hover{text-decoration:underline}@container (max-width: 300px){.ahub-team-info__row{gap:2px 0;grid-template-columns:1fr}}.ahub-team-record{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);container-type:inline-size;padding:16px}.ahub-team-record__content{min-height:50px;position:relative}.ahub-team-record__grid{border:1px solid #e4e6eb;border-radius:var(--ahub-border-radius,0);display:flex;overflow:hidden}.ahub-team-record__cell{align-items:center;display:flex;flex:1;flex-direction:column;gap:6px;padding:12px 10px}.ahub-team-record__cell+.ahub-team-record__cell{border-left:1px solid #f0f1f4}.ahub-team-record__cell--main{background:var(--ahub-bg-alt,#f8f9fa)}.ahub-team-record__cell--pct{align-items:stretch}.ahub-team-record__label{color:#8b8fa3;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.ahub-team-record__value{color:#1a1a2e;font-size:20px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.01em}.ahub-team-record__ratio-bar{background:rgba(239,68,68,.18);border-radius:3px;height:6px;overflow:hidden;width:80%}.ahub-team-record__ratio-fill{background:rgba(34,197,94,.45);border-radius:3px;border-right:2px solid #fff;height:100%}.ahub-team-record__pct-row{align-items:center;display:flex;gap:8px;justify-content:center}.ahub-team-record__pct-value{color:#1a1a2e;font-size:20px;font-variant-numeric:tabular-nums;font-weight:700}.ahub-team-record__pct-bar{background:#e4e6eb;border-radius:2px;height:4px;overflow:hidden;width:48px}.ahub-team-record__pct-fill{background:var(--global-palette1,#2563eb);border-radius:2px;height:100%;opacity:.5}.ahub-team-record__standings{align-items:center;color:#6c7086;display:flex;flex-wrap:wrap;font-size:12px;gap:6px 12px;justify-content:center;margin-top:12px}.ahub-team-record__standings-sep{color:#d0d3da}.ahub-team-record__standings-item{align-items:center;display:inline-flex;font-weight:500;gap:5px}.ahub-team-record__standings-badge{align-items:center;border-radius:3px;display:inline-flex;font-size:11px;font-variant-numeric:tabular-nums;font-weight:700;justify-content:center;line-height:1.2;min-width:28px;padding:2px 6px}.ahub-team-record__standings-badge--elite{background:#16a34a;color:#fff}.ahub-team-record__standings-badge--good{background:rgba(34,197,94,.12);color:#16a34a}.ahub-team-record__standings-badge--avg{background:rgba(234,179,8,.12);color:#a16207}.ahub-team-record__standings-badge--below{background:rgba(239,68,68,.12);color:#dc2626}.ahub-team-record__standings-badge--poor{background:#dc2626;color:#fff}@container (max-width: 549px){.ahub-team-record{padding:12px}.ahub-team-record__grid{flex-wrap:wrap}.ahub-team-record__cell--main{border-bottom:1px solid #f0f1f4;flex:1 0 100%}.ahub-team-record__cell--main+.ahub-team-record__cell{border-left:none}.ahub-team-record__cell--pct{border-left:none;border-top:1px solid #f0f1f4;flex:1 0 100%}.ahub-team-record__cell--gp{border-top:1px solid #f0f1f4}.ahub-team-record__pct-value,.ahub-team-record__value{font-size:18px}}.ahub-team-results__form{display:flex;flex-direction:column;gap:4px;margin-bottom:4px;padding:8px 0}.ahub-team-results__form-dots{display:flex;flex-wrap:wrap;gap:3px}.ahub-team-results__form-dot{align-items:center;border-radius:3px;display:inline-flex;font-size:11px;font-weight:700;height:22px;justify-content:center;line-height:1;width:22px}.ahub-team-results__form-dot[data-ahub-game-peek]{cursor:pointer}.ahub-team-results__form-dot--win{background:rgba(34,197,94,.12);color:#16a34a}.ahub-team-results__form-dot--loss{background:rgba(239,68,68,.12);color:#dc2626}.ahub-team-results__form-dot--draw{background:rgba(156,163,175,.15);color:#6b7280}.ahub-team-results__form-summary{color:#8b8fa3;font-size:11px;font-weight:500}.ahub-team-roster{container-type:inline-size}.ahub-team-roster__group-label{padding-top:10px}.ahub-team-roster__group-label:first-child{padding-top:0}.ahub-team-roster__grid{display:grid;gap:6px;grid-template-columns:repeat(auto-fill,minmax(310px,1fr))}.ahub-team-roster__card{align-items:center;background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);display:grid;gap:0 8px;grid-template-columns:36px 1fr auto;min-height:48px;padding:6px 10px;position:relative;transition:box-shadow .15s ease}.ahub-team-roster__card:hover{box-shadow:0 1px 4px rgba(0,0,0,.08)}.ahub-team-roster__link{inset:0;position:absolute;z-index:1}.ahub-team-roster__jersey{align-items:center;display:flex;height:36px;justify-content:center;position:relative;width:36px}.ahub-team-roster__shirt{fill:var(--ahub-bg-alt,#f8f9fa);height:100%;inset:0;position:absolute;stroke:var(--ahub-border-color,#cdcfd1);stroke-linejoin:round;stroke-width:1.5;width:100%}.ahub-team-roster__jersey-num{color:#1a1a2e;font-size:13px;font-variant-numeric:tabular-nums;font-weight:700;line-height:1;margin-top:4px;position:relative}.ahub-team-roster__name{align-items:center;display:flex;gap:6px;min-width:0}.ahub-team-roster__photo{border-radius:50%;flex-shrink:0;height:24px;-o-object-fit:cover;object-fit:cover;width:24px}.ahub-team-roster__name-text{color:#1a1a2e;font-size:13px;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-team-roster__name-link{color:inherit;text-decoration:none}.ahub-team-roster__name-link:hover{text-decoration:underline}.ahub-team-roster__injury{border-radius:3px;display:inline-block;flex-shrink:0;font-size:10px;font-weight:600;line-height:14px;padding:1px 5px;white-space:nowrap}.ahub-team-roster__injury--dtd{background:#fef3c7;color:#92400e}.ahub-team-roster__injury--out{background:#dc2626;color:#fff}.ahub-team-roster__injury--ofs{background:#7f1d1d;color:#fff}.ahub-team-roster__stats{align-items:center;display:flex;flex-shrink:0;gap:6px}.ahub-team-roster__pos{background:var(--ahub-bg-alt,#f8f9fa);border-radius:3px;color:#6c7086;display:inline-block;font-size:11px;font-weight:700;line-height:1;padding:2px 6px}.ahub-team-roster__age,.ahub-team-roster__height{color:#6c7086;font-size:12px;white-space:nowrap}.ahub-team-roster__flag{flex-shrink:0;vertical-align:middle}@container (max-width: 599px){.ahub-team-roster__grid{grid-template-columns:1fr}}@container (max-width: 399px){.ahub-team-roster__age,.ahub-team-roster__height{display:none}}.ahub-team-standings{container-type:inline-size}.ahub-team-standings__inner{transition:opacity .15s ease}.ahub-team-standings__group-name{color:#1a1a2e;font-size:14px;font-weight:700;padding:0 0 8px}.ahub-team-standings__card{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);overflow:clip}.ahub-team-standings__pills{display:flex;gap:6px;padding:10px 14px 6px}.ahub-team-standings__pill{align-items:center;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:20px;color:#8b8fa3;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;padding:4px 12px;text-decoration:none;transition:background .15s,color .15s,border-color .15s}.ahub-team-standings__pill:hover{border-color:#1a1a2e;color:#1a1a2e}.ahub-team-standings__pill--active{background:var(--global-palette1,#2563eb);border-color:var(--global-palette1,#2563eb);color:#fff}.ahub-team-standings__pill--active:hover{color:#fff}.ahub-team-standings__view{display:none}.ahub-team-standings__view--active{display:block}.ahub-team-standings__group-view{display:none}.ahub-team-standings__group-view--active{display:block}.ahub-team-standings__table-wrap{overflow-x:auto}.ahub-team-standings__table{border-collapse:separate;border-spacing:0;font-size:13px;font-variant-numeric:tabular-nums;width:100%}.ahub-team-standings__th{background:#fff;border-bottom:1px solid var(--ahub-border-color,#cdcfd1);color:#4a4e69;font-size:11px;font-weight:700;letter-spacing:.5px;padding:8px 10px;text-align:center;text-transform:uppercase;white-space:nowrap}.ahub-team-standings__th--rank{left:0;max-width:36px;min-width:36px;position:sticky;text-align:center;width:36px;z-index:3}.ahub-team-standings__th--team{box-shadow:4px 0 4px -3px rgba(0,0,0,.08);left:36px;min-width:140px;position:sticky;text-align:left;z-index:2}.ahub-team-standings__td{color:#1a1a2e;font-weight:500;padding:8px 10px;text-align:center}.ahub-team-standings__td--rank{background:#fff;border-left:3px solid transparent;color:#8b8fa3;font-weight:600;left:0;position:sticky;text-align:center;z-index:3}.ahub-team-standings__td--team{align-items:center;background:#fff;box-shadow:4px 0 4px -3px rgba(0,0,0,.08);display:flex;gap:8px;left:36px;position:sticky;text-align:left;white-space:nowrap;z-index:2}.ahub-team-standings__tr+.ahub-team-standings__tr>.ahub-team-standings__td{border-top:1px solid #f0f1f4}.ahub-team-standings__tr--active{background:var(--ahub-bg-alt,#f8f9fa);background:color-mix(in srgb,var(--team-accent) 8%,#fff)}.ahub-team-standings__tr--active>.ahub-team-standings__td{font-weight:600}.ahub-team-standings__tr--active>.ahub-team-standings__td--rank,.ahub-team-standings__tr--active>.ahub-team-standings__td--team{background:var(--ahub-bg-alt,#f8f9fa);background:color-mix(in srgb,var(--team-accent) 8%,#fff)}.ahub-team-standings__tr--zone-break>.ahub-team-standings__td{border-top:2px solid var(--ahub-border-color,#cdcfd1)}.ahub-team-standings__tr--playoffs>.ahub-team-standings__td--rank{border-left-color:#16a34a}.ahub-team-standings__tr--playin>.ahub-team-standings__td--rank{border-left-color:#d97706}.ahub-team-standings__tr--relegation>.ahub-team-standings__td--rank{border-left-color:#dc2626}.ahub-team-standings__logo{flex-shrink:0;height:20px;-o-object-fit:contain;object-fit:contain;width:20px}.ahub-team-standings__team-link{color:var(--global-palette1,#2563eb);text-decoration:none}.ahub-team-standings__team-link:hover{text-decoration:underline}.ahub-team-standings__streak{font-weight:600}.ahub-team-standings__streak--win{color:#16a34a}.ahub-team-standings__streak--loss{color:#dc2626}.ahub-team-standings__diff--pos{color:#16a34a}.ahub-team-standings__diff--neg{color:#dc2626}.ahub-team-standings__footer{padding:8px 2px 0}.ahub-team-standings__legend{display:flex;flex-wrap:wrap;gap:6px 16px}.ahub-team-standings__legend-item{align-items:center;color:#6c7086;display:inline-flex;font-size:11px;font-weight:500;gap:6px}.ahub-team-standings__legend-dot{border-radius:2px;flex-shrink:0;height:10px;width:10px}.ahub-team-standings__legend-item--playoffs .ahub-team-standings__legend-dot{background:#16a34a}.ahub-team-standings__legend-item--playin .ahub-team-standings__legend-dot{background:#d97706}.ahub-team-standings__legend-item--relegation .ahub-team-standings__legend-dot{background:#dc2626}.ahub-team-standings__col-legend{color:#8b8fa3;font-size:11px;line-height:1.6;margin-bottom:6px}.ahub-team-standings__col-sep{color:#cdcfd1;margin:0 2px}.ahub-team-standings--compact .ahub-team-standings__td--rank,.ahub-team-standings--compact .ahub-team-standings__th--rank{max-width:28px;min-width:28px;padding:6px 4px;position:static;width:28px;z-index:auto}.ahub-team-standings--compact .ahub-team-standings__td--team,.ahub-team-standings--compact .ahub-team-standings__th--team{box-shadow:none;max-width:140px;min-width:0;padding:6px 8px;position:static;z-index:auto}.ahub-team-standings--compact .ahub-team-standings__team-link{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-team-standings--compact .ahub-team-standings__table{font-size:12px}.ahub-team-standings--compact .ahub-team-standings__th{font-size:10px;padding:6px}.ahub-team-standings--compact .ahub-team-standings__td{padding:6px}.ahub-team-standings--compact .ahub-team-standings__logo{height:16px;width:16px}.ahub-team-standings__footer-link{color:var(--global-palette1,#2563eb);display:block;font-size:12px;padding:8px 0 0;text-align:center;text-decoration:none}.ahub-team-standings__footer-link:hover{text-decoration:underline}.ahub-team-staff{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);padding:12px 16px}.ahub-team-staff__row{align-items:baseline;display:flex;gap:8px}.ahub-team-staff__role{color:#8b8fa3;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.ahub-team-staff__name{color:#1a1a2e;font-size:14px;font-weight:600;text-decoration:none}.ahub-team-staff a.ahub-team-staff__name:hover{text-decoration:underline}.ahub-team-description{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);color:#1a1a2e;font-size:14px;line-height:1.6;padding:16px}.ahub-team-description>:first-child{margin-top:0}.ahub-team-description>:last-child{margin-bottom:0}.ahub-team-form{container-type:inline-size}.ahub-team-form__card{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);padding:12px 8px;position:relative}.ahub-team-form__card--loading:after{background:hsla(0,0%,100%,.7);border-radius:inherit;content:"";inset:0;position:absolute;z-index:1}.ahub-team-form__header{align-items:baseline;display:flex;gap:8px;margin:0 4px 6px}.ahub-team-form__subtitle{color:#8b8fa3;font-size:12px}.ahub-team-form__counts{display:flex;gap:2px;margin-left:auto}.ahub-team-form__count{align-items:center;border-radius:3px;color:#8b8fa3;cursor:pointer;display:inline-flex;font-size:11px;font-weight:500;justify-content:center;min-width:28px;padding:2px 6px;text-decoration:none;transition:background .15s,color .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ahub-team-form__count:hover{background:#f0f1f4;color:#1a1a2e}.ahub-team-form__count--active,.ahub-team-form__count--active:hover{background:var(--global-palette1,#2563eb);color:#fff}@container (max-width: 499px){.ahub-team-form__chart{height:160px!important}.ahub-team-form__header{flex-wrap:wrap}}@container (min-width: 800px){.ahub-team-form__chart{height:240px!important}}.ahub-team-calendar{max-width:310px}.ahub-team-calendar .flatpickr-calendar{background:none;border:1px solid #dee2e6;border-radius:0;box-shadow:none;top:0!important;width:auto}.ahub-team-calendar .flatpickr-calendar.arrowTop:after,.ahub-team-calendar .flatpickr-calendar.arrowTop:before{display:none}.ahub-team-calendar .flatpickr-days,.ahub-team-calendar .flatpickr-rContainer{width:auto}.ahub-team-calendar .dayContainer{max-width:100%;min-width:100%;width:auto}.ahub-team-calendar .flatpickr-months .flatpickr-month{color:#1a1a2e;fill:#1a1a2e;height:34px}.ahub-team-calendar .flatpickr-current-month{font-size:110%;padding-top:5px}.ahub-team-calendar .flatpickr-current-month .numInputWrapper{border:1px solid #eee;margin-left:5px;width:7ch}.ahub-team-calendar .flatpickr-current-month .numInputWrapper input.cur-year{padding:0 10px 0 4px}.ahub-team-calendar .flatpickr-current-month select.flatpickr-monthDropdown-months{border:1px solid #eee}.ahub-team-calendar .flatpickr-months .flatpickr-next-month,.ahub-team-calendar .flatpickr-months .flatpickr-prev-month{color:#6c7086;height:28px;padding:5px 10px}.ahub-team-calendar .flatpickr-months .flatpickr-next-month:hover svg,.ahub-team-calendar .flatpickr-months .flatpickr-prev-month:hover svg{fill:#1a1a2e}.ahub-team-calendar .flatpickr-weekday{color:#8b8fa3;font-size:12px;font-weight:600}.ahub-team-calendar .flatpickr-day{border:1px solid #e9e9e9;border-radius:0;border-right-color:transparent;color:#404848;font-size:13px;height:39px;line-height:39px;max-width:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ahub-team-calendar .flatpickr-day:nth-child(n+8){border-top-color:transparent}.ahub-team-calendar .flatpickr-day:nth-child(7n-6){border-left:0}.ahub-team-calendar .flatpickr-day:nth-child(n+36){border-bottom:0}.ahub-team-calendar .flatpickr-day.today{background-color:rgba(12,144,156,.1);border-color:#e9e9e9}.ahub-team-calendar .flatpickr-day.selected,.ahub-team-calendar .flatpickr-day.selected:focus,.ahub-team-calendar .flatpickr-day.selected:hover,.ahub-team-calendar .flatpickr-day:focus,.ahub-team-calendar .flatpickr-day:hover{background:none;border-color:#e9e9e9 transparent #e9e9e9 #e9e9e9;cursor:inherit;outline:0}.ahub-team-calendar .flatpickr-day.selected:focus:nth-child(n+8),.ahub-team-calendar .flatpickr-day.selected:hover:nth-child(n+8),.ahub-team-calendar .flatpickr-day.selected:nth-child(n+8),.ahub-team-calendar .flatpickr-day:focus:nth-child(n+8),.ahub-team-calendar .flatpickr-day:hover:nth-child(n+8){border-top-color:transparent}.ahub-team-calendar .flatpickr-day.selected.today,.ahub-team-calendar .flatpickr-day.selected:focus.today,.ahub-team-calendar .flatpickr-day.selected:hover.today,.ahub-team-calendar .flatpickr-day:focus.today,.ahub-team-calendar .flatpickr-day:hover.today{background-color:rgba(12,144,156,.1)}.ahub-team-calendar .flatpickr-day.flatpickr-disabled,.ahub-team-calendar .flatpickr-day.flatpickr-disabled:hover{border-color:#e9e9e9 transparent #e9e9e9 #e9e9e9;color:#404848;cursor:default;pointer-events:auto}.ahub-team-calendar .flatpickr-day.flatpickr-disabled:hover:nth-child(n+8),.ahub-team-calendar .flatpickr-day.flatpickr-disabled:nth-child(n+8){border-top-color:transparent}.ahub-team-calendar .flatpickr-day.nextMonthDay,.ahub-team-calendar .flatpickr-day.prevMonthDay{color:rgba(64,72,72,.3)}.ahub-team-calendar__opp-logo{border-radius:50%;height:28px;margin:5px auto 0;-o-object-fit:contain;object-fit:contain;transition:box-shadow .15s ease;width:28px}.ahub-team-calendar__opp-logo:hover{box-shadow:0 0 0 2px #93c5fd}.ahub-team-calendar__game-day{align-items:center;display:flex;justify-content:center;line-height:normal}.ahub-team-calendar__game-day--win{background-color:rgba(34,197,94,.08)}.ahub-team-calendar__game-day--loss{background-color:rgba(239,68,68,.08)}.ahub-team-calendar__game-day--fixture{background-color:rgba(96,165,250,.06)}.ahub-team-calendar__game-day--multi:after{background:#8b8fa3;border-radius:50%;bottom:2px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:4px}.ahub-agg-pills{align-items:center;display:flex;flex-wrap:wrap;gap:6px 10px;margin-bottom:12px}.ahub-agg-pills__league-label{color:#8b8fa3;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.ahub-agg-pills__secondary{display:none}.ahub-agg-pills__secondary--visible{display:flex}.ahub-agg-pills__toggle{align-items:center;color:#8b8fa3;cursor:pointer;display:inline-flex;font-size:11px;font-weight:500;margin-left:2px;padding:4px 8px;text-decoration:none;transition:color .15s ease;white-space:nowrap}.ahub-agg-pills__toggle:hover{color:#1a1a2e}.ahub-agg-pills__pill{align-items:center;background:transparent;border:1px solid #e4e6eb;border-radius:4px;color:#6c7086;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;line-height:1.3;padding:4px 12px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.ahub-agg-pills__pill:hover{background:var(--ahub-bg-alt,#f8f9fa);border-color:#c0c4cc;color:#1a1a2e}.ahub-agg-pills__pill--active{background:rgba(37,99,235,.06);font-weight:600}.ahub-agg-pills__pill--active,.ahub-agg-pills__pill--active:hover{border-color:var(--global-palette1,#2563eb);color:var(--global-palette1,#2563eb)}.ahub-agg-pills__pill--disabled{cursor:default;opacity:.35;pointer-events:none}.ahub-agg-content{min-height:80px;position:relative}.ahub-agg-content--dimmed{pointer-events:none}.ahub-agg-content--dimmed:after{background:hsla(0,0%,100%,.7);content:"";inset:0;position:absolute;z-index:1}.ahub-team-agg-ranks>.ahub-agg-content,.ahub-team-agg-stats>.ahub-agg-content{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);overflow:hidden;padding:16px}.ahub-agg-spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.ahub-agg-updating{background:hsla(0,0%,100%,.9);border:1px solid #e4e6eb;border-radius:3px;color:#6c7086;font-size:11px;font-weight:500;padding:2px 8px;position:absolute;right:12px;top:8px;z-index:1}.ahub-agg-updating--done{border-color:rgba(34,197,94,.3);color:#16a34a}.ahub-agg-legend{align-items:center;border-top:1px solid #f0f1f4;color:#8b8fa3;display:flex;flex-wrap:wrap;font-size:11px;gap:4px 8px;line-height:1.4;margin-top:14px;padding-top:10px}.ahub-agg-legend__sep{color:#d0d3da}.ahub-agg-legend__item b{color:#6c7086;font-weight:600}.ahub-team-agg-stats{container-type:inline-size;position:relative}.ahub-team-agg-stats__loading{color:#8b8fa3;font-size:13px;padding:24px 0;text-align:center}.ahub-team-agg-stats__games-badge{align-items:center;background:var(--ahub-bg-alt,#f8f9fa);border:1px solid #e4e6eb;border-radius:3px;color:#6c7086;display:inline-flex;font-size:11px;font-weight:600;gap:4px;margin-top:12px;padding:2px 8px}.ahub-team-agg-stats__grid{display:grid;gap:24px 40px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.ahub-team-agg-stats__group-title{align-items:center;color:#6c7086;display:flex;font-size:12px;font-weight:600;gap:12px;letter-spacing:.03em;margin:0 0 8px;text-transform:uppercase}.ahub-team-agg-stats__group-title:after,.ahub-team-agg-stats__group-title:before{background:#e4e6eb;content:"";flex:1;height:1px}.ahub-team-agg-stats__hero{padding:8px 0 12px;text-align:center}.ahub-team-agg-stats__hero-value{color:#1a1a2e;font-size:30px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.02em;line-height:1}.ahub-team-agg-stats__hero-label{color:#8b8fa3;font-size:11px;font-weight:600;letter-spacing:.5px;margin-top:4px;text-transform:uppercase}.ahub-team-agg-stats__list{display:flex;flex-direction:column}.ahub-team-agg-stats__item{align-items:center;display:flex;gap:10px;padding:7px 0}.ahub-team-agg-stats__item+.ahub-team-agg-stats__item{border-top:1px solid #f0f1f4}.ahub-team-agg-stats__metric{color:#1a1a2e;flex-shrink:0;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:60px}.ahub-team-agg-stats__value{color:#1a1a2e;flex-shrink:0;font-size:15px;font-variant-numeric:tabular-nums;font-weight:600;text-align:right;width:52px}.ahub-team-agg-stats__bar{flex:1;min-width:40px}.ahub-team-agg-stats__bar-track{background:#e8eaed;border-radius:4px;height:8px;overflow:hidden}.ahub-team-agg-stats__bar-fill{background:var(--global-palette1,#2563eb);border-radius:4px;height:100%;opacity:.6;transition:width .3s ease}.ahub-team-agg-stats__mini-cells{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.ahub-team-agg-stats__mini-cell{align-items:center;background:var(--ahub-bg-alt,#f8f9fa);border-radius:4px;display:inline-flex;font-size:13px;gap:6px;padding:4px 10px}.ahub-team-agg-stats__mini-label{color:#6c7086;font-weight:500}.ahub-team-agg-stats__mini-value{color:#1a1a2e;font-variant-numeric:tabular-nums;font-weight:600}.ahub-team-agg-stats__cells-row{display:flex;gap:24px;margin-top:20px}.ahub-team-agg-stats__cells-group{flex:1;min-width:0}.ahub-team-agg-stats__cells{display:grid;gap:2px;grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}.ahub-team-agg-stats__cell{align-items:center;background:var(--ahub-bg-alt,#f8f9fa);border-radius:4px;display:flex;flex-direction:column;gap:4px;padding:12px 4px;text-align:center;transition:background .15s ease}.ahub-team-agg-stats__cell:hover{background:#eef0f3}.ahub-team-agg-stats__cell-value{color:#1a1a2e;font-size:20px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.01em;line-height:1}.ahub-team-agg-stats__cell-label{color:#8b8fa3;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}@container (max-width: 499px){.ahub-team-agg-stats__grid{grid-template-columns:1fr}.ahub-team-agg-stats__cells-row{flex-direction:column;gap:16px}.ahub-team-agg-stats__cell-value{font-size:16px}}.ahub-team-agg-ranks{container-type:inline-size;position:relative}.ahub-team-agg-ranks__loading{color:#8b8fa3;font-size:13px;padding:24px 0;text-align:center}.ahub-team-agg-ranks__grid{display:grid;gap:24px 40px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.ahub-team-agg-ranks__group-title{align-items:center;color:#6c7086;display:flex;font-size:12px;font-weight:600;gap:12px;letter-spacing:.03em;margin:0 0 8px;text-transform:uppercase}.ahub-team-agg-ranks__group-title:after,.ahub-team-agg-ranks__group-title:before{background:#e4e6eb;content:"";flex:1;height:1px}.ahub-team-agg-ranks__list{display:flex;flex-direction:column}.ahub-team-agg-ranks__item{align-items:center;display:flex;gap:10px;padding:7px 0}.ahub-team-agg-ranks__item+.ahub-team-agg-ranks__item{border-top:1px solid #f0f1f4}.ahub-team-agg-ranks__metric{color:#1a1a2e;flex-shrink:0;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80px}.ahub-team-agg-ranks__value{color:#1a1a2e;flex-shrink:0;font-size:15px;font-variant-numeric:tabular-nums;font-weight:600;text-align:right;width:48px}.ahub-team-agg-ranks__badge{border-radius:4px;flex-shrink:0;font-size:11px;font-variant-numeric:tabular-nums;font-weight:600;padding:2px 0;text-align:center;white-space:nowrap;width:68px}.ahub-team-agg-ranks__badge--elite{background:#16a34a;color:#fff}.ahub-team-agg-ranks__badge--good{background:rgba(34,197,94,.12);color:#16a34a}.ahub-team-agg-ranks__badge--avg{background:rgba(234,179,8,.12);color:#a16207}.ahub-team-agg-ranks__badge--below{background:rgba(239,68,68,.12);color:#dc2626}.ahub-team-agg-ranks__badge--poor{background:#dc2626;color:#fff}.ahub-team-agg-ranks__bar{flex:1;min-width:40px}.ahub-team-agg-ranks__bar-track{background:#e8eaed;border-radius:4px;height:8px;overflow:hidden}.ahub-team-agg-ranks__bar-fill{border-radius:4px;height:100%;transition:width .3s ease}.ahub-team-agg-ranks__bar-fill--elite{background:#16a34a}.ahub-team-agg-ranks__bar-fill--good{background:#22c55e}.ahub-team-agg-ranks__bar-fill--avg{background:#eab308}.ahub-team-agg-ranks__bar-fill--below{background:#f87171}.ahub-team-agg-ranks__bar-fill--poor{background:#dc2626}@container (max-width: 499px){.ahub-team-agg-ranks__grid{grid-template-columns:1fr}.ahub-team-agg-ranks__badge{font-size:10px;min-width:48px}}.ahub-team-agg-leaders{container-type:inline-size;position:relative}.ahub-team-agg-leaders__loading{color:#8b8fa3;font-size:13px;padding:24px 0;text-align:center}.ahub-team-agg-leaders__hero-grid{display:grid;gap:12px;grid-template-columns:repeat(3,1fr)}.ahub-team-agg-leaders__hero-card{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);padding:14px}.ahub-team-agg-leaders__hero-header{color:#8b8fa3;font-size:11px;font-weight:600;letter-spacing:.04em;margin-bottom:8px;text-transform:uppercase}.ahub-team-agg-leaders__hero-value{color:var(--global-palette1,#2563eb);font-size:28px;font-variant-numeric:tabular-nums;font-weight:700;line-height:1.1}.ahub-team-agg-leaders__hero-player{color:#1a1a2e;font-size:14px;font-weight:600;margin-bottom:10px;margin-top:4px}.ahub-team-agg-leaders__hero-player a{color:inherit;text-decoration:none}.ahub-team-agg-leaders__hero-player .ahub-team-agg-leaders__gp:before,.ahub-team-agg-leaders__hero-player .ahub-team-agg-leaders__pos:before{color:#d0d3da;content:"·";margin:0 3px}.ahub-team-agg-leaders__hero-runners{border-top:1px solid #f0f1f4;display:flex;flex-direction:column;gap:6px;padding-top:8px}.ahub-team-agg-leaders__runner{align-items:center;color:#1a1a2e;display:flex;font-size:12px;gap:6px}.ahub-team-agg-leaders__runner-bar{background:#f0f1f4;border-radius:2px;flex-shrink:0;height:4px;overflow:hidden;width:60px}.ahub-team-agg-leaders__runner-bar-fill{background:color-mix(in srgb,var(--global-palette1,#2563eb) 40%,transparent);border-radius:2px;height:100%}.ahub-team-agg-leaders__compact-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));margin-top:12px}.ahub-team-agg-leaders__card{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);padding:12px}.ahub-team-agg-leaders__card-header{align-items:center;border-bottom:1px solid #f0f1f4;display:flex;gap:6px;margin-bottom:10px;padding-bottom:6px}.ahub-team-agg-leaders__card-title{color:#1a1a2e;font-size:12px;font-weight:600}.ahub-team-agg-leaders__card-abbr{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:3px;color:#8b8fa3;font-size:10px;font-weight:600;line-height:1.2;margin-left:auto;padding:1px 4px}.ahub-team-agg-leaders__player{align-items:center;color:#1a1a2e;display:flex;font-size:13px;gap:6px;padding:4px 0}.ahub-team-agg-leaders__player+.ahub-team-agg-leaders__player{border-top:1px solid #f0f1f4}.ahub-team-agg-leaders__player--leader{padding:5px 0}.ahub-team-agg-leaders__rank{color:#8b8fa3;flex-shrink:0;font-size:11px;font-weight:600;text-align:center;width:16px}.ahub-team-agg-leaders__name{color:inherit;flex:1;font-weight:500;min-width:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.ahub-team-agg-leaders__pos{color:#8b8fa3;flex-shrink:0;font-size:10px;font-weight:600;text-transform:uppercase}.ahub-team-agg-leaders__stat{color:#1a1a2e;flex-shrink:0;font-variant-numeric:tabular-nums;font-weight:500}.ahub-team-agg-leaders__stat--leader{color:var(--global-palette1,#2563eb);font-size:18px;font-weight:700}.ahub-team-agg-leaders__gp{color:#8b8fa3;flex-shrink:0;font-size:10px}@container (max-width: 699px){.ahub-team-agg-leaders__hero-grid{gap:10px;grid-template-columns:1fr}.ahub-team-agg-leaders__hero-card{-moz-column-gap:14px;column-gap:14px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;row-gap:0}.ahub-team-agg-leaders__hero-header{grid-column:1/-1;margin-bottom:6px}.ahub-team-agg-leaders__hero-value{align-self:start;font-size:24px;grid-row:2}.ahub-team-agg-leaders__hero-player{align-self:center;grid-row:2;margin:0}.ahub-team-agg-leaders__hero-runners{grid-column:1/-1}}@container (max-width: 499px){.ahub-team-agg-leaders__compact-grid{gap:8px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.ahub-team-agg-leaders__card{padding:10px}.ahub-team-agg-leaders__runner-bar{display:none}}.ahub-team-agg-averages{container-type:inline-size;position:relative}.ahub-team-agg-averages__loading{color:#8b8fa3;font-size:13px;padding:24px 0;text-align:center}.ahub-team-agg-averages .tabulator{border-color:var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);font-size:13px}.ahub-team-agg-averages .tabulator .tabulator-header{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:1px solid var(--ahub-border-color,#cdcfd1);font-weight:600}.ahub-team-agg-averages .tabulator .tabulator-header .tabulator-col{background:var(--ahub-bg-alt,#f8f9fa);border-color:var(--ahub-border-color,#cdcfd1);font-size:.9em}.ahub-team-agg-averages .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background:#eaeaea}.ahub-team-agg-averages .tabulator .tabulator-header .tabulator-col .tabulator-col-content{align-items:end;display:flex;flex-grow:1;justify-content:center;min-width:0;padding-top:10px}.ahub-team-agg-averages .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{min-width:0;position:static}.ahub-team-agg-averages .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{color:#555;font-size:11px;font-weight:600;line-height:1.2;min-width:0;text-align:inherit;text-overflow:clip;white-space:normal}.ahub-team-agg-averages .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:start;right:2px;top:2px}.ahub-team-agg-averages .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom-width:4px;border-left-width:4px;border-right-width:4px}.ahub-team-agg-averages .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0}.ahub-team-agg-averages .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}.ahub-team-agg-averages .tabulator .tabulator-tableholder .tabulator-table .tabulator-row,.ahub-team-agg-averages .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{border-color:var(--ahub-border-color,#cdcfd1)}.ahub-team-agg-averages .tabulator .tabulator-tableholder .tabulator-table .tabulator-row:nth-child(2n){background:var(--ahub-bg-alt,#f8f9fa)}.ahub-team-agg-averages .tabulator-tableholder{overflow-x:auto}.ahub-team-agg-averages .tabulator-row{min-height:32px}.ahub-team-agg-averages .tabulator-row .tabulator-cell{padding:4px 6px}.ahub-team-agg-averages .tabulator-frozen{background:inherit}.ahub-team-agg-averages .tabulator .tabulator-header .tabulator-col.tabulator-frozen .tabulator-col-content{justify-content:flex-start}.ahub-team-agg-averages .tabulator-cell{font-variant-numeric:tabular-nums}.ahub-team-agg-averages .tabulator-cell[tabulator-field=name]{font-variant-numeric:normal}.ahub-team-agg-averages .tabulator-cell[tabulator-field=name] a{color:var(--global-palette1,#2563eb);text-decoration:none}.ahub-team-agg-averages .tabulator-cell[tabulator-field=name] a:hover{text-decoration:underline}.ahub-team-agg-averages__legend{color:#6c7086;font-size:11px;line-height:1.6;margin-top:6px;padding:0 4px}.ahub-team-agg-averages__legend-sep{color:#ccc;margin:0 2px}@container (max-width: 499px){.ahub-team-agg-averages .tabulator{font-size:12px}.ahub-team-agg-averages .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{font-size:10px}}.ahub-team-db-averages{container-type:inline-size;position:relative}.ahub-team-db-averages .tabulator{border-color:var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);font-size:13px}.ahub-team-db-averages .tabulator .tabulator-header{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:1px solid var(--ahub-border-color,#cdcfd1);font-weight:600}.ahub-team-db-averages .tabulator .tabulator-header .tabulator-col{background:var(--ahub-bg-alt,#f8f9fa);border-color:var(--ahub-border-color,#cdcfd1);font-size:.9em}.ahub-team-db-averages .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background:#eaeaea}.ahub-team-db-averages .tabulator .tabulator-header .tabulator-col .tabulator-col-content{align-items:end;display:flex;flex-grow:1;justify-content:center;min-width:0;padding-top:10px}.ahub-team-db-averages .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{min-width:0;position:static}.ahub-team-db-averages .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{color:#555;font-size:11px;font-weight:600;line-height:1.2;min-width:0;text-align:inherit;text-overflow:clip;white-space:normal}.ahub-team-db-averages .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:start;right:2px;top:2px}.ahub-team-db-averages .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom-width:4px;border-left-width:4px;border-right-width:4px}.ahub-team-db-averages .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0}.ahub-team-db-averages .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}.ahub-team-db-averages .tabulator .tabulator-tableholder .tabulator-table .tabulator-row,.ahub-team-db-averages .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{border-color:var(--ahub-border-color,#cdcfd1)}.ahub-team-db-averages .tabulator .tabulator-tableholder .tabulator-table .tabulator-row:nth-child(2n){background:var(--ahub-bg-alt,#f8f9fa)}.ahub-team-db-averages .tabulator-tableholder{overflow-x:auto}.ahub-team-db-averages .tabulator-row{min-height:32px}.ahub-team-db-averages .tabulator-row .tabulator-cell{padding:4px 6px}.ahub-team-db-averages .tabulator-frozen{background:inherit}.ahub-team-db-averages .tabulator .tabulator-header .tabulator-col.tabulator-frozen .tabulator-col-content{justify-content:flex-start}.ahub-team-db-averages .tabulator-cell{font-variant-numeric:tabular-nums}.ahub-team-db-averages .tabulator-cell[tabulator-field=name]{font-variant-numeric:normal}.ahub-team-db-averages .tabulator-cell[tabulator-field=name] a{color:var(--global-palette1,#2563eb);text-decoration:none}.ahub-team-db-averages .tabulator-cell[tabulator-field=name] a:hover{text-decoration:underline}@container (max-width: 499px){.ahub-team-db-averages .tabulator{font-size:12px}.ahub-team-db-averages .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{font-size:10px}}.ahub-team-history{container-type:inline-size}.ahub-team-history__table{border:1px solid var(--ahub-border-color,#cdcfd1);border-collapse:collapse;border-radius:var(--ahub-border-radius,0);font-size:13px;font-variant-numeric:tabular-nums;overflow:hidden;width:100%}.ahub-team-history__th{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:2px solid var(--ahub-border-color,#cdcfd1);color:#545669;font-size:11px;font-weight:600;letter-spacing:.04em;padding:8px 12px;text-align:left;text-transform:uppercase;white-space:nowrap}.ahub-team-history__th--record,.ahub-team-history__th--stat{text-align:center;width:56px}.ahub-team-history__th--pct{text-align:left;width:130px}.ahub-team-history__league-header .ahub-team-history__td{background:#e8eaed;border-bottom:1px solid #d0d3da;color:#1a1a2e;font-size:12px;font-weight:600;padding:6px 12px}.ahub-team-history__league-header:first-child .ahub-team-history__td{padding-top:8px}.ahub-team-history__league-header:not(:first-child) .ahub-team-history__td{border-top:1px solid var(--ahub-border-color,#cdcfd1);padding-top:8px}.ahub-team-history__subtotal .ahub-team-history__td{background:var(--ahub-bg-alt,#f8f9fa);border-top:1px dashed #d0d3da;font-size:12px;font-weight:600}.ahub-team-history__td--subtotal-label{color:#8b8fa3;font-size:11px!important;letter-spacing:.04em;text-transform:uppercase}.ahub-team-history__row:not(:last-child) .ahub-team-history__td{border-bottom:1px solid #f0f1f4}.ahub-team-history__row:hover .ahub-team-history__td{background:#f5f7fa;background:color-mix(in srgb,var(--global-palette1,#2563eb) 4%,#fff)}.ahub-team-history--grouped .ahub-team-history__row>.ahub-team-history__td--season{padding-left:24px}.ahub-team-history--grouped .ahub-team-history__td--subtotal-label{padding-left:20px}.ahub-team-history__td{color:#1a1a2e;padding:7px 12px}.ahub-team-history__td--season a{color:var(--global-palette1,#2563eb);font-weight:500;text-decoration:none}.ahub-team-history__td--season a:hover{text-decoration:underline}.ahub-team-history__td--gp{color:#8b8fa3;text-align:center;width:44px}.ahub-team-history__td--record{text-align:center;white-space:nowrap}.ahub-team-history__td--pct{padding-right:16px}.ahub-team-history__td--total-label{color:#1a1a2e;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ahub-team-history__wins{color:#16a34a;font-weight:600}.ahub-team-history__sep{color:#8b8fa3;margin:0 1px}.ahub-team-history__losses{color:#dc2626;font-weight:500;opacity:.8}.ahub-team-history__pct-cell{align-items:center;display:flex;gap:8px}.ahub-team-history__pct-val{flex-shrink:0;font-weight:500;width:38px}.ahub-team-history__bar{background:rgba(239,68,68,.15);border-radius:3px;flex:1;height:6px;min-width:40px;overflow:hidden}.ahub-team-history__bar-fill{background:rgba(34,197,94,.45);border-radius:3px;display:block;height:100%}.ahub-team-history__totals .ahub-team-history__td{background:var(--ahub-bg-alt,#f8f9fa);border-top:2px solid var(--ahub-border-color,#cdcfd1);font-weight:700}@container (max-width: 420px){.ahub-team-history__td--pct,.ahub-team-history__th--pct{width:auto}.ahub-team-history__bar{min-width:24px}}.ahub-team-schedule{container-type:inline-size}.ahub-team-schedule__content{min-height:60px;position:relative}.ahub-team-schedule__content--loading{opacity:.4;pointer-events:none;transition:opacity .15s}.ahub-team-schedule__empty{color:#8b8fa3;font-size:13px;padding:24px 12px;text-align:center}.ahub-schedule-nav{align-items:center;display:flex;gap:6px;margin-bottom:12px}.ahub-schedule-nav__pills{display:flex;flex:1;gap:6px;justify-content:center}.ahub-schedule-nav__pill{align-items:center;background:transparent;border:1px solid #e4e6eb;border-radius:4px;color:#6c7086;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;line-height:1.3;padding:4px 12px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.ahub-schedule-nav__pill:hover{background:var(--ahub-bg-alt,#f8f9fa);border-color:#c0c4cc;color:#1a1a2e;text-decoration:none}.ahub-schedule-nav__pill--active{background:rgba(37,99,235,.06);font-weight:600}.ahub-schedule-nav__pill--active,.ahub-schedule-nav__pill--active:hover{border-color:var(--global-palette1,#2563eb);color:var(--global-palette1,#2563eb)}.ahub-schedule-nav__arrow{align-items:center;background:transparent;border:1px solid #e4e6eb;border-radius:4px;color:#6c7086;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:16px;height:26px;justify-content:center;line-height:1;text-decoration:none;transition:all .15s ease;width:26px}.ahub-schedule-nav__arrow:hover{background:var(--ahub-bg-alt,#f8f9fa);border-color:#c0c4cc;color:#1a1a2e;text-decoration:none}.ahub-schedule-nav__arrow--disabled{opacity:.3;pointer-events:none}.ahub-player-header,.ahub-player-page{container-type:inline-size}.ahub-player-header{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);padding:20px 16px}.ahub-player-header__grid{align-items:center;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ahub-player-header__body{align-items:center;display:flex;gap:16px}.ahub-player-header__photo{border-radius:50%;flex-shrink:0;height:80px;-o-object-fit:cover;object-fit:cover;width:80px}.ahub-player-header__photo-fallback{align-items:center;background:#8b8fa3;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:20px;font-weight:700;height:80px;justify-content:center;width:80px}.ahub-player-header__identity{flex:1;min-width:0}.ahub-player-header__name{line-height:1.2}.ahub-player-header__first-name{color:#6c7086;display:block;font-size:13px;font-weight:500;letter-spacing:.5px;line-height:1.3;text-transform:uppercase}.ahub-player-header__last-name{color:#1a1a2e;display:inline;font-size:22px;font-weight:700;letter-spacing:-.01em}.ahub-player-header__meta{color:#6c7086;font-size:13px;margin-top:6px}.ahub-player-header__details,.ahub-player-header__meta{align-items:center;display:flex;flex-wrap:wrap;font-weight:500;gap:0;line-height:1.4}.ahub-player-header__details{color:#8b8fa3;font-size:12px;margin-top:4px}.ahub-player-header__meta-sep{color:#c8cad0;margin:0 6px}.ahub-player-header__team-logo{flex-shrink:0;height:20px;margin-right:4px;-o-object-fit:contain;object-fit:contain;vertical-align:middle;width:20px}.ahub-player-header__team-link{color:inherit;text-decoration:none}.ahub-player-header__team-link:hover{text-decoration:underline}.ahub-player-header__country{align-items:center;display:inline-flex;gap:4px}.ahub-player-header__flag{flex-shrink:0;vertical-align:middle}.ahub-player-header__accent{border-radius:2px;box-shadow:0 0 8px color-mix(in srgb,currentcolor,transparent 70%);display:block;height:3px;margin-top:8px;width:80px}.ahub-player-header__injury{background:#dc2626;border-radius:3px;color:#fff;display:inline-block;font-size:11px;font-weight:600;line-height:16px;margin-top:6px;padding:2px 8px}.ahub-player-header__jersey{color:var(--jersey-color,#8b8fa3);display:inline-block;font-size:16px;font-variant-numeric:tabular-nums;font-weight:700;margin-left:6px;opacity:.7;vertical-align:baseline}.ahub-player-header__footer{border-left:1px solid #f0f1f4;margin:0;padding-left:16px}.ahub-player-header__footer-row{align-items:baseline;display:grid;gap:0 12px;grid-template-columns:100px minmax(10px,1fr);padding:6px 0}.ahub-player-header__footer-row+.ahub-player-header__footer-row{border-top:1px solid #f0f1f4}.ahub-player-header__footer-label{color:#8b8fa3;font-size:12px;font-weight:500;letter-spacing:.5px;line-height:1.4;margin:0;text-transform:uppercase}.ahub-player-header__footer-value{align-items:center;color:#1a1a2e;display:flex;font-size:13px;font-weight:500;gap:0;line-height:1.4;margin:0}.ahub-player-header__footer-date{font-weight:500}.ahub-player-header__days-ago{align-items:center;border-left:1px solid #e4e6eb;color:#b0b3c0;display:inline-flex;font-size:11px;font-weight:500;gap:5px;margin-left:8px;padding-left:10px;white-space:nowrap}.ahub-player-header__days-count{align-items:center;border-radius:11px;display:inline-flex;font-size:11px;font-variant-numeric:tabular-nums;font-weight:700;height:22px;justify-content:center;min-width:22px;padding:0 5px}.ahub-player-header__days-ago--win .ahub-player-header__days-count{background:rgba(34,197,94,.06);border:1.5px solid rgba(34,197,94,.4);color:#16a34a}.ahub-player-header__days-ago--loss .ahub-player-header__days-count{background:rgba(239,68,68,.06);border:1.5px solid rgba(239,68,68,.4);color:#dc2626}.ahub-player-header__form{display:flex;flex-direction:column;gap:4px}.ahub-player-header__form-dots{display:flex;flex-wrap:wrap;gap:3px}.ahub-player-header__form-summary{color:#8b8fa3;font-size:11px;font-weight:500}.ahub-player-header__form-dot{align-items:center;border-radius:3px;display:inline-flex;font-size:11px;font-weight:700;height:22px;justify-content:center;line-height:1;width:22px}.ahub-player-header__form-dot[data-ahub-game-peek]{cursor:pointer}.ahub-player-header__form-dot--win{background:rgba(34,197,94,.12);color:#16a34a}.ahub-player-header__form-dot--loss{background:rgba(239,68,68,.12);color:#dc2626}@container (max-width: 480px){.ahub-player-header{padding:14px 12px}.ahub-player-header__photo,.ahub-player-header__photo-fallback{height:56px;width:56px}.ahub-player-header__last-name,.ahub-player-header__photo-fallback{font-size:16px}.ahub-player-header__first-name{font-size:11px}.ahub-player-header__body{gap:12px}.ahub-player-header__jersey{font-size:12px;margin-left:4px}.ahub-player-header__meta{font-size:12px}.ahub-player-header__details{font-size:11px}.ahub-player-header__footer{border-left:none;border-top:1px solid #f0f1f4;font-size:12px;padding-left:0;padding-top:12px}}.ahub-player-info{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);container-type:inline-size;padding:4px 16px}.ahub-player-info__list{margin:0}.ahub-player-info__row{align-items:baseline;display:grid;gap:0 12px;grid-template-columns:100px minmax(10px,1fr);padding:10px 0}.ahub-player-info__row+.ahub-player-info__row{border-top:1px solid #f0f1f4}.ahub-player-info__label{color:#8b8fa3;font-size:12px;font-weight:500;letter-spacing:.5px;line-height:1.4;margin:0;text-align:left;text-transform:uppercase}.ahub-player-info__value{align-items:center;color:#1a1a2e;display:flex;font-size:13px;font-weight:500;gap:0;line-height:1.4;margin:0}.ahub-player-info__value a{color:inherit;text-decoration:none}.ahub-player-info__value a:hover{text-decoration:underline}.ahub-player-info__flag{flex-shrink:0;vertical-align:middle}.ahub-player-info__injury{color:#dc2626;font-weight:600}@container (max-width: 300px){.ahub-player-info__row{gap:2px 0;grid-template-columns:1fr}}.ahub-player-game-log{container-type:inline-size}.ahub-player-game-log--loading .ahub-player-game-log__table{opacity:.5;pointer-events:none}.ahub-player-game-log__legend{color:#8b8fa3;font-size:11px;line-height:1.6;padding:8px 2px 0}.ahub-player-game-log__legend b{color:#6c7086;font-weight:600}.ahub-player-game-log__legend-sep{color:#cdcfd1;margin:0 2px}.ahub-player-game-log .tabulator{border-color:var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);font-size:13px}.ahub-player-game-log .tabulator .tabulator-header{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:1px solid var(--ahub-border-color,#cdcfd1);font-weight:600}.ahub-player-game-log .tabulator .tabulator-header .tabulator-col{background:var(--ahub-bg-alt,#f8f9fa);border-color:var(--ahub-border-color,#cdcfd1);font-size:.9em}.ahub-player-game-log .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background:#eaeaea}.ahub-player-game-log .tabulator .tabulator-header .tabulator-col .tabulator-col-content{align-items:end;display:flex;flex-grow:1;justify-content:center;min-width:0;padding-top:10px}.ahub-player-game-log .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{min-width:0;position:static}.ahub-player-game-log .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{color:#555;font-size:11px;font-weight:600;line-height:1.2;min-width:0;text-align:inherit;text-overflow:clip;white-space:normal}.ahub-player-game-log .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:start;right:2px;top:2px}.ahub-player-game-log .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom-width:4px;border-left-width:4px;border-right-width:4px}.ahub-player-game-log .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0}.ahub-player-game-log .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}.ahub-player-game-log .tabulator .tabulator-tableholder .tabulator-table .tabulator-row,.ahub-player-game-log .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{border-color:var(--ahub-border-color,#cdcfd1)}.ahub-player-game-log .tabulator .tabulator-tableholder .tabulator-table .tabulator-row:nth-child(2n){background:var(--ahub-bg-alt,#f8f9fa)}.ahub-player-game-log .tabulator-tableholder{overflow-x:auto}.ahub-player-game-log .tabulator-row{min-height:32px}.ahub-player-game-log .tabulator-row .tabulator-cell{padding:4px 6px}.ahub-player-game-log .tabulator-frozen{background:inherit}.ahub-player-game-log .tabulator .tabulator-header .tabulator-col.tabulator-frozen .tabulator-col-content{justify-content:flex-start}.ahub-player-game-log .tabulator-cell{font-variant-numeric:tabular-nums}.ahub-player-game-log .tabulator .tabulator-footer .tabulator-calcs-holder,.ahub-player-game-log .tabulator .tabulator-header .tabulator-calcs-holder{background:#fff;border-color:var(--ahub-border-color,#cdcfd1)}.ahub-player-game-log .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-cell,.ahub-player-game-log .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-cell{border-color:var(--ahub-border-color,#cdcfd1);font-weight:700}.ahub-player-game-log .tabulator .tabulator-footer .tabulator-calcs-holder,.ahub-player-game-log .tabulator .tabulator-header .tabulator-calcs-holder{border-top:2px solid var(--ahub-border-color,#cdcfd1)}.ahub-player-game-log .tabulator .tabulator-footer{background:transparent;border-top:none}@container (max-width: 500px){.ahub-player-game-log .tabulator{font-size:12px}.ahub-player-game-log .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{font-size:10px}}.ahub-gl-tm{height:20px;-o-object-fit:contain;object-fit:contain;vertical-align:middle;width:20px}.ahub-gl-opp{align-items:center;color:inherit;display:inline-flex;gap:4px;line-height:1;text-decoration:none}.ahub-gl-opp:hover{text-decoration:underline}.ahub-gl-opp__prefix{flex-shrink:0;font-size:11px;font-weight:500;text-align:right;width:14px}.ahub-gl-opp__prefix--at,.ahub-gl-opp__prefix--vs{color:#8b8fa3}.ahub-gl-opp__logo{flex-shrink:0;height:20px;-o-object-fit:contain;object-fit:contain;width:20px}.ahub-gl-opp__code{font-weight:500}.ahub-gl-result{border-radius:2px;display:inline-block;font-size:11px;font-weight:700;line-height:16px;text-align:center;width:16px}.ahub-gl-result--win{background:rgba(34,197,94,.12);color:#16a34a}.ahub-gl-result--loss{background:rgba(239,68,68,.12);color:#dc2626}.ahub-gl-result-link{color:inherit;text-decoration:none}.ahub-gl-result-link:hover{text-decoration:underline}.ahub-player-career{container-type:inline-size}.ahub-player-career+.ahub-player-career{margin-top:16px}.ahub-player-career__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.ahub-player-career__table{border:1px solid var(--ahub-border-color,#cdcfd1);border-collapse:collapse;border-radius:var(--ahub-border-radius,0);font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap;width:100%}.ahub-player-career__th{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:1px solid var(--ahub-border-color,#cdcfd1);color:#6c7086;font-size:11px;font-weight:600;letter-spacing:.5px;padding:8px 10px;text-align:right;text-transform:uppercase}.ahub-player-career__th--name{background:var(--ahub-bg-alt,#f8f9fa);left:0;position:sticky;text-align:left;z-index:1}.ahub-player-career__td{border-bottom:1px solid #f0f1f4;color:#1a1a2e;font-weight:500;padding:7px 10px;text-align:right}.ahub-player-career__td--name{background:#fff;font-weight:600;left:0;position:sticky;text-align:left;z-index:1}.ahub-player-career__totals .ahub-player-career__td{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:none;border-top:2px solid var(--ahub-border-color,#cdcfd1);font-weight:700}.ahub-player-career__totals .ahub-player-career__td--name{background:var(--ahub-bg-alt,#f8f9fa)}.ahub-player-career tbody tr:last-child .ahub-player-career__td{border-bottom:none}.ahub-player-career__unofficial .ahub-player-career__td{color:#6c7086}.ahub-player-career__unofficial tr:first-child .ahub-player-career__td{border-top:2px solid var(--ahub-border-color,#cdcfd1)}.ahub-player-career__unofficial tr:last-child .ahub-player-career__td{border-bottom:none}.ahub-player-splits{container-type:inline-size}.ahub-player-splits+.ahub-player-splits{margin-top:16px}.ahub-player-splits__header{margin-bottom:8px}.ahub-player-splits__season{color:#1a1a2e;font-size:14px;font-weight:700}.ahub-player-splits__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.ahub-player-splits__table{border:1px solid var(--ahub-border-color,#cdcfd1);border-collapse:collapse;border-radius:var(--ahub-border-radius,0);font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap;width:100%}.ahub-player-splits__th{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:1px solid var(--ahub-border-color,#cdcfd1);color:#6c7086;font-size:11px;font-weight:600;letter-spacing:.5px;padding:8px 10px;text-align:right;text-transform:uppercase}.ahub-player-splits__th--name{background:var(--ahub-bg-alt,#f8f9fa);left:0;position:sticky;text-align:left;z-index:1}.ahub-player-splits__td{border-bottom:1px solid #f0f1f4;color:#1a1a2e;font-weight:500;padding:7px 10px;text-align:right}.ahub-player-splits__td--name{background:#fff;font-weight:600;left:0;position:sticky;text-align:left;z-index:1}.ahub-player-splits tbody tr:last-child .ahub-player-splits__td{border-bottom:none}.ahub-player-splits__pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.ahub-player-splits__pill{align-items:center;background:transparent;border:1px solid #e4e6eb;border-radius:4px;color:#6c7086;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;line-height:1.3;padding:4px 12px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.ahub-player-splits__pill:hover{background:var(--ahub-bg-alt,#f8f9fa);border-color:#c0c4cc;color:#1a1a2e}.ahub-player-splits__pill--active{background:rgba(37,99,235,.06);border-color:var(--global-palette1,#2563eb);color:var(--global-palette1,#2563eb);font-weight:600}.ahub-player-splits__season-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.ahub-player-splits__season-pill{align-items:center;background:transparent;border:1px solid #e4e6eb;border-radius:4px;color:#6c7086;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;line-height:1.3;padding:4px 12px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.ahub-player-splits__season-pill:hover{background:var(--ahub-bg-alt,#f8f9fa);border-color:#c0c4cc;color:#1a1a2e}.ahub-player-splits__season-pill--active{background:rgba(37,99,235,.06);border-color:var(--global-palette1,#2563eb);color:var(--global-palette1,#2563eb);font-weight:600}.ahub-player-splits__block+.ahub-player-splits__block{margin-top:12px}.ahub-player-opponents{container-type:inline-size}.ahub-player-opponents__pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.ahub-player-opponents__pill{align-items:center;background:transparent;border:1px solid #e4e6eb;border-radius:4px;color:#6c7086;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;line-height:1.3;padding:4px 12px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.ahub-player-opponents__pill:hover{background:var(--ahub-bg-alt,#f8f9fa);border-color:#c0c4cc;color:#1a1a2e}.ahub-player-opponents__pill--active{background:rgba(37,99,235,.06);border-color:var(--global-palette1,#2563eb);color:var(--global-palette1,#2563eb);font-weight:600}.ahub-player-opponents__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.ahub-player-opponents__table{border:1px solid var(--ahub-border-color,#cdcfd1);border-collapse:collapse;border-radius:var(--ahub-border-radius,0);font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap;width:100%}.ahub-player-opponents__th{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:1px solid var(--ahub-border-color,#cdcfd1);color:#6c7086;font-size:11px;font-weight:600;letter-spacing:.5px;padding:8px 10px;text-align:right;text-transform:uppercase}.ahub-player-opponents__th--name{background:var(--ahub-bg-alt,#f8f9fa);left:0;position:sticky;text-align:left;z-index:1}.ahub-player-opponents__td{border-bottom:1px solid #f0f1f4;color:#1a1a2e;font-weight:500;padding:7px 10px;text-align:right}.ahub-player-opponents__td--name{background:#fff;font-weight:600;left:0;min-width:120px;position:sticky;text-align:left;z-index:1}.ahub-player-opponents__opp{align-items:center;display:inline-flex;gap:6px}.ahub-player-opponents__logo{border-radius:2px;flex-shrink:0;height:20px;width:20px}.ahub-player-opponents__link{color:inherit;text-decoration:none}.ahub-player-opponents__link:hover{text-decoration:underline}.ahub-player-opponents__empty{color:#8b8fa3;font-size:13px;padding:24px 16px;text-align:center}.ahub-player-opponents--loading .ahub-player-opponents__content{opacity:.5;pointer-events:none}.ahub-player-opponents tbody tr:last-child .ahub-player-opponents__td{border-bottom:none}.ahub-player-highlight{container-type:inline-size}.ahub-player-highlight__pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.ahub-player-highlight__pill{align-items:center;background:transparent;border:1px solid #e4e6eb;border-radius:4px;color:#6c7086;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;line-height:1.3;padding:4px 12px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.ahub-player-highlight__pill:hover{background:var(--ahub-bg-alt,#f8f9fa);border-color:#c0c4cc;color:#1a1a2e}.ahub-player-highlight__pill--active{background:rgba(37,99,235,.06);border-color:var(--global-palette1,#2563eb);color:var(--global-palette1,#2563eb);font-weight:600}.ahub-player-highlight__header{align-items:center;display:flex;gap:12px;margin-bottom:12px}.ahub-player-highlight__season{color:#1a1a2e;font-size:14px;font-weight:700}.ahub-player-highlight__games,.ahub-player-highlight__mpg{color:#1a1a2e;font-size:16px;font-variant-numeric:tabular-nums;font-weight:700}.ahub-player-highlight__games-label{color:#8b8fa3;font-size:11px;font-weight:600}.ahub-player-highlight__rtg-wrap{align-items:center;display:inline-flex;gap:5px}.ahub-player-highlight__grid{display:grid;gap:16px 8px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.ahub-player-highlight__item{align-items:center;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);display:flex;flex-direction:column;gap:0;padding:12px 4px 10px;position:relative}.ahub-player-highlight__ring{height:80px;width:80px}.ahub-player-highlight__value{color:#1a1a2e;font-size:18px;font-variant-numeric:tabular-nums;font-weight:700;left:50%;letter-spacing:-.02em;line-height:1;pointer-events:none;position:absolute;top:52px;transform:translate(-50%,-50%)}.ahub-player-highlight__label{color:#8b8fa3;font-size:11px;font-weight:500;margin-top:4px}.ahub-player-highlight__rank{color:#6c7086;font-size:11px;font-variant-numeric:tabular-nums;font-weight:600}.ahub-player-highlight__extras{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.ahub-player-highlight__extra{align-items:baseline;background:var(--ahub-bg-alt,#f8f9fa);border:1px solid #e4e6eb;border-radius:4px;cursor:default;display:flex;gap:5px;padding:5px 10px;position:relative;white-space:nowrap}.ahub-player-highlight__extra:after{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:3px;bottom:calc(100% + 4px);box-shadow:0 2px 6px rgba(0,0,0,.08);color:#1a1a2e;content:attr(data-tip);font-size:11px;font-weight:500;left:50%;opacity:0;padding:3px 8px;pointer-events:none;position:absolute;transform:translateX(-50%);transition:opacity .15s ease;white-space:nowrap}.ahub-player-highlight__extra:hover:after{opacity:1}.ahub-player-highlight__extra-value{color:#1a1a2e;font-size:13px;font-variant-numeric:tabular-nums;font-weight:700;line-height:1}.ahub-player-highlight__extra-label{color:#8b8fa3;font-size:11px;font-weight:600;line-height:1}@container (max-width: 400px){.ahub-player-highlight__grid{gap:12px 4px;grid-template-columns:repeat(3,1fr)}.ahub-player-highlight__ring{height:64px;width:64px}.ahub-player-highlight__value{font-size:14px;top:44px}.ahub-player-highlight__label{font-size:10px}}.ahub-player-advanced{container-type:inline-size}.ahub-player-advanced__pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.ahub-player-advanced__pill{align-items:center;background:transparent;border:1px solid #e4e6eb;border-radius:4px;color:#6c7086;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;line-height:1.3;padding:4px 12px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.ahub-player-advanced__pill:hover{background:var(--ahub-bg-alt,#f8f9fa);border-color:#c0c4cc;color:#1a1a2e}.ahub-player-advanced__pill--active{background:rgba(37,99,235,.06);border-color:var(--global-palette1,#2563eb);color:var(--global-palette1,#2563eb);font-weight:600}.ahub-player-advanced__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.ahub-player-advanced__table{border:1px solid var(--ahub-border-color,#cdcfd1);border-collapse:collapse;border-radius:var(--ahub-border-radius,0);font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap;width:100%}.ahub-player-advanced__th{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:1px solid var(--ahub-border-color,#cdcfd1);color:#6c7086;font-size:11px;font-weight:600;letter-spacing:.5px;padding:8px 10px;text-align:right;text-transform:uppercase}.ahub-player-advanced__th--name{background:var(--ahub-bg-alt,#f8f9fa);left:0;position:sticky;text-align:left;z-index:1}.ahub-player-advanced__td{border-bottom:1px solid #f0f1f4;color:#1a1a2e;font-weight:500;padding:7px 10px;text-align:right}.ahub-player-advanced__td--name{background:#fff;font-weight:600;left:0;position:sticky;text-align:left;z-index:1}.ahub-player-advanced__totals .ahub-player-advanced__td{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:none;border-top:2px solid var(--ahub-border-color,#cdcfd1);font-weight:700}.ahub-player-advanced__totals .ahub-player-advanced__td--name{background:var(--ahub-bg-alt,#f8f9fa)}.ahub-player-advanced tbody tr:last-child .ahub-player-advanced__td{border-bottom:none}.ahub-player-advanced__unofficial .ahub-player-advanced__td{color:#6c7086}.ahub-player-advanced__unofficial tr:first-child .ahub-player-advanced__td{border-top:2px solid var(--ahub-border-color,#cdcfd1)}.ahub-player-advanced__unofficial tr:last-child .ahub-player-advanced__td{border-bottom:none}.ahub-player-description{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);color:#1a1a2e;font-size:14px;line-height:1.6;padding:16px}.ahub-player-description>:first-child{margin-top:0}.ahub-player-description>:last-child{margin-bottom:0}.ahub-score--flash{animation:ahub-score-flash .6s ease-out}@keyframes ahub-score-flash{0%{background-color:rgba(255,214,0,.4)}to{background-color:transparent}}.ahub-game-header__status--blinking{animation:ahub-blink 1.5s infinite}@keyframes ahub-blink{0%,to{opacity:1}50%{opacity:.4}}.ahub-game-card__status--blinking{animation:ahub-blink 1.5s infinite}.ahub-game-peek-card{left:0;min-width:180px;pointer-events:auto;position:fixed;top:0;z-index:100600}.ahub-game-peek-card>*{margin:0!important}.ahub-game-peek-card--hidden{display:none}.ahub-game-peek-card__arrow{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);height:8px;position:absolute;transform:rotate(45deg);width:8px}.ahub-game-peek-card__arrow--bottom{border-left:none;border-top:none}.ahub-game-peek-card__arrow--top{border-bottom:none;border-right:none}.ahub-game-peek-card__spinner{align-items:center;display:flex;justify-content:center;padding:12px}.ahub-game-peek,.ahub-game-peek-card__spinner{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ahub-game-peek{font-size:11px;line-height:1.4;overflow:hidden;position:relative}.ahub-game-peek__header{border-bottom:1px solid #f0f1f4;color:#6c7086;font-size:10px;overflow:hidden;padding:4px 8px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.ahub-game-peek__body{align-items:center;display:flex;gap:6px;justify-content:center;padding:8px}.ahub-game-peek__team{align-items:center;display:flex;flex-direction:column;gap:3px;min-width:40px}.ahub-game-peek__logo{height:28px;-o-object-fit:contain;object-fit:contain;width:28px}.ahub-game-peek__logo-placeholder{background:#e8eaed;border-radius:50%;display:block;height:28px;width:28px}.ahub-game-peek__code{color:#4a4d5e;font-size:10px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.ahub-game-peek__center{align-items:baseline;display:flex;gap:2px}.ahub-game-peek__score{color:#8b8fa3;font-size:16px;font-variant-numeric:tabular-nums;font-weight:700}.ahub-game-peek__score--winner{color:#1a1a2e}.ahub-game-peek__score-sep{color:#8b8fa3;font-size:13px;font-weight:600}.ahub-game-peek__vs{color:#8b8fa3;font-size:11px;font-weight:600;text-transform:uppercase}.ahub-game-peek__footer{align-items:center;background:var(--ahub-bg-alt,#f8f9fa);border-top:1px solid #f0f1f4;color:#6c7086;display:flex;font-size:10px;gap:5px;justify-content:center;padding:4px 8px;white-space:nowrap}.ahub-game-peek__footer-sep{color:#c0c3cc}.ahub-game-peek__link{cursor:pointer;inset:0;position:absolute}.ahub-game-peek--live .ahub-game-peek__header{color:#d35400}.ahub-calendar{container-type:inline-size}.ahub-calendar__toolbar{align-items:center;border-bottom:1px solid var(--ahub-border-color,#cdcfd1);display:flex;flex-wrap:wrap;gap:8px 12px;margin-bottom:14px;padding-bottom:10px}.ahub-calendar__date-nav{align-items:center;display:flex;gap:4px;margin-left:auto}.ahub-calendar__date-arrow{font-size:16px;line-height:1;padding:4px 8px}.ahub-calendar__date-label{color:#1a1a2e;font-size:13px;font-weight:600;min-width:100px;text-align:center;white-space:nowrap}.ahub-calendar__today-badge{display:none}.ahub-calendar__today-badge--visible{display:inline-flex}.ahub-calendar__content{min-height:60px;position:relative}.ahub-calendar__loading{align-items:center;background:hsla(0,0%,100%,.7);display:none;inset:0;justify-content:center;position:absolute;z-index:1}.ahub-calendar__loading--active{display:flex}.ahub-calendar__no-data{color:#8b8fa3;font-size:13px;padding:24px 16px;text-align:center}.ahub-calendar__league-group+.ahub-calendar__league-group{margin-top:16px}.ahub-calendar__league-group--empty{display:none}.ahub-calendar__games-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.ahub-calendar__league-header{align-items:center;color:#4b5563;display:flex;font-size:12px;gap:8px;margin-bottom:8px;padding:0 2px}.ahub-calendar__league-logo{flex-shrink:0;height:22px;-o-object-fit:contain;object-fit:contain;width:22px}.ahub-calendar__league-name{color:#1a1a2e;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-calendar__league-sep{color:#c4c7cf;flex-shrink:0}.ahub-calendar__league-round{color:#6b7280;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-calendar__league-count{color:#8b8fa3;flex-shrink:0;font-size:11px;font-weight:500;white-space:nowrap}.ahub-calendar__league-meta{align-items:center;display:flex;flex-shrink:0;margin-left:auto}.ahub-calendar__league-flag{height:15px;width:20px}.ahub-calendar--filter-finished .ahub-calendar-row:not(.ahub-calendar-row--finished),.ahub-calendar--filter-finished .ahub-calendar__league-count,.ahub-calendar--filter-live .ahub-calendar-row:not(.ahub-calendar-row--live),.ahub-calendar--filter-live .ahub-calendar__league-count,.ahub-calendar--filter-upcoming .ahub-calendar-row:not(.ahub-calendar-row--fixture),.ahub-calendar--filter-upcoming .ahub-calendar__league-count{display:none}@container (max-width: 400px){.ahub-calendar__toolbar{align-items:stretch;flex-direction:column}.ahub-calendar .ahub-agg-pills{justify-content:center}.ahub-calendar__date-nav{justify-content:center;margin-left:0}.ahub-calendar__date-label{font-size:12px;min-width:80px}}.ahub-calendar__live-dot{animation:ahub-cal-pulse 1.5s ease-in-out infinite;background:#dc2626;border-radius:50%;display:inline-block;height:6px;margin-right:2px;vertical-align:middle;width:6px}.ahub-calendar__live-count{font-size:11px;margin-left:2px}.ahub-calendar-row{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);color:inherit;padding:4px 8px 6px;position:relative;text-decoration:none}.ahub-calendar-row:hover{background:#fafbfc}.ahub-calendar-row__status{align-items:center;color:#8b8fa3;display:flex;font-size:11px;font-weight:500;margin-bottom:4px}.ahub-calendar-row--finished .ahub-calendar-row__status{color:#6b7280}.ahub-calendar-row__status-text--abnormal{color:#b45309;font-weight:600}.ahub-calendar-row--live{border-color:#e67e22;border-left:3px solid #e67e22}.ahub-calendar-row--live .ahub-calendar-row__status{align-items:center;color:#d35400;display:flex;font-weight:600;gap:4px}.ahub-calendar-row--live .ahub-calendar-row__score{color:#d35400;font-weight:600}.ahub-calendar-row__live-dot{animation:ahub-cal-pulse 1.8s ease-in-out infinite;background:#e67e22;border-radius:50%;display:inline-block;flex-shrink:0;height:6px;width:6px}.ahub-calendar-row__live-dot--break{animation:none}.ahub-calendar-row__teams{align-items:center;display:grid;grid-template-columns:auto 1fr auto auto auto;row-gap:2px}.ahub-calendar-row__team{display:contents}.ahub-calendar-row__team-visual{align-items:center;display:inline-flex;gap:3px}.ahub-calendar-row__team-logo{height:18px;-o-object-fit:contain;object-fit:contain;width:18px}.ahub-calendar-row__team-badge{align-items:center;border-radius:3px;color:#fff;display:inline-flex;font-size:9px;font-weight:700;height:18px;justify-content:center;min-width:40px;padding:0 4px;text-transform:uppercase;white-space:nowrap}.ahub-calendar-row__team-name{color:#374151;font-size:13px;line-height:1.4;min-width:0;overflow:hidden;padding-left:6px;text-overflow:ellipsis;white-space:nowrap}.ahub-calendar-row__periods:not(:empty){align-items:center;display:flex;gap:0}.ahub-calendar-row__period{color:#8b8fa3;font-size:11px;font-variant-numeric:tabular-nums;text-align:center;width:24px}.ahub-calendar-row__score{color:#8b8fa3;font-size:13px;font-variant-numeric:tabular-nums;text-align:right}.ahub-calendar-row__score:not(:empty){min-width:24px;padding-left:6px}.ahub-calendar-row__periods:not(:empty)~.ahub-calendar-row__score:not(:empty){border-left:1px solid var(--ahub-border-color,#cdcfd1)}.ahub-calendar-row__team--winner .ahub-calendar-row__score,.ahub-calendar-row__team--winner .ahub-calendar-row__team-name{color:#1a1a2e;font-weight:600}.ahub-calendar-row__link{inset:0;position:absolute;z-index:1}@keyframes ahub-cal-pulse{0%,to{opacity:1}50%{opacity:.4}}.ahub-scoreboard{container-type:inline-size}.ahub-scoreboard__toolbar{align-items:center;border-bottom:1px solid var(--ahub-border-color,#cdcfd1);display:flex;flex-wrap:wrap;gap:8px 12px;margin-bottom:14px;padding-bottom:10px}.ahub-scoreboard__date-nav{align-items:center;display:flex;gap:4px;margin-left:auto}.ahub-scoreboard__date-arrow{font-size:16px;line-height:1;padding:4px 8px}.ahub-scoreboard__date-label{color:#1a1a2e;font-size:13px;font-weight:600;min-width:100px;text-align:center;white-space:nowrap}.ahub-scoreboard__today-badge{display:none}.ahub-scoreboard__today-badge--visible{display:inline-flex}.ahub-scoreboard__group--empty{display:none}.ahub-scoreboard__round{align-items:center;color:#8b8fa3;display:flex;font-size:11px;font-weight:600;gap:12px;letter-spacing:.03em;margin-bottom:12px;text-transform:uppercase}.ahub-scoreboard__round:after,.ahub-scoreboard__round:before{background:#e4e6eb;content:"";flex:1;height:1px}.ahub-scoreboard__grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.ahub-scoreboard__content{min-height:60px;position:relative}.ahub-scoreboard__loading{align-items:center;background:hsla(0,0%,100%,.7);display:none;inset:0;justify-content:center;position:absolute;z-index:2}.ahub-scoreboard__loading--active{display:flex}.ahub-scoreboard__filter-empty,.ahub-scoreboard__no-data{color:#8b8fa3;font-size:13px;padding:40px 0;text-align:center}.ahub-scoreboard--filter-finished .ahub-game-card:not(.ahub-game-card--finished),.ahub-scoreboard--filter-live .ahub-game-card:not(.ahub-game-card--live),.ahub-scoreboard--filter-upcoming .ahub-game-card:not(.ahub-game-card--fixture){display:none}.ahub-scoreboard__live-dot{animation:ahub-sb-pulse 1.5s ease-in-out infinite;background:#dc2626;border-radius:50%;display:inline-block;height:6px;margin-right:2px;vertical-align:middle;width:6px}.ahub-scoreboard__live-count{font-size:11px;margin-left:2px}@keyframes ahub-sb-pulse{0%,to{opacity:1}50%{opacity:.4}}@container (max-width: 700px){.ahub-scoreboard__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@container (max-width: 500px){.ahub-scoreboard .ahub-game-card__period-header,.ahub-scoreboard .ahub-game-card__periods{display:none}}@container (max-width: 400px){.ahub-scoreboard__grid{grid-template-columns:1fr}.ahub-scoreboard__toolbar{align-items:stretch;flex-direction:column}.ahub-scoreboard .ahub-agg-pills{justify-content:center}.ahub-scoreboard__date-nav{justify-content:center;margin-left:0}}.ahub-sb-slider{position:relative}.ahub-sb-slider:not(:has(.swiper-initialized)){visibility:hidden}.ahub-sb-slider__viewport{margin:0 36px!important;overflow:hidden}.ahub-sb-slider__viewport .swiper-slide{width:auto}.ahub-sb-slider__btn{all:unset;align-items:center;background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:50%;color:#444;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .15s,border-color .15s,opacity .3s;width:30px;z-index:2}.ahub-sb-slider__btn svg{fill:none;height:14px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5;width:14px}.ahub-sb-slider__btn:hover{background:#f0f1f4;border-color:#b0b4c0}.ahub-sb-slider__btn--prev{left:0}.ahub-sb-slider__btn--next{right:0}.ahub-sb-slider__btn.swiper-button-disabled{opacity:.3;pointer-events:none}.ahub-game-mini{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);cursor:pointer;min-width:150px;padding:5px 8px 6px;position:relative;transition:box-shadow .15s,border-color .15s;width:150px}.ahub-game-mini:hover{border-color:#b0b4c0;box-shadow:0 2px 8px rgba(0,0,0,.08)}.ahub-game-mini__status{align-items:center;border-bottom:1px solid #e4e6eb;color:#8b8fa3;display:flex;font-size:11px;gap:4px;line-height:1.3;margin-bottom:4px;min-width:0;padding-bottom:4px}.ahub-game-mini__sep{background:#b0b4c4;border-radius:50%;flex-shrink:0;height:2px;width:2px}.ahub-game-mini__league{color:#6b7280;font-size:11px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-game-mini__teams{display:flex;flex-direction:column;gap:3px}.ahub-game-mini__team{align-items:center;display:flex;gap:5px;min-height:22px}.ahub-game-mini__team--winner{font-weight:700}.ahub-game-mini__logo{flex-shrink:0;height:18px;-o-object-fit:contain;object-fit:contain;width:18px}.ahub-game-mini__badge{align-items:center;border:1.5px solid;border-radius:3px;color:#6b7280;display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:18px;justify-content:center;width:18px}.ahub-game-mini__code{color:#1a1a2e;flex:1;font-size:12px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-game-mini__record{color:#8b8fa3;font-size:10px;white-space:nowrap}.ahub-game-mini__score{color:#1a1a2e;flex-shrink:0;font-size:14px;font-variant-numeric:tabular-nums;font-weight:700;min-width:16px;text-align:right}.ahub-game-mini__winner-mark{color:#1a1a2e;flex-shrink:0;font-size:8px;margin-left:1px}.ahub-game-mini__spread{background:#f0f1f4;border-radius:3px;color:#6b7280;flex-shrink:0;font-size:11px;font-variant-numeric:tabular-nums;font-weight:400;min-width:20px;padding:1px 4px;text-align:right}.ahub-game-mini__live-dot{animation:ahub-mini-pulse 1.5s ease-in-out infinite;background:#d35400;border-radius:50%;flex-shrink:0;height:6px;width:6px}.ahub-game-mini__link{inset:0;position:absolute;z-index:1}.ahub-game-mini--live .ahub-game-mini__score{color:#d35400}.ahub-game-mini--live .ahub-game-mini__status-text{color:#d35400;font-weight:600}.ahub-game-mini--fixture .ahub-game-mini__status-text{color:#1a1a2e;font-weight:600}.ahub-game-mini--fixture .ahub-game-mini__status-text--abnormal{color:#b45309;font-size:10px;letter-spacing:.3px;text-transform:uppercase}.ahub-game-mini--finished .ahub-game-mini__status-text{font-size:10px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.ahub-game-mini--finished .ahub-game-mini__team:not(.ahub-game-mini__team--winner) .ahub-game-mini__code,.ahub-game-mini--finished .ahub-game-mini__team:not(.ahub-game-mini__team--winner) .ahub-game-mini__score{color:#8b8fa3}.ahub-game-mini--finished .ahub-game-mini__team:not(.ahub-game-mini__team--winner) .ahub-game-mini__score{font-weight:500}@keyframes ahub-mini-pulse{0%,to{opacity:1}50%{opacity:.4}}.ahub-bracket{container-type:inline-size;overflow-x:auto;-webkit-overflow-scrolling:touch}.ahub-bracket__layout--linear,.ahub-bracket__layout--mirror{min-width:-moz-min-content;min-width:min-content}.ahub-bracket__layout--mirror{align-items:stretch;display:flex}.ahub-bracket__half{flex:1;min-width:0}.ahub-bracket__championship{align-items:center;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;padding:0 12px;width:180px}.ahub-bracket__championship>.ahub-bracket__round-label{margin-bottom:12px;text-align:center}.ahub-bracket__championship>.ahub-bracket__matchup{align-self:auto;width:100%}.ahub-bracket__header{display:grid;margin-bottom:8px}.ahub-bracket__round-label{color:#8b8fa3;font-size:11px;font-weight:600;letter-spacing:.05em;line-height:1.2;padding:4px 0;text-transform:uppercase}.ahub-bracket__grid{display:grid;row-gap:8px}.ahub-bracket__cell{align-items:center;display:flex}.ahub-bracket__matchup{position:relative;width:100%}.ahub-bracket__card{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);overflow:hidden}.ahub-bracket__team--focus{background:color-mix(in srgb,var(--team-accent,#2563eb) 8%,#fff)}.ahub-bracket__matchup--eliminated .ahub-bracket__card{border-inline-start:3px solid var(--team-accent,#2563eb)}.ahub-bracket__matchup--live .ahub-bracket__card{border-color:#e67e22}.ahub-bracket__matchup--final .ahub-bracket__card{border-width:2px}.ahub-bracket__team{align-items:center;display:grid;font-size:12px;gap:5px;grid-template-columns:20px 1fr auto;line-height:1.2;padding:5px 8px}.ahub-bracket__team+.ahub-bracket__team{border-top:1px solid #f0f1f4}.ahub-bracket__logo{border-radius:2px;height:20px;width:20px}.ahub-bracket__name{display:flex;flex-direction:column;line-height:1.2;overflow:hidden}.ahub-bracket__name-code,.ahub-bracket__name-full{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-bracket__name-full{color:#8b8fa3;display:block;font-size:12px;height:14px;margin-bottom:-4px;transform:scale(.75);transform-origin:left top}.ahub-bracket__score{align-items:center;border:1px solid transparent;border-radius:50%;display:inline-flex;font-variant-numeric:tabular-nums;height:20px;justify-content:center;min-width:20px;text-align:center;width:20px}.ahub-bracket__score--win{border-color:#16a34a;color:#16a34a}.ahub-bracket__team--winner .ahub-bracket__name{color:#1a1a2e;font-weight:600}.ahub-bracket__team--winner .ahub-bracket__score{font-weight:600}.ahub-bracket__team--loser .ahub-bracket__name,.ahub-bracket__team--loser .ahub-bracket__score{color:#8b8fa3}.ahub-bracket__series{display:none}.ahub-bracket__series--floating{background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);box-shadow:0 4px 16px rgba(0,0,0,.14),0 1px 3px rgba(0,0,0,.06);display:none;font-size:12px;position:fixed;width:280px;z-index:100000}.ahub-bracket__series-header{align-items:center;border-bottom:1px solid #f0f1f4;display:flex;justify-content:space-between;padding:8px 10px 6px}.ahub-bracket__series-team{align-items:center;display:flex;gap:5px;min-width:0}.ahub-bracket__series-team--away{flex-direction:row-reverse}.ahub-bracket__series-logo{border-radius:2px;flex-shrink:0;height:20px;width:20px}.ahub-bracket__series-name{color:#1a1a2e;font-size:11px;font-weight:600;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.ahub-bracket__series-row{align-items:center;color:inherit;display:flex;gap:8px;padding:7px 12px;text-decoration:none;transition:background .1s}.ahub-bracket__series-row:hover{background:var(--ahub-bg-alt,#f8f9fa)}.ahub-bracket__series-row+.ahub-bracket__series-row{border-top:1px solid #f0f1f4}.ahub-bracket__series-label{background:var(--ahub-bg-alt,#f8f9fa);border-radius:3px;color:#6b7085;flex-shrink:0;font-size:9px;font-weight:600;letter-spacing:.03em;padding:2px 0;text-align:center;width:28px}.ahub-bracket__series-half{align-items:center;display:flex;flex:1;gap:6px;min-width:0}.ahub-bracket__series-half--home{justify-content:flex-end}.ahub-bracket__series-half--away{justify-content:flex-start}.ahub-bracket__series-score{align-items:center;border:1.5px solid transparent;border-radius:4px;color:#8b8fa3;display:inline-flex;flex-shrink:0;font-size:11px;font-variant-numeric:tabular-nums;font-weight:500;height:22px;justify-content:center;min-width:26px;padding:0 3px}.ahub-bracket__series-score--win{color:inherit;font-weight:600}.ahub-bracket__series-code{color:#6b7085;flex:1;font-size:11px;font-weight:500;text-align:center;white-space:nowrap}.ahub-bracket__series-arrow{color:#cdcfd1;flex-shrink:0;font-size:10px;margin-inline-start:2px;transition:color .1s}.ahub-bracket__series-row:hover .ahub-bracket__series-arrow{color:var(--global-palette1,#2563eb)}.ahub-bracket__series-footer{border-top:1px solid #f0f1f4;color:#8b8fa3;font-size:11px;font-weight:500;padding:6px 12px 8px;text-align:center}.ahub-bracket__series-footer-name{color:#1a1a2e;font-weight:600}.ahub-bracket__series-footer-score{font-variant-numeric:tabular-nums;font-weight:700}.ahub-bracket__matchup--bye .ahub-bracket__card{border-style:dashed}.ahub-bracket__bye-team{align-items:center;display:flex;gap:8px;padding:8px 10px}.ahub-bracket__bye-logo{border-radius:4px;height:40px;width:40px}.ahub-bracket__bye-name{color:#1a1a2e;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap}.ahub-bracket__bye-name:hover{text-decoration:underline}.ahub-bracket__bye-label{color:#8b8fa3;font-size:10px;font-weight:600;letter-spacing:.08em;margin-inline-start:auto;text-transform:uppercase}.ahub-bracket__champion{align-items:center;display:flex;flex-direction:column;margin-top:16px;padding:12px;text-align:center}.ahub-bracket__champion-logo{height:48px;margin-bottom:8px;width:48px}.ahub-bracket__champion-name{color:#1a1a2e;font-size:14px;font-weight:700}.ahub-bracket__champion-label{color:#8b8fa3;font-size:10px;font-weight:600;letter-spacing:.08em;margin-top:2px;text-transform:uppercase}.ahub-bracket__cell--consolation{align-items:stretch;flex-direction:column;justify-content:flex-end}.ahub-bracket__consolation-label{color:#8b8fa3;font-size:11px;font-weight:600;margin-bottom:6px;text-transform:uppercase;white-space:nowrap}.ahub-bracket__conn{align-self:stretch;display:flex;flex-direction:column;position:relative}.ahub-bracket__conn-bottom,.ahub-bracket__conn-top{flex:1;position:relative}.ahub-bracket__conn-top:before{border-top:1px solid var(--conn-color,var(--ahub-border-color,#cdcfd1));content:"";left:0;position:absolute;right:50%;top:50%}.ahub-bracket__conn-top:after{border-inline-end:1px solid var(--conn-color,var(--ahub-border-color,#cdcfd1));bottom:0;content:"";position:absolute;right:50%;top:50%}.ahub-bracket__conn-bottom:before{border-top:1px solid var(--conn-color,var(--ahub-border-color,#cdcfd1));bottom:50%;content:"";left:0;position:absolute;right:50%}.ahub-bracket__conn-bottom:after{border-inline-end:1px solid var(--conn-color,var(--ahub-border-color,#cdcfd1));bottom:50%;content:"";position:absolute;right:50%;top:0}.ahub-bracket__conn:after{border-top:1px solid var(--conn-color,var(--ahub-border-color,#cdcfd1));content:"";left:50%;position:absolute;right:0;top:50%}[style*="direction:rtl"] .ahub-bracket__conn-top:before{left:50%;right:0}[style*="direction:rtl"] .ahub-bracket__conn-top:after{border-inline-end:none;border-inline-start:1px solid var(--conn-color,var(--ahub-border-color,#cdcfd1));left:50%;right:auto}[style*="direction:rtl"] .ahub-bracket__conn-bottom:before{left:50%;right:0}[style*="direction:rtl"] .ahub-bracket__conn-bottom:after{border-inline-end:none;border-inline-start:1px solid var(--conn-color,var(--ahub-border-color,#cdcfd1));left:50%;right:auto}[style*="direction:rtl"] .ahub-bracket__conn:after{left:0;right:50%}.ahub-bracket__pills{display:none;flex-wrap:wrap;gap:6px;margin-bottom:12px}.ahub-bracket__pill{align-items:center;border:1px solid #e4e6eb;border-radius:100px;color:#6c7086;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;line-height:1.3;padding:4px 12px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.ahub-bracket__pill:hover{background:var(--ahub-bg-alt,#f8f9fa);border-color:#c0c4cc;color:#1a1a2e}.ahub-bracket__pill--active{font-weight:600}.ahub-bracket__pill--active,.ahub-bracket__pill--active:hover{background:rgba(37,99,235,.06);border-color:var(--global-palette1,#2563eb);color:var(--global-palette1,#2563eb)}@container (max-width: 600px){.ahub-bracket__header{display:none}.ahub-bracket__pills{display:flex}.ahub-bracket__layout--mirror{flex-direction:column;gap:24px}.ahub-bracket__championship{padding:0;width:100%}.ahub-bracket__championship>.ahub-bracket__round-label{text-align:start}.ahub-bracket__grid{direction:ltr!important;grid-template-columns:1fr!important;row-gap:4px}.ahub-bracket__cell{grid-column:1!important;grid-row:auto!important;max-width:340px}.ahub-bracket__cell--hidden,.ahub-bracket__conn{display:none}.ahub-bracket__cell[data-pair-pos]{padding-left:16px;padding-right:16px;position:relative}.ahub-bracket__cell[data-pair-pos]:before{border-left:2px solid var(--ahub-border-color,#cdcfd1);content:"";left:4px;position:absolute}.ahub-bracket__cell[data-pair-pos]:after{border-top:2px solid var(--ahub-border-color,#cdcfd1);content:"";left:4px;position:absolute;top:50%;width:8px}.ahub-bracket__cell[data-pair-pos] .ahub-bracket__matchup:after{border-top:2px solid var(--ahub-border-color,#cdcfd1);content:"";position:absolute;right:-12px;top:50%;width:8px}.ahub-bracket__cell[data-pair-pos=top]:before{bottom:-6px;top:50%}.ahub-bracket__cell[data-pair-pos=bottom]{margin-bottom:14px}.ahub-bracket__cell[data-pair-pos=bottom]:before{bottom:50%;top:-6px}.ahub-bracket__cell[data-pair-pos=top] .ahub-bracket__matchup:before{border-right:2px solid var(--ahub-border-color,#cdcfd1);bottom:-6px;content:"";position:absolute;right:-12px;top:50%}.ahub-bracket__cell[data-pair-pos=bottom] .ahub-bracket__matchup:before{border-right:2px solid var(--ahub-border-color,#cdcfd1);bottom:50%;content:"";position:absolute;right:-12px;top:-6px}.ahub-bracket__cell--consolation{padding-top:0!important}.ahub-bracket__cell--consolation .ahub-bracket__consolation-label{display:none}.ahub-bracket__cell--consolation .ahub-bracket__matchup{max-width:100%}.ahub-bracket__cell--consolation .ahub-bracket__matchup:after,.ahub-bracket__cell--consolation .ahub-bracket__matchup:before{content:none}}.ahub-bracket>.ahub-agg-pills{margin-bottom:16px}.ahub-season-header__bar{align-items:center;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);display:flex;gap:16px;padding:16px}.ahub-season-header__logo{flex-shrink:0;height:48px;-o-object-fit:contain;object-fit:contain;width:48px}.ahub-season-header__info{flex:1;min-width:0}.ahub-season-header__league-name{color:#1a1a2e;font-size:20px;font-weight:700;line-height:1.3}.ahub-season-header__meta{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:8px;margin-top:4px}.ahub-season-header__flag{height:12px;width:16px}.ahub-season-header__pills{margin-bottom:0;margin-top:10px}.ahub-season-teams__group+.ahub-season-teams__group{margin-top:24px}.ahub-season-teams__group-name{padding-top:10px}.ahub-season-teams__group:first-child .ahub-season-teams__group-name{padding-top:0}.ahub-season-teams__grid{display:grid;gap:6px;grid-template-columns:repeat(auto-fill,minmax(310px,1fr))}.ahub-season-teams__team{align-items:center;background:#fff;border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);display:flex;gap:12px;padding:10px 14px}.ahub-season-teams__logo{flex-shrink:0;height:32px;-o-object-fit:contain;object-fit:contain;width:32px}.ahub-season-teams__logo-placeholder{background:var(--ahub-bg-alt,#f8f9fa);border-radius:4px;flex-shrink:0;height:32px;width:32px}.ahub-season-teams__details{flex:1;min-width:0}.ahub-season-teams__name{color:#1a1a2e;font-size:14px;font-weight:600;line-height:1.3}.ahub-season-teams__name a{color:inherit;text-decoration:none}.ahub-season-teams__name a:hover{color:var(--global-palette1,#2563eb);text-decoration:underline}.ahub-season-teams__record{align-items:center;display:flex;gap:3px;margin-top:3px}.ahub-season-teams__losses,.ahub-season-teams__wins{border-radius:3px;font-size:11px;font-weight:600;line-height:1.4;padding:1px 5px}.ahub-season-teams__wins{background:rgba(22,163,74,.1);color:#16a34a}.ahub-season-teams__sep{color:#b0b4c4;font-size:11px}.ahub-season-teams__losses{background:rgba(220,38,38,.1);color:#dc2626}.ahub-season-teams__links{display:flex;gap:8px;margin-top:3px}.ahub-season-teams__link{color:var(--global-palette1,#2563eb);font-size:11px;text-decoration:none}.ahub-season-teams__link:hover{text-decoration:underline}.ahub-season-standings .ahub-agg-pills{margin-bottom:8px}.ahub-season-standings__group+.ahub-season-standings__group{margin-top:24px}.ahub-season-standings__group-name{color:#1a1a2e;font-size:14px;font-weight:600;margin-bottom:8px}.ahub-season-team-rankings__group+.ahub-season-team-rankings__group{margin-top:24px}.ahub-season-team-rankings__grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.ahub-season-team-rankings__card{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);overflow:hidden}.ahub-season-team-rankings__card-header{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:1px solid var(--ahub-border-color,#cdcfd1);color:#1a1a2e;font-size:13px;font-weight:600;padding:8px 12px}.ahub-season-team-rankings__team{align-items:center;border-bottom:1px solid #f0f1f4;display:flex;font-size:13px;gap:8px;padding:6px 12px}.ahub-season-team-rankings__team:last-child{border-bottom:0}.ahub-season-team-rankings__team--leader{background:var(--ahub-bg-alt,#f8f9fa)}.ahub-season-team-rankings__rank{color:#8b8fa3;flex-shrink:0;font-size:12px;font-weight:600;min-width:24px}.ahub-season-team-rankings__logo{flex-shrink:0;height:20px;-o-object-fit:contain;object-fit:contain;width:20px}.ahub-season-team-rankings__name{color:#1a1a2e;flex:1;min-width:0;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.ahub-season-team-rankings__name:hover{color:var(--global-palette1,#2563eb);text-decoration:underline}.ahub-season-team-rankings__value{color:#6b7280;flex-shrink:0;font-variant-numeric:tabular-nums}.ahub-season-team-rankings__value--leader{color:#1a1a2e;font-weight:700}.ahub-team-agg-leaders__team-code{color:#8b8fa3;font-size:11px;font-weight:600;margin-left:2px}.ahub-season-team-stats{container-type:inline-size;position:relative}.ahub-season-team-stats .tabulator{border-color:var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);font-size:13px}.ahub-season-team-stats .tabulator .tabulator-header{background:var(--ahub-bg-alt,#f8f9fa);border-bottom:1px solid var(--ahub-border-color,#cdcfd1);font-weight:600}.ahub-season-team-stats .tabulator .tabulator-header .tabulator-col{background:var(--ahub-bg-alt,#f8f9fa);border-color:var(--ahub-border-color,#cdcfd1);font-size:.9em}.ahub-season-team-stats .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{background:#eaeaea}.ahub-season-team-stats .tabulator .tabulator-header .tabulator-col .tabulator-col-content{align-items:end;display:flex;flex-grow:1;justify-content:center;min-width:0;padding-top:10px}.ahub-season-team-stats .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{min-width:0;position:static}.ahub-season-team-stats .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{color:#555;font-size:11px;font-weight:600;line-height:1.2;min-width:0;text-align:inherit;text-overflow:clip;white-space:normal}.ahub-season-team-stats .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{align-items:start;right:2px;top:2px}.ahub-season-team-stats .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border-bottom-width:4px;border-left-width:4px;border-right-width:4px}.ahub-season-team-stats .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0}.ahub-season-team-stats .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}.ahub-season-team-stats .tabulator .tabulator-tableholder .tabulator-table .tabulator-row,.ahub-season-team-stats .tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell{border-color:var(--ahub-border-color,#cdcfd1)}.ahub-season-team-stats .tabulator .tabulator-tableholder .tabulator-table .tabulator-row:nth-child(2n){background:var(--ahub-bg-alt,#f8f9fa)}.ahub-season-team-stats .tabulator-tableholder{overflow-x:auto}.ahub-season-team-stats .tabulator-row{min-height:32px}.ahub-season-team-stats .tabulator-row .tabulator-cell{padding:4px 6px}.ahub-season-team-stats .tabulator-frozen{background:inherit}.ahub-season-team-stats .tabulator .tabulator-header .tabulator-col.tabulator-frozen .tabulator-col-content{justify-content:center}.ahub-season-team-stats .tabulator-cell{font-variant-numeric:tabular-nums}.ahub-season-team-stats .tabulator-cell[tabulator-field=team] a{text-decoration:none}@container (max-width: 499px){.ahub-season-team-stats .tabulator{font-size:12px}.ahub-season-team-stats .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{font-size:10px}}.ahub-season-team-stats__legend{color:#8b8fa3;font-size:11px;line-height:1.6;margin-top:12px}.ahub-season-team-stats__legend-sep{color:#d0d3da;margin:0 2px}.ahub-season-page{max-width:100%}.ahub-game-odds{border:1px solid var(--ahub-border-color,#cdcfd1);border-radius:var(--ahub-border-radius,0);container-type:inline-size;overflow:hidden}.ahub-game-odds__toolbar{align-items:center;display:flex;padding:8px 12px 4px}.ahub-game-odds__switcher{display:flex;gap:4px}.ahub-game-odds__fmt{align-items:center;border:1px solid #e4e6eb;border-radius:3px;color:#6c7086;cursor:pointer;display:inline-flex;font-size:12px;font-weight:500;line-height:22px;padding:2px 10px;text-decoration:none;transition:border-color .15s,background .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ahub-game-odds__fmt:hover{border-color:#93c5fd;color:#2563eb}.ahub-game-odds__fmt--active{background:#eff6ff;border-color:#3b82f6;color:#1e40af;font-weight:600}.ahub-game-odds__table{padding:0 12px 12px}.ahub-game-odds__row{align-items:center;display:grid;gap:4px;grid-template-columns:minmax(100px,1fr) repeat(var(--odds-cols,3),minmax(80px,120px))}.ahub-game-odds__row--header{margin-bottom:4px}.ahub-game-odds__header{color:#8b8fa3;font-size:11px;font-weight:600;letter-spacing:.04em;padding:4px 8px;text-align:center;text-transform:uppercase}.ahub-game-odds__team-cell{align-items:center;display:flex;gap:8px;min-width:0;padding:8px 4px}.ahub-game-odds__team-logo{flex-shrink:0;height:20px;width:20px}.ahub-game-odds__team-name{color:#1a1a2e;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-game-odds__cell{align-items:center;background:var(--ahub-bg-alt,#f8f9fa);border-radius:4px;display:flex;font-family:ui-monospace,SF Mono,Cascadia Code,Segoe UI Mono,monospace;font-size:13px;gap:4px;justify-content:center;padding:8px 6px;text-align:center}.ahub-game-odds__cell--fav{font-weight:600}.ahub-game-odds__cell--shortened:after{color:#16a34a;content:"▲";font-size:8px;line-height:1}.ahub-game-odds__cell--drifted:after{color:#dc2626;content:"▼";font-size:8px;line-height:1}.ahub-game-odds__line{color:#6c7086;font-size:12px}.ahub-game-odds__ou-label{color:#8b8fa3;font-size:11px;font-weight:600;text-transform:uppercase}.ahub-game-odds__na{color:#b0b4c4}@container (max-width: 600px){.ahub-game-odds .ahub-game-odds__cell--secondary,.ahub-game-odds .ahub-game-odds__header--secondary{display:none}.ahub-game-odds .ahub-game-odds__row{grid-template-columns:minmax(80px,1fr) repeat(3,minmax(76px,120px))}}@container (max-width: 420px){.ahub-game-odds .ahub-game-odds__toolbar{padding:6px 10px 2px}.ahub-game-odds .ahub-game-odds__table{overflow-x:auto;padding:0 0 10px;-webkit-overflow-scrolling:touch}.ahub-game-odds .ahub-game-odds__row{display:grid;gap:3px;grid-template-columns:110px repeat(3,88px);min-width:-moz-max-content;min-width:max-content}.ahub-game-odds .ahub-game-odds__team-cell{background:#fff;gap:6px;left:0;padding:6px 6px 6px 10px;position:sticky;z-index:1}.ahub-game-odds .ahub-game-odds__row--header .ahub-game-odds__team-cell{background:#fff}.ahub-game-odds .ahub-game-odds__header{font-size:10px;padding:4px}.ahub-game-odds .ahub-game-odds__cell{font-size:12px;padding:6px 4px}.ahub-game-odds .ahub-game-odds__team-name{font-size:12px}.ahub-game-odds .ahub-game-odds__cell--secondary,.ahub-game-odds .ahub-game-odds__header--secondary{display:none}}.ahub-game-card__spread{flex-shrink:0;font-size:12px;margin-left:auto}.ahub-calendar-row__spread,.ahub-game-card__spread{background:#f0f1f4;border-radius:3px;color:#6b7280;font-family:ui-monospace,SF Mono,Cascadia Code,Segoe UI Mono,monospace;font-weight:400;padding:1px 6px}.ahub-calendar-row__spread{font-size:11px;text-align:right}.ahub-calendar-row__spread:empty{min-width:1px;opacity:0;padding:0}.ahub-calendar-row__ou{color:#b0b4c4;font-family:ui-monospace,SF Mono,Cascadia Code,Segoe UI Mono,monospace;font-size:11px;margin-left:auto}.ahub-calendar-row__ou-label{font-size:9px;font-weight:600;margin-right:2px;text-transform:uppercase}.ahub-highlights{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.ahub-highlight-card{background:#111;border-radius:var(--ahub-border-radius,0);display:block;overflow:hidden;position:relative}.ahub-highlight-card,.ahub-highlight-card:hover{color:#fff;text-decoration:none}.ahub-highlight-card:hover .ahub-highlight-card__play{transform:translate(-50%,-50%) scale(1.1)}.ahub-highlight-card__thumb{aspect-ratio:16/9;overflow:hidden;position:relative}.ahub-highlight-card__thumb img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ahub-highlight-card__play{height:48px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .2s ease;width:48px}.ahub-highlight-card__info{background:linear-gradient(transparent,rgba(0,0,0,.8));bottom:0;display:flex;flex-direction:column;gap:2px;left:0;padding:6px 8px;position:absolute;right:0}.ahub-highlight-card__matchup{align-items:center;display:flex;font-size:12px;font-weight:600;gap:4px;line-height:1.3}.ahub-highlight-card__logo{flex-shrink:0;height:16px;-o-object-fit:contain;object-fit:contain;width:16px}.ahub-highlight-card__team{max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ahub-highlight-card__score{flex-shrink:0;font-variant-numeric:tabular-nums}.ahub-highlight-card__date{font-size:11px;line-height:1.2;opacity:.7}.ahub-highlights__no-data{color:#8b8fa3;font-size:13px;padding:24px;text-align:center}.ahub-league-list__country{align-items:center;border-bottom:1px solid var(--ahub-border-color,#cdcfd1);color:#1a1a2e;display:flex;font-size:14px;font-weight:600;gap:8px;margin-top:12px;padding:10px 0 6px}.ahub-league-list__country:first-child{margin-top:0}.ahub-league-list__country--collapsed{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ahub-league-list__country--collapsed:hover{color:var(--global-palette1,#2563eb)}.ahub-league-list__country--open .ahub-league-list__chevron{transform:rotate(180deg)}.ahub-league-list__country-name{flex:1;min-width:0}.ahub-league-list__flag{flex-shrink:0}.ahub-league-list__flag--big{height:24px;width:32px}.ahub-league-list__flag--medium{height:18px;width:24px}.ahub-league-list__flag--small{height:12px;width:16px}.ahub-league-list__chevron{color:#8b8fa3;flex-shrink:0;transition:transform .25s ease}.ahub-league-list__items{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.65,0,.35,1)}.ahub-league-list__items--expanded{grid-template-rows:1fr}.ahub-league-list__items-inner{overflow:hidden}.ahub-league-list__item{align-items:center;border-bottom:1px solid #f0f1f4;color:#1a1a2e;display:flex;gap:10px;padding:7px 0 7px 10px;text-decoration:none;transition:background-color .15s ease}.ahub-league-list__item:hover{background-color:var(--ahub-bg-alt,#f8f9fa);color:#1a1a2e;text-decoration:none}a.ahub-league-list__item:hover .ahub-league-list__name{color:var(--global-palette1,#2563eb)}.ahub-league-list__logo{flex-shrink:0;height:20px;-o-object-fit:contain;object-fit:contain;width:25px}.ahub-league-list__name{flex:1;font-size:14px;min-width:0;transition:color .15s ease}.ahub-league-list__season{color:#b0b4c4;flex-shrink:0;font-size:12px}.ahub-tabs{--ahub-nav-offset:0px}.ahub-tabs__bar{box-shadow:inset 0 -2px 0 var(--ahub-border-color,#cdcfd1);display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.ahub-tabs__bar::-webkit-scrollbar{display:none}.ahub-tabs__tab{align-items:center;border-bottom:2px solid transparent;color:#6c7086;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;padding:10px 16px;text-decoration:none;transition:color .15s,border-color .15s;white-space:nowrap}.ahub-tabs__tab:hover{color:#1a1a2e;text-decoration:none}.ahub-tabs__tab--active{border-bottom:2px solid var(--global-palette1,#2563eb);color:var(--global-palette1,#2563eb);font-weight:600}.ahub-tabs--pills .ahub-tabs__bar{border-bottom:none;border-bottom:1px solid var(--ahub-border-color,#cdcfd1);gap:8px;padding-bottom:12px}.ahub-tabs--pills .ahub-tabs__tab{background:transparent;border:1px solid #e4e6eb;border-radius:4px;margin-bottom:0;padding:7px 16px;transition:all .15s ease}.ahub-tabs--pills .ahub-tabs__tab:hover{background:var(--ahub-bg-alt,#f8f9fa);border-color:#c0c4cc}.ahub-tabs--pills .ahub-tabs__tab--active{border-color:var(--global-palette1,#2563eb)}.ahub-tabs--pills .ahub-tabs__tab--active,.ahub-tabs--pills .ahub-tabs__tab--active:hover{background:var(--global-palette1,#2563eb);color:#fff}.ahub-tabs--sticky .ahub-tabs__bar{background:#fff;position:sticky;top:calc(var(--ahub-nav-offset, 0px) + var(--wp-admin--admin-bar--height, 0px));z-index:10}.ahub-tabs__panel{display:flex;flex-direction:column;gap:var(--builder-gap,40px);padding-top:var(--builder-gap,40px)}.ahub-block-nav{align-items:center;border-bottom:1px solid var(--ahub-border-color,#cdcfd1);display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding-bottom:16px;scrollbar-width:none;--ahub-nav-offset:0px}.ahub-block-nav::-webkit-scrollbar{display:none}.ahub-block-nav:empty{display:none}.ahub-block-nav--sticky{background:#fff;padding-top:12px;position:sticky;top:calc(var(--ahub-nav-offset, 0px) + var(--wp-admin--admin-bar--height, 0px));z-index:10}.ahub-block-nav__link{align-items:center;background:transparent;border:1px solid #e4e6eb;border-radius:4px;color:#6c7086;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;line-height:1.3;padding:5px 12px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.ahub-block-nav__link:hover{background:var(--ahub-bg-alt,#f8f9fa);border-color:#c0c4cc;color:#1a1a2e;text-decoration:none}.ahub-block-nav__link--active{font-weight:600}.ahub-block-nav__link--active,.ahub-block-nav__link--active:hover{background:var(--global-palette1,#2563eb);border-color:var(--global-palette1,#2563eb);color:#fff}@media (max-width:600px){.ahub-block-nav__link{font-size:12px;padding:5px 12px}}.ahub-block-nav--underline{border-bottom:none;gap:0;padding-bottom:0}.ahub-block-nav--underline .ahub-block-nav__link{background:transparent;border:none;border-bottom:2px solid var(--ahub-border-color,#cdcfd1);border-radius:0;padding:10px 16px}.ahub-block-nav--underline .ahub-block-nav__link:hover{background:transparent;color:#1a1a2e}.ahub-block-nav--underline .ahub-block-nav__link--active{border-bottom-color:var(--global-palette1,#2563eb)}.ahub-block-nav--underline .ahub-block-nav__link--active,.ahub-block-nav--underline .ahub-block-nav__link--active:hover{background:transparent;color:var(--global-palette1,#2563eb)}.ahub-pitching-leaders__header{align-items:center;border-bottom:1px solid var(--ahub-border-color,#cdcfd1);display:flex;flex-wrap:wrap;gap:8px 12px;margin-bottom:14px;padding-bottom:10px}.ahub-pitching-leaders__title{color:#1a1a2e;font-size:15px;font-weight:700}.ahub-pitching-leaders__date-nav{align-items:center;display:flex;gap:4px;margin-left:auto}.ahub-pitching-leaders__date-arrow{font-size:16px;line-height:1;padding:4px 8px}.ahub-pitching-leaders__date-label{color:#1a1a2e;font-size:13px;font-weight:600;min-width:100px;text-align:center;white-space:nowrap}.ahub-pitching-leaders__today-badge{display:none}.ahub-pitching-leaders__today-badge--visible{display:inline-flex}.ahub-pitching-leaders__tz-notice{color:#8b8fa3;font-size:11px;padding:0 0 8px}.ahub-pitching-leaders__content{min-height:60px;position:relative}.ahub-pitching-leaders__loading{display:none;justify-content:center;padding:24px 0}.ahub-pitching-leaders__loading--active{display:flex}.ahub-pitching-leaders__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.ahub-pitching-leaders__notice{color:#d35400;font-size:12px;padding:4px 0 8px}.ahub-pitching-leaders__no-data{color:#8b8fa3;font-size:13px;padding:24px 0;text-align:center}.ahub-pitching-leaders__table{border-collapse:separate;border-spacing:0;font-size:13px;line-height:1.3;min-width:720px;width:100%}.ahub-pitching-leaders__th{border-bottom:2px solid var(--ahub-border-color,#cdcfd1);color:#6c7086;font-size:11px;font-weight:600;letter-spacing:.3px;padding:6px 8px;text-align:center;text-transform:uppercase;white-space:nowrap}.ahub-pitching-leaders__th--rank{background:#fff;left:0;position:sticky;text-align:center;width:28px;z-index:3}.ahub-pitching-leaders__th--pitcher{background:#fff;box-shadow:2px 0 4px rgba(0,0,0,.06);left:28px;min-width:120px;position:sticky;text-align:left;z-index:3}.ahub-pitching-leaders__th--dec{width:36px}.ahub-pitching-leaders__td{border-bottom:1px solid #f0f1f4;padding:5px 8px;text-align:center;white-space:nowrap}.ahub-pitching-leaders__td--rank{background:inherit;color:#8b8fa3;font-size:12px;left:0;position:sticky;text-align:center;z-index:2}.ahub-pitching-leaders__td--pitcher{background:inherit;box-shadow:2px 0 4px rgba(0,0,0,.06);font-weight:500;left:28px;position:sticky;text-align:left;z-index:2}.ahub-pitching-leaders__td--pitcher a{color:#1a1a2e;text-decoration:none}.ahub-pitching-leaders__td--pitcher a:hover{text-decoration:underline}.ahub-pitching-leaders__td--team{color:#6c7086;font-size:12px;font-weight:500}.ahub-pitching-leaders__td--best,.ahub-pitching-leaders__td--k{font-weight:700}.ahub-pitching-leaders__td--dec-w{color:#16a34a;font-weight:600}.ahub-pitching-leaders__td--dec-l{color:#dc2626;font-weight:600}.ahub-pitching-leaders__td--gs{padding:4px 6px}.ahub-pitching-leaders__k-wrap{align-items:baseline;display:inline-flex;gap:3px}.ahub-pitching-leaders__k-split{color:#8b8fa3;display:inline-block;font-size:10px;font-weight:400;letter-spacing:-.2px;min-width:50px;white-space:nowrap}.ahub-pitching-leaders__gs{align-items:center;border-radius:4px;color:#fff;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;line-height:1.2;min-width:30px;padding:2px 6px}.ahub-pitching-leaders__gs--elite{background-color:#0d7c3f}.ahub-pitching-leaders__gs--great{background-color:#22a855}.ahub-pitching-leaders__gs--solid{background-color:#0891b2}.ahub-pitching-leaders__gs--avg{background-color:#8b8fa3}.ahub-pitching-leaders__gs--below{background-color:#d97706}.ahub-pitching-leaders__gs--poor{background-color:#dc2626}.ahub-pitching-leaders__badge{align-items:center;border-radius:3px;display:inline-flex;font-size:9px;font-weight:700;letter-spacing:.3px;line-height:1.3;margin-left:4px;padding:1px 4px;vertical-align:middle}.ahub-pitching-leaders__badge--qs{background-color:#dcfce7;color:#166534}.ahub-pitching-leaders__badge--cg{background-color:#dbeafe;color:#1e40af}.ahub-pitching-leaders__badge--mdx,.ahub-pitching-leaders__badge--sho{background-color:#fef3c7;color:#92400e}.ahub-pitching-leaders__badge--nh{background-color:#fce7f3;color:#9d174d}.ahub-pitching-leaders__legend{border-top:1px solid #f0f1f4;color:#6c7086;display:flex;flex-direction:column;font-size:11px;gap:6px;line-height:1.4;margin-top:10px;padding:10px 0 0}.ahub-pitching-leaders__legend-group{align-items:center;display:flex;flex-wrap:wrap;gap:2px 12px}.ahub-pitching-leaders__legend-group .ahub-pitching-leaders__gs{font-size:10px;min-width:20px;padding:1px 4px}.ahub-pitching-leaders__legend-group .ahub-pitching-leaders__badge{margin-left:0;margin-right:2px}.ahub-pitching-leaders__legend-title{color:#1a1a2e;font-size:11px;font-weight:700;margin-right:4px}.ahub-pitching-leaders__legend-title:after{content:":"}.ahub-pitching-leaders__row{background-color:#fff}.ahub-pitching-leaders__row:nth-child(2n){background-color:var(--ahub-bg-alt,#f8f9fa)}.ahub-pitching-leaders__row:hover{background-color:#eef1f6}.menu-baseball>a:before,.menu-basketball>a:before,.menu-cricket>a:before,.menu-football>a:before,.menu-handball>a:before,.menu-hockey>a:before,.menu-soccer>a:before,.menu-tennis>a:before,.menu-volleyball>a:before{background:currentColor;content:"";display:inline-block;height:22px;margin-right:6px;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;vertical-align:-5px;width:22px}.menu-basketball>a:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20M60 177.28A83.6 83.6 0 0 1 44.87 140h30.27A83.1 83.1 0 0 1 60 177.28M44.87 116A83.6 83.6 0 0 1 60 78.72 83.1 83.1 0 0 1 75.14 116ZM116 211.13a83.63 83.63 0 0 1-39-16.46A106.94 106.94 0 0 0 99.34 140H116Zm0-95.13H99.34A106.94 106.94 0 0 0 77 61.33a83.63 83.63 0 0 1 39-16.46Zm80-37.28A83.6 83.6 0 0 1 211.13 116h-30.27A83.1 83.1 0 0 1 196 78.72m-56 132.41V140h16.66A106.94 106.94 0 0 0 179 194.67a83.63 83.63 0 0 1-39 16.46M156.66 116H140V44.87a83.63 83.63 0 0 1 39 16.46A106.94 106.94 0 0 0 156.66 116M196 177.28A83.1 83.1 0 0 1 180.86 140h30.27A83.6 83.6 0 0 1 196 177.28'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20M60 177.28A83.6 83.6 0 0 1 44.87 140h30.27A83.1 83.1 0 0 1 60 177.28M44.87 116A83.6 83.6 0 0 1 60 78.72 83.1 83.1 0 0 1 75.14 116ZM116 211.13a83.63 83.63 0 0 1-39-16.46A106.94 106.94 0 0 0 99.34 140H116Zm0-95.13H99.34A106.94 106.94 0 0 0 77 61.33a83.63 83.63 0 0 1 39-16.46Zm80-37.28A83.6 83.6 0 0 1 211.13 116h-30.27A83.1 83.1 0 0 1 196 78.72m-56 132.41V140h16.66A106.94 106.94 0 0 0 179 194.67a83.63 83.63 0 0 1-39 16.46M156.66 116H140V44.87a83.63 83.63 0 0 1 39 16.46A106.94 106.94 0 0 0 156.66 116M196 177.28A83.1 83.1 0 0 1 180.86 140h30.27A83.6 83.6 0 0 1 196 177.28'/%3E%3C/svg%3E")}.menu-baseball>a:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20M77 194.66A109 109 0 0 0 85.54 182a12 12 0 1 0-20.77-12 83 83 0 0 1-4.77 7.27 83.73 83.73 0 0 1 0-98.54A83 83 0 0 1 64.77 86a12 12 0 1 0 20.77-12A109 109 0 0 0 77 61.34a83.76 83.76 0 0 1 102.06 0 109 109 0 0 0-8.6 12.66 12 12 0 1 0 20.77 12 83 83 0 0 1 4.77-7.27 83.73 83.73 0 0 1 0 98.54 83 83 0 0 1-4.74-7.28 12 12 0 1 0-20.77 12 109 109 0 0 0 8.51 12.67 83.76 83.76 0 0 1-102.06 0Zm22.2-80.14A110 110 0 0 1 100 128a110 110 0 0 1-.83 13.48A12 12 0 0 1 87.27 152a13 13 0 0 1-1.5-.09 12 12 0 0 1-10.42-13.39A86 86 0 0 0 76 128a86 86 0 0 0-.65-10.52 12 12 0 1 1 23.82-3Zm71.06 37.39a13 13 0 0 1-1.5.09 12 12 0 0 1-11.9-10.52 110 110 0 0 1 0-27 12 12 0 1 1 23.82 3 85.5 85.5 0 0 0 0 21 12 12 0 0 1-10.45 13.43Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20M77 194.66A109 109 0 0 0 85.54 182a12 12 0 1 0-20.77-12 83 83 0 0 1-4.77 7.27 83.73 83.73 0 0 1 0-98.54A83 83 0 0 1 64.77 86a12 12 0 1 0 20.77-12A109 109 0 0 0 77 61.34a83.76 83.76 0 0 1 102.06 0 109 109 0 0 0-8.6 12.66 12 12 0 1 0 20.77 12 83 83 0 0 1 4.77-7.27 83.73 83.73 0 0 1 0 98.54 83 83 0 0 1-4.74-7.28 12 12 0 1 0-20.77 12 109 109 0 0 0 8.51 12.67 83.76 83.76 0 0 1-102.06 0Zm22.2-80.14A110 110 0 0 1 100 128a110 110 0 0 1-.83 13.48A12 12 0 0 1 87.27 152a13 13 0 0 1-1.5-.09 12 12 0 0 1-10.42-13.39A86 86 0 0 0 76 128a86 86 0 0 0-.65-10.52 12 12 0 1 1 23.82-3Zm71.06 37.39a13 13 0 0 1-1.5.09 12 12 0 0 1-11.9-10.52 110 110 0 0 1 0-27 12 12 0 1 1 23.82 3 85.5 85.5 0 0 0 0 21 12 12 0 0 1-10.45 13.43Z'/%3E%3C/svg%3E")}.menu-football>a:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M233.06 53.18a37 37 0 0 0-30.24-30.24c-15.24-2.58-38.75-4.78-64.26-.61-30.9 5.06-57 18.06-77.56 38.67s-33.59 46.68-38.65 77.58c-4.17 25.51-2 49 .61 64.26a37 37 0 0 0 30.24 30.24A209.4 209.4 0 0 0 87.9 236a184 184 0 0 0 29.54-2.33c30.9-5.06 57-18.06 77.58-38.65s33.59-46.68 38.65-77.58c4.17-25.51 1.97-49.02-.61-64.26m-23.66 4a192 192 0 0 1 2.6 25.88L172.93 44a190.6 190.6 0 0 1 25.88 2.64 13 13 0 0 1 10.59 10.55ZM46.6 198.81a192 192 0 0 1-2.6-25.87L83.06 212a192 192 0 0 1-25.87-2.63 13 13 0 0 1-10.59-10.56m131.45-20.76c-11 11-31.31 26.16-63.2 31.83l-68.73-68.73C51.79 109.26 67 88.93 78 78s31.3-26.16 63.2-31.83l68.73 68.73c-5.72 31.84-20.93 52.17-31.88 63.15m-13.56-69.57L159 114l5.52 5.51a12 12 0 0 1-17 17L142 131l-11 11 5.52 5.52a12 12 0 0 1-17 17L114 159l-5.52 5.52a12 12 0 0 1-17-17L97 142l-5.52-5.51a12 12 0 1 1 17-17L114 125l11-11-5.52-5.52a12 12 0 1 1 17-17L142 97l5.52-5.52a12 12 0 0 1 17 17Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M233.06 53.18a37 37 0 0 0-30.24-30.24c-15.24-2.58-38.75-4.78-64.26-.61-30.9 5.06-57 18.06-77.56 38.67s-33.59 46.68-38.65 77.58c-4.17 25.51-2 49 .61 64.26a37 37 0 0 0 30.24 30.24A209.4 209.4 0 0 0 87.9 236a184 184 0 0 0 29.54-2.33c30.9-5.06 57-18.06 77.58-38.65s33.59-46.68 38.65-77.58c4.17-25.51 1.97-49.02-.61-64.26m-23.66 4a192 192 0 0 1 2.6 25.88L172.93 44a190.6 190.6 0 0 1 25.88 2.64 13 13 0 0 1 10.59 10.55ZM46.6 198.81a192 192 0 0 1-2.6-25.87L83.06 212a192 192 0 0 1-25.87-2.63 13 13 0 0 1-10.59-10.56m131.45-20.76c-11 11-31.31 26.16-63.2 31.83l-68.73-68.73C51.79 109.26 67 88.93 78 78s31.3-26.16 63.2-31.83l68.73 68.73c-5.72 31.84-20.93 52.17-31.88 63.15m-13.56-69.57L159 114l5.52 5.51a12 12 0 0 1-17 17L142 131l-11 11 5.52 5.52a12 12 0 0 1-17 17L114 159l-5.52 5.52a12 12 0 0 1-17-17L97 142l-5.52-5.51a12 12 0 1 1 17-17L114 125l11-11-5.52-5.52a12 12 0 1 1 17-17L142 97l5.52-5.52a12 12 0 0 1 17 17Z'/%3E%3C/svg%3E")}.menu-hockey>a:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M224 148h-91.25L41.14 40.23a12 12 0 0 0-18.28 15.54l95.16 112 .06.07L156.46 213a20 20 0 0 0 15.24 7H224a20 20 0 0 0 20-20v-32a20 20 0 0 0-20-20m-70.85 24H180v24h-6.45ZM220 196h-16v-24h16Zm-66.34-83.77 61.2-72a12 12 0 0 1 18.28 15.54l-61.2 72a12 12 0 1 1-18.28-15.54m-44.14 70.45a12 12 0 0 0-16.91 1.37L82.45 196H76v-24.07A12 12 0 0 0 74.7 148H32a20 20 0 0 0-20 20v32a20 20 0 0 0 20 20h52.3a20 20 0 0 0 15.24-7l11.35-13.36a12 12 0 0 0-1.37-16.96M36 172h16v24H36Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M224 148h-91.25L41.14 40.23a12 12 0 0 0-18.28 15.54l95.16 112 .06.07L156.46 213a20 20 0 0 0 15.24 7H224a20 20 0 0 0 20-20v-32a20 20 0 0 0-20-20m-70.85 24H180v24h-6.45ZM220 196h-16v-24h16Zm-66.34-83.77 61.2-72a12 12 0 0 1 18.28 15.54l-61.2 72a12 12 0 1 1-18.28-15.54m-44.14 70.45a12 12 0 0 0-16.91 1.37L82.45 196H76v-24.07A12 12 0 0 0 74.7 148H32a20 20 0 0 0-20 20v32a20 20 0 0 0 20 20h52.3a20 20 0 0 0 15.24-7l11.35-13.36a12 12 0 0 0-1.37-16.96M36 172h16v24H36Z'/%3E%3C/svg%3E")}.menu-soccer>a:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m71.88 151.42h-24L166.1 158l11.3-32.94 15.75-5.06 18.6 14.26a83.4 83.4 0 0 1-11.87 37.16M44.25 134.21 62.85 120l15.75 5.11L89.9 158l-9.75 13.42h-24a83.4 83.4 0 0 1-11.9-37.21m67.6 13.79-9.54-27.77L128 102.56l25.69 17.67-9.54 27.77Zm80.66-73.73-6.78 22.85-15.81 5.14L140 81.69V65.46l21.22-14.59a84.3 84.3 0 0 1 31.29 23.4m-97.73-23.4L116 65.46v16.23l-29.92 20.57-15.81-5.14-6.78-22.85a84.3 84.3 0 0 1 31.29-23.4m13.58 158.79-8.62-24.37 9.65-13.29h37.22l9.65 13.29-8.62 24.37a83.6 83.6 0 0 1-39.28 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m71.88 151.42h-24L166.1 158l11.3-32.94 15.75-5.06 18.6 14.26a83.4 83.4 0 0 1-11.87 37.16M44.25 134.21 62.85 120l15.75 5.11L89.9 158l-9.75 13.42h-24a83.4 83.4 0 0 1-11.9-37.21m67.6 13.79-9.54-27.77L128 102.56l25.69 17.67-9.54 27.77Zm80.66-73.73-6.78 22.85-15.81 5.14L140 81.69V65.46l21.22-14.59a84.3 84.3 0 0 1 31.29 23.4m-97.73-23.4L116 65.46v16.23l-29.92 20.57-15.81-5.14-6.78-22.85a84.3 84.3 0 0 1 31.29-23.4m13.58 158.79-8.62-24.37 9.65-13.29h37.22l9.65 13.29-8.62 24.37a83.6 83.6 0 0 1-39.28 0'/%3E%3C/svg%3E")}.menu-tennis>a:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M204.4 51.6a108 108 0 1 0 0 152.8 108.16 108.16 0 0 0 0-152.8m-135.82 17a83.47 83.47 0 0 1 46.2-23.52 84.09 84.09 0 0 1-69.72 69.72 83.47 83.47 0 0 1 23.52-46.22Zm-23.84 70.47a107.27 107.27 0 0 0 63.45-30.88 107.27 107.27 0 0 0 30.88-63.45 83.84 83.84 0 0 1 72.19 72.19 108.11 108.11 0 0 0-94.33 94.32 83.82 83.82 0 0 1-72.19-72.18m142.68 48.35a83.53 83.53 0 0 1-46.2 23.52 84.09 84.09 0 0 1 69.72-69.72 83.47 83.47 0 0 1-23.52 46.2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M204.4 51.6a108 108 0 1 0 0 152.8 108.16 108.16 0 0 0 0-152.8m-135.82 17a83.47 83.47 0 0 1 46.2-23.52 84.09 84.09 0 0 1-69.72 69.72 83.47 83.47 0 0 1 23.52-46.22Zm-23.84 70.47a107.27 107.27 0 0 0 63.45-30.88 107.27 107.27 0 0 0 30.88-63.45 83.84 83.84 0 0 1 72.19 72.19 108.11 108.11 0 0 0-94.33 94.32 83.82 83.82 0 0 1-72.19-72.18m142.68 48.35a83.53 83.53 0 0 1-46.2 23.52 84.09 84.09 0 0 1 69.72-69.72 83.47 83.47 0 0 1-23.52 46.2'/%3E%3C/svg%3E")}.menu-volleyball>a:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20M96.83 50a83.5 83.5 0 0 1 17.92-5 84 84 0 0 1 46.51 71h-26.33Zm38.1 90h76.2a83.4 83.4 0 0 1-4.69 18 84.07 84.07 0 0 1-84.68 4.79Zm76.2-24h-25.84a107.4 107.4 0 0 0-14.4-49.71 108.7 108.7 0 0 0-11.39-16.14A84.21 84.21 0 0 1 211.13 116M76.07 62.05 89 84.39a107.44 107.44 0 0 0-35.85 37.32 109 109 0 0 0-8.28 18 83.65 83.65 0 0 1 31.2-77.66M62.79 180.87A84 84 0 0 1 101 105.2l13.14 22.8-38.07 66a84.7 84.7 0 0 1-13.28-13.13m34 25.11 12.92-22.37A107.4 107.4 0 0 0 160 196a109 109 0 0 0 19.59-1.78A83.72 83.72 0 0 1 96.83 206Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20M96.83 50a83.5 83.5 0 0 1 17.92-5 84 84 0 0 1 46.51 71h-26.33Zm38.1 90h76.2a83.4 83.4 0 0 1-4.69 18 84.07 84.07 0 0 1-84.68 4.79Zm76.2-24h-25.84a107.4 107.4 0 0 0-14.4-49.71 108.7 108.7 0 0 0-11.39-16.14A84.21 84.21 0 0 1 211.13 116M76.07 62.05 89 84.39a107.44 107.44 0 0 0-35.85 37.32 109 109 0 0 0-8.28 18 83.65 83.65 0 0 1 31.2-77.66M62.79 180.87A84 84 0 0 1 101 105.2l13.14 22.8-38.07 66a84.7 84.7 0 0 1-13.28-13.13m34 25.11 12.92-22.37A107.4 107.4 0 0 0 160 196a109 109 0 0 0 19.59-1.78A83.72 83.72 0 0 1 96.83 206Z'/%3E%3C/svg%3E")}.menu-cricket>a:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='m246.15 78.54-52.69-52.69a20 20 0 0 0-28.28 0L57.86 133.17a20 20 0 0 0 0 28.28l17.86 17.86-44.2 44.2a12 12 0 0 0 17 17l44.2-44.21 17.86 17.86a20 20 0 0 0 28.28 0l107.29-107.34a20 20 0 0 0 0-28.28m-121.46 115.8-15-15 26.83-26.83a12 12 0 0 0-17-17l-26.83 26.83-15-15L109 116h47v47ZM180 139v-35a12 12 0 0 0-12-12h-35l46.34-46.34 47 47ZM60 92a32 32 0 1 0-32-32 32 32 0 0 0 32 32m0-40a8 8 0 1 1-8 8 8 8 0 0 1 8-8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='m246.15 78.54-52.69-52.69a20 20 0 0 0-28.28 0L57.86 133.17a20 20 0 0 0 0 28.28l17.86 17.86-44.2 44.2a12 12 0 0 0 17 17l44.2-44.21 17.86 17.86a20 20 0 0 0 28.28 0l107.29-107.34a20 20 0 0 0 0-28.28m-121.46 115.8-15-15 26.83-26.83a12 12 0 0 0-17-17l-26.83 26.83-15-15L109 116h47v47ZM180 139v-35a12 12 0 0 0-12-12h-35l46.34-46.34 47 47ZM60 92a32 32 0 1 0-32-32 32 32 0 0 0 32 32m0-40a8 8 0 1 1-8 8 8 8 0 0 1 8-8'/%3E%3C/svg%3E")}.menu-handball>a:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m0 192a84 84 0 1 1 84-84 84.09 84.09 0 0 1-84 84m36-84a36 36 0 1 1-36-36 36 36 0 0 1 36 36'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m0 192a84 84 0 1 1 84-84 84.09 84.09 0 0 1-84 84m36-84a36 36 0 1 1-36-36 36 36 0 0 1 36 36'/%3E%3C/svg%3E")}