.points-card{display:flex;flex-direction:column;gap:.75rem}.points-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.points-card__team-info{flex:1 1;display:flex;flex-direction:column}.points-card__team-name-row{display:flex;align-items:center;gap:.5rem}.points-card__team-name{color:#012837;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(prefers-color-scheme:dark){.points-card__team-name{color:#fff}}.points-card__team-stats{font-size:.875rem;line-height:1rem;color:#767777}@media(prefers-color-scheme:dark){.points-card__team-stats{color:#767777}}.points-card__points-container{display:flex;flex-direction:column;align-items:flex-end}.points-card__points{font-weight:700;color:#012837;line-height:1.25rem}@media(prefers-color-scheme:dark){.points-card__points{color:#fff}}.points-card__projected-points{font-size:.875rem;line-height:1rem;color:#767777}@media(prefers-color-scheme:dark){.points-card__projected-points{color:#767777}}.points-card__stats-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}.points-card__stat-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;color:#767777}@media(prefers-color-scheme:dark){.points-card__stat-item{color:#767777}}.points-card__stat-item--right{justify-self:flex-end}.points-card__stat-value{color:#012837;font-weight:700;line-height:1rem}@media(prefers-color-scheme:dark){.points-card__stat-value{color:#fff}}.guillotine-card{display:flex;flex-direction:column;gap:.75rem}.guillotine-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.guillotine-card__team-info{display:flex;flex-direction:column;flex:1 1}.guillotine-card__team-name-row{display:flex;align-items:center;gap:.5rem}.guillotine-card__team-name{color:#012837;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(prefers-color-scheme:dark){.guillotine-card__team-name{color:#fff}}.guillotine-card__team-stats{display:flex;flex-direction:column;align-items:flex-end}.guillotine-card__points{font-size:1rem;line-height:1.25rem;font-weight:700}.guillotine-card__projected-points{font-size:.875rem;line-height:1rem;color:#767777}.guillotine-card__progress-bar{display:flex;align-items:center;width:100%}.guillotine-card__progress-track{position:relative;display:flex;align-items:center;flex:1 1;height:.25rem;border-radius:.5rem;margin-top:.5rem}.guillotine-card__progress-danger{display:block;width:5%;height:100%;border-radius:.5rem 0 0 .5rem;background-color:#f63c5b}.guillotine-card__progress-safe{display:block;width:95%;height:100%;border-radius:0 .5rem .5rem 0;background-color:#26cf86}.guillotine-card__progress-marker{position:absolute;left:75%;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;color:#012837;background-color:#fff;border:.5px solid #e6e7e9;border-radius:.5rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}@media(prefers-color-scheme:dark){.guillotine-card__progress-marker{color:#fff;background-color:#1d1e1f;border:.5px solid #3a3c3e}.guillotine-card__progress-marker__projected-points{color:#767777}}.guillotine-card__stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem}.guillotine-card__stat-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;color:#767777}.guillotine-card__stat-item--center{justify-content:center}.guillotine-card__stat-item--right{justify-content:flex-end}@media(prefers-color-scheme:dark){.guillotine-card__stat-item{color:#767777}}.guillotine-card__stat-value{color:#012837;font-weight:700}@media(prefers-color-scheme:dark){.guillotine-card__stat-value{color:#fff}}.guillotine-card__tip{display:flex;flex-direction:column;align-items:flex-start}.guillotine-card__tip p{margin:0;font-size:.75rem;white-space:nowrap}.guillotine-card__chopped-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.guillotine-card__chopped-container .guillotine-card__chopped-title{font-family:Radio Canada Big,Radio Canada,Inter,sans-serif;font-weight:600;margin:0}.guillotine-card__chopped-container .guillotine-card__chopped-cta{font-family:Radio Canada Big,Radio Canada,Inter,sans-serif;font-size:.875rem;font-weight:600;color:#fff;background-color:#3c5bf6;padding:.5rem 1.5rem;border-radius:.25rem;text-decoration:none;transition:background-color .25s;width:100%;text-align:center}.guillotine-card__chopped-container .guillotine-card__chopped-cta:hover{background-color:#2344e6}@media screen and (min-width:768px){.guillotine-card__chopped-container{flex-direction:row;align-items:center}.guillotine-card__chopped-container .guillotine-card__chopped-cta{width:auto}}.pre-draft-card{display:flex;flex-direction:column;gap:1rem;padding:.75rem 1rem;border-radius:.5rem;border:0}.pre-draft-card__header{display:flex;align-items:center;gap:.5rem}.pre-draft-card__team-name{color:#012837;font-family:Radio Canada Big,Radio Canada,Inter,sans-serif;font-weight:600;font-size:1.25rem;line-height:100%;letter-spacing:0}@media(min-width:768px){.pre-draft-card__team-name{font-size:1.25rem}}@media(prefers-color-scheme:dark){.pre-draft-card__team-name{color:#fff}}.pre-draft-card__content{display:flex;flex-direction:column;align-items:center;gap:0;height:auto;padding:1rem;border-radius:.5rem;background-color:#f8f8f8;overflow-x:auto}.pre-draft-card__content>div+div{border-top:1px solid #e6e7e9;padding-top:.5rem}@media screen and (prefers-color-scheme:dark){.pre-draft-card__content>div+div{border-top-color:#27282a}}@media(min-width:768px){.pre-draft-card__content{flex-direction:row;justify-content:space-between;height:8.3125rem;gap:.5rem}.pre-draft-card__content>div+div{border-top:none;border-left:1px solid #e6e7e9;padding-top:0;padding-left:.5rem}}@media screen and (min-width:768px)and (prefers-color-scheme:dark){.pre-draft-card__content>div+div{border-left-color:#27282a}}@media(prefers-color-scheme:dark){.pre-draft-card__content{background-color:#06080a}}.pre-draft-card__section{display:flex;flex-direction:column;width:100%}@media(min-width:768px){.pre-draft-card__section{flex:1 1;width:auto}}.pre-draft-card__section-content{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.pre-draft-card__section-content{width:auto}}.pre-draft-card__text{font-size:.875rem;line-height:1rem;color:#767777}@media(prefers-color-scheme:dark){.pre-draft-card__text{color:#767777}}.pre-draft-card__button{max-width:12rem;padding:.5rem 1.5rem;white-space:nowrap;font-weight:700}.pre-draft-card__info-section{display:flex;align-items:center;width:100%}@media(min-width:768px){.pre-draft-card__info-section{flex:1 1;width:auto;flex-shrink:0}}.pre-draft-card__info-list{display:flex;flex-direction:column;gap:.25rem;width:100%;padding:.75rem 0}@media(min-width:768px){.pre-draft-card__info-list{width:auto;padding:0}}.pre-draft-card__info-item{font-size:.875rem;line-height:1rem;color:#767777;text-transform:capitalize;white-space:nowrap}.pre-draft-card__info-item strong{margin-right:.25rem}@media(prefers-color-scheme:dark){.pre-draft-card__info-item{color:#767777}}.pre-draft-card__draft-section{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}@media(min-width:768px){.pre-draft-card__draft-section{flex:1 1;width:auto;align-items:flex-start}}.pre-draft-card__draft-content{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem}@media(min-width:768px){.pre-draft-card__draft-content{padding-top:0}}.pre-draft-card__draft-text{font-size:.875rem;line-height:1rem;color:#767777;width:100%;text-align:center}.pre-draft-card__draft-text--scheduled{text-align:center}@media(min-width:768px){.pre-draft-card__draft-text--scheduled{text-align:left}}@media(prefers-color-scheme:dark){.pre-draft-card__draft-text{color:#767777}}.pre-draft-card__draft-date{width:100%;text-align:center;font-weight:700;color:#012837;font-size:.875rem;line-height:1rem}@media(min-width:768px){.pre-draft-card__draft-date{text-align:left}}@media(prefers-color-scheme:dark){.pre-draft-card__draft-date{color:#fff}}.countdown{justify-content:flex-start;gap:.25rem}.countdown,.countdown__card{display:flex;align-items:center}.countdown__card{flex-direction:column;justify-content:center;height:3.1875rem;width:2.625rem}.countdown__value{color:#012837;font-size:1.25rem;font-family:Radio Canada Big,Radio Canada,Inter,sans-serif;font-weight:600;line-height:normal}@media(prefers-color-scheme:dark){.countdown__value{color:#fff}}.countdown__label{color:#767777;font-size:.75rem;line-height:1rem}@media(prefers-color-scheme:dark){.countdown__label{color:#767777}}.countdown__separator{color:#767777;font-size:1.25rem;line-height:1.5rem;font-weight:500}@media(prefers-color-scheme:dark){.countdown__separator{color:#767777}}.card-frame.expanded-league-card-frame{height:2.5rem}.card-frame.expanded-league-card-frame>.card-frame__title{padding-left:2rem}.card-frame.expanded-league-card-frame>.card-frame__title>span{font-size:.875rem}.expanded-league-card{width:100%;min-height:-moz-fit-content;min-height:fit-content;padding:0;border-radius:.5rem;border:none}@media(min-width:768px){.expanded-league-card{border:1px solid #e6e7e9;padding:.75rem 1rem}}@media(prefers-color-scheme:dark){.expanded-league-card{border-color:#27282a}}.expanded-league-card__footer{display:flex;flex-direction:column;gap:.5rem}.expanded-league-card__footer--opponent{align-items:flex-end}@media(min-width:768px){.expanded-league-card__footer--opponent{align-items:flex-start}}.expanded-league-card__footer .dropdown{width:100%}.expanded-league-card__lineup-header{display:flex;align-items:center;gap:.25rem}.expanded-league-card__lineup-header--opponent{flex-direction:row-reverse}@media(min-width:768px){.expanded-league-card__lineup-header--opponent{flex-direction:row}}.expanded-league-card__lineup-title{font-size:.75rem;font-weight:700;color:#012837}@media(prefers-color-scheme:dark){.expanded-league-card__lineup-title{color:#fff}}.expanded-league-card__lineup-title--opponent{text-align:right}.expanded-league-card__tooltip{font-size:.875rem;color:#767777}@media(prefers-color-scheme:dark){.expanded-league-card__tooltip{color:#767777}}.expanded-league-card__team-indicator{position:absolute;left:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:9999px;background-color:#fff;border:.5px solid #e6e7e9;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.expanded-league-card__team-indicator--player{border-width:3px;border-color:#26cf86;z-index:100;box-shadow:0 4.63px 9.259px 0 rgba(0,0,0,.47)}.expanded-league-card__team-indicator--border-yellow{border-color:#f5c400}.expanded-league-card__team-indicator--border-red{border-color:#f63c5b}.expanded-league-card__team-indicator>div{position:absolute;left:50%;top:0;transform:translate(-50%,-130%)}.expanded-league-card__team-indicator>div>span{display:flex;height:.875rem;width:.875rem}@media(prefers-color-scheme:dark){.expanded-league-card__team-indicator{background-color:#1d1e1f;border-color:#27282a}}.expanded-league-card p{margin-bottom:0}.expanded-league-card header{letter-spacing:-1}div.expanded-league-card-with-frame{padding-top:2rem;padding-bottom:1.5rem}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.ad.sponsor strong{color:#1d1e1f}.article-card-size{max-width:16.1375rem;scroll-snap-align:start;flex-shrink:0}.article-card-size-skeleton{width:16.1375rem}.article-text-size-skeleton{width:calc(100% - 1rem);height:1rem;margin:.5rem .75rem .75rem .5rem}.article-pill-size-skeleton{width:calc(30% - 1rem);height:1rem;margin:.5rem}.article-card-size-skeleton header{width:16.1375rem;height:10.9375rem}.league-hub-articles-card-size{max-width:50.875rem;display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 1rem 1rem}.league-hub-articles-title-size{font-size:1rem}.article-main-image{max-height:9.14375rem}.sponsor-image-wrapper{position:relative;height:1.5625rem;width:3.125rem}.sponsor-image{object-fit:contain!important}.author-size{width:7rem;white-space:nowrap}.author-size,.line-clamp-3{overflow:hidden;text-overflow:ellipsis}.line-clamp-3{height:3.5rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media screen and (min-width:768px){.league-hub-articles-card-size{display:flex;overflow-x:hidden;scroll-snap-type:unset;padding:0}}@media only screen and (prefers-color-scheme:dark){.article-card-size{background-color:#1d1e1f}.ad.sponsor.article-time strong,.article-time{color:#fff}}