:root{--cotw-red: #E41D34;--cotw-dark: #23201D;--cotw-light: #EBEBEB;--cotw-gold: #FFCD4D;--cotw-silver: #C0C0C0;--cotw-bronze: #CD7F32}.cotw__section{padding:60px 20px;max-width:1200px;margin:0 auto}.cotw__header{text-align:center;margin-bottom:48px}.cotw__title{font-family:brothers,sans-serif;font-size:48px;font-weight:600;color:#23201d;margin:0 0 12px;letter-spacing:-.5px;line-height:1.2;text-transform:uppercase}.cotw__subtitle{font-family:brothers,sans-serif;font-weight:400;font-size:18px;color:#ebebebbf;line-height:1.6;max-width:700px;margin:0 auto}.cotw__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px;align-items:stretch}.cotw__card-wrap{display:flex;flex-direction:column;align-items:center;gap:12px}.cotw__card{display:flex;flex-direction:column;width:100%;background:#23201d99;border-radius:16px;overflow:hidden;border:1px solid rgba(235,235,235,.08);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.cotw__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000004d,0 0 20px #ffcd4d1a;border-color:#ffcd4d33}.cotw__card-body{display:flex;flex-direction:column;align-items:center;text-align:center;padding:14px 16px 16px;gap:4px;flex:1}.cotw__thumbnail{position:relative;aspect-ratio:4 / 5;overflow:hidden;cursor:pointer;background:var(--cotw-dark)}.cotw__thumbnail img,.cotw__thumbnail video{width:100%;height:100%;object-fit:cover;display:block}.cotw__thumbnail:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,rgba(35,32,29,.6) 0%,transparent 100%);pointer-events:none;z-index:1}.cotw__play-btn{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000026;transition:background .2s ease;border:none;cursor:pointer;padding:0;z-index:2}.cotw__play-btn:hover{background:#00000080}.cotw__play-btn:focus-visible{outline:2px solid var(--cotw-light);outline-offset:-4px}.cotw__play-icon{width:48px;height:48px;background:#e41d34e6;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease;box-shadow:0 4px 16px #e41d3466}.cotw__play-btn:hover .cotw__play-icon{transform:scale(1.1);background:var(--cotw-red)}.cotw__play-icon svg{width:20px;height:20px;fill:#fff;margin-left:2px}.cotw__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#23201d,#1a1816,#23201d);display:flex;align-items:center;justify-content:center;position:relative}.cotw__placeholder:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(228,29,52,.06) 0%,transparent 70%);pointer-events:none}.cotw__placeholder-text{color:#ebebeb40;font-family:brothers,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:2px}.cotw__card-badge{display:inline-flex;align-items:center;justify-content:center;text-align:center;flex-wrap:wrap;gap:10px;padding:10px 20px;background:#23201d;border:1px solid rgba(228,29,52,.3);border-radius:50px;cursor:default;transition:all .3s ease;margin:0 16px 16px;align-self:center}.cotw__card-badge:hover{border-color:#e41d34;transform:translateY(-2px);box-shadow:0 6px 20px #e41d3433}.cotw__badge-text{font-family:brothers,sans-serif;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#ebebeb}.cotw__badge-divider{width:1px;height:16px;background:#e41d3466}.cotw__badge-prize{font-family:brothers,sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#e41d34}.cotw__time{font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:800;color:var(--cotw-gold);line-height:1;letter-spacing:-.5px}.cotw__handle{font-family:brothers,sans-serif;font-size:15px;font-weight:600;color:#ebebebb3;letter-spacing:.3px}.cotw__pills{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;margin-top:4px}.cotw__pill{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:600;color:#ebebeb8c;background:#ebebeb0f;padding:3px 10px;border-radius:20px;letter-spacing:.3px}.cotw__pill--ass{color:var(--cotw-gold);background:linear-gradient(135deg,#e41d341f,#ffcd4d14);border:1px solid rgba(228,29,52,.2)}.cotw__location{font-family:Space Grotesk,sans-serif;font-size:11px;color:#ebebeb59;margin-top:2px}.cotw__ctas{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.cotw__cta-primary{font-family:brothers,sans-serif;display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;background:#fff;color:var(--cotw-red);font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:50px;text-decoration:none;border:2px solid #fff;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 16px #ebebeb26,0 0 24px #ebebeb14}.cotw__cta-primary:hover{background:var(--cotw-red);color:#fff;border-color:var(--cotw-red);transform:translateY(-3px);box-shadow:0 8px 32px #e41d3480,0 0 40px #e41d3433}.cotw__cta-secondary{font-family:brothers,sans-serif;display:inline-flex;align-items:center;justify-content:center;padding:16px 40px;background:transparent;color:var(--cotw-gold);font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:50px;text-decoration:none;border:2px solid rgba(255,205,77,.4);box-shadow:0 0 16px #ffcd4d1a;transition:all .3s ease}.cotw__cta-secondary:hover{border-color:var(--cotw-gold);background:#ffcd4d1a;box-shadow:0 0 24px #ffcd4d26;transform:translateY(-2px)}.cotw__inline-video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:#000;display:flex;align-items:center;justify-content:center}.cotw__inline-video video{width:100%;height:100%;object-fit:contain;background:#000}.cotw__inline-close{position:absolute;top:10px;right:10px;z-index:6;width:32px;height:32px;border-radius:50%;background:#0009;border:none;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease;line-height:1}.cotw__inline-close:hover{background:#000000d9}.cotw__inline-close:focus-visible{outline:2px solid #fff;outline-offset:2px}.cotw__thumbnail--playing>img,.cotw__thumbnail--playing>.cotw__thumbnail-video,.cotw__thumbnail--playing>.cotw__placeholder,.cotw__thumbnail--playing>.cotw__play-btn,.cotw__thumbnail--playing:after{opacity:0;pointer-events:none}.cotw__divider{border:none;width:200px;height:1px;margin:0 auto;background:linear-gradient(90deg,transparent 0%,rgba(255,205,77,.3) 30%,rgba(255,205,77,.3) 70%,transparent 100%)}.cotw__featured{margin:56px 0 48px;text-align:center}.cotw__featured-heading{font-family:brothers,sans-serif;font-size:28px;text-transform:uppercase;color:var(--cotw-light);margin:0 0 6px;letter-spacing:2.5px;position:relative;display:inline-block}.cotw__featured-heading:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:80px;height:2px;background:linear-gradient(90deg,transparent,var(--cotw-gold),transparent);border-radius:1px}.cotw__featured-sub{font-family:Space Grotesk,sans-serif;font-size:14px;color:#ebebeb73;margin:14px 0 24px;letter-spacing:.3px}.cotw__featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:32px;align-items:stretch}.cotw__featured-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:24px 20px 20px;background:#23201db3;border:1px solid rgba(235,235,235,.06);border-radius:16px;text-decoration:none;color:var(--cotw-light);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.cotw__featured-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;opacity:0;transition:opacity .3s ease}.cotw__featured-card:hover{transform:translateY(-6px);border-color:#ebebeb26;box-shadow:0 16px 40px #00000059}.cotw__featured-card:hover:before{opacity:1}.cotw__featured-rank{font-family:brothers,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:2px;font-weight:700;margin-bottom:2px}.cotw__featured-name{font-family:brothers,sans-serif;font-size:20px;font-weight:700;color:var(--cotw-light);letter-spacing:.5px;margin-bottom:2px}.cotw__featured-time{font-family:Space Grotesk,sans-serif;font-size:34px;font-weight:800;line-height:1;margin:4px 0}.cotw__featured-meta-row{display:flex;align-items:center;justify-content:center;gap:6px;margin:6px 0 10px;flex-wrap:wrap}.cotw__featured-pill{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:600;color:#ebebeb99;background:#ebebeb0f;padding:3px 10px;border-radius:20px;letter-spacing:.3px;text-transform:uppercase}.cotw__featured-ass{display:flex;align-items:center;gap:8px;width:100%;margin-top:auto;padding-top:10px;border-top:1px solid rgba(235,235,235,.06)}.cotw__featured-ass-label{font-family:brothers,sans-serif;font-size:11px;font-weight:700;letter-spacing:1px;color:#ebebeb59;text-transform:uppercase;flex-shrink:0}.cotw__featured-ass-value{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:800;min-width:28px;flex-shrink:0}.cotw__featured-ass-bar{flex:1;height:5px;border-radius:3px;background:#ebebeb14;overflow:hidden;order:3}.cotw__featured-ass-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cotw-red),var(--cotw-gold));transition:width .8s ease-out}.cotw__featured-placeholder{font-family:Space Grotesk,sans-serif;font-size:14px;font-style:italic;color:#ebebeb66;margin:0 0 32px}.cotw__leaderboard-cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 40px;background:transparent;color:var(--cotw-light);font-family:brothers,sans-serif;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;text-decoration:none;border:2px solid rgba(235,235,235,.25);border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:8px}.cotw__leaderboard-cta:hover{background:var(--cotw-light);color:var(--cotw-dark);border-color:var(--cotw-light);transform:translateY(-3px);box-shadow:0 8px 24px #ebebeb1f}.cotw__featured-card--rank-1{border-color:#ffcd4d26}.cotw__featured-card--rank-1:before{background:linear-gradient(90deg,transparent,var(--cotw-gold),transparent);opacity:1}.cotw__featured-card--rank-1:hover{box-shadow:0 16px 40px #0000004d,0 0 24px #ffcd4d1a;border-color:#ffcd4d4d}.cotw__featured-card--rank-1 .cotw__featured-rank{color:var(--cotw-gold)}.cotw__featured-card--rank-1 .cotw__featured-time{color:var(--cotw-gold);text-shadow:0 0 20px rgba(255,205,77,.35)}.cotw__featured-card--rank-1 .cotw__featured-ass-value{color:var(--cotw-gold)}.cotw__featured-card--rank-2{border-color:#c0c0c01a}.cotw__featured-card--rank-2:before{background:linear-gradient(90deg,transparent,var(--cotw-silver),transparent)}.cotw__featured-card--rank-2:hover{box-shadow:0 16px 40px #0000004d,0 0 20px #c0c0c014;border-color:#c0c0c040}.cotw__featured-card--rank-2 .cotw__featured-rank{color:var(--cotw-silver)}.cotw__featured-card--rank-2 .cotw__featured-time{color:var(--cotw-silver);text-shadow:0 0 16px rgba(192,192,192,.3)}.cotw__featured-card--rank-2 .cotw__featured-ass-fill{background:linear-gradient(90deg,rgba(192,192,192,.5),var(--cotw-silver))}.cotw__featured-card--rank-2 .cotw__featured-ass-value{color:var(--cotw-silver)}.cotw__featured-card--rank-3{border-color:#cd7f321a}.cotw__featured-card--rank-3:before{background:linear-gradient(90deg,transparent,var(--cotw-bronze),transparent)}.cotw__featured-card--rank-3:hover{box-shadow:0 16px 40px #0000004d,0 0 20px #cd7f3214;border-color:#cd7f3240}.cotw__featured-card--rank-3 .cotw__featured-rank{color:var(--cotw-bronze)}.cotw__featured-card--rank-3 .cotw__featured-time{color:var(--cotw-bronze);text-shadow:0 0 16px rgba(205,127,50,.3)}.cotw__featured-card--rank-3 .cotw__featured-ass-fill{background:linear-gradient(90deg,rgba(205,127,50,.5),var(--cotw-bronze))}.cotw__featured-card--rank-3 .cotw__featured-ass-value{color:var(--cotw-bronze)}@keyframes cotwFadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.cotw__featured-grid .cotw__featured-card{opacity:0}.cotw__featured-grid~.cotw__leaderboard-cta{opacity:0;pointer-events:none}.cotw__featured-grid.cotw__featured-grid--visible .cotw__featured-card{animation:cotwFadeInUp .5s ease-out both}.cotw__featured-grid.cotw__featured-grid--visible .cotw__featured-card:nth-child(2){animation-delay:.1s}.cotw__featured-grid.cotw__featured-grid--visible .cotw__featured-card:nth-child(3){animation-delay:.2s}.cotw__featured-grid.cotw__featured-grid--visible~.cotw__leaderboard-cta{animation:cotwFadeInUp .5s ease-out .3s both;pointer-events:auto}.spc__section{padding:60px 20px;max-width:1200px;margin:0 auto}.spc__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.spc__card{background:#23201d99;border:1px solid rgba(235,235,235,.08);border-radius:16px;padding:24px;transition:transform .3s ease,box-shadow .3s ease}.spc__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #e41d341f}.spc__card--hidden{display:none}.spc__grid.spc__grid--expanded .spc__card--hidden{display:block}.spc__card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.spc__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(235,235,235,.15)}.spc__avatar-initials{width:48px;height:48px;border-radius:50%;background:#e41d3433;color:var(--cotw-red);display:flex;align-items:center;justify-content:center;font-family:brothers,sans-serif;font-size:18px;font-weight:600;border:2px solid rgba(228,29,52,.3)}.spc__handle{font-family:brothers,sans-serif;font-size:16px;font-weight:600;color:var(--cotw-light)}.spc__time{font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700;color:var(--cotw-red);margin-bottom:8px}.spc__details{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.spc__volume{font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:500;color:var(--cotw-light);background:#ebebeb1a;padding:2px 10px;border-radius:20px}.spc__location{font-family:Space Grotesk,sans-serif;font-size:13px;color:#ebebeb80}.spc__expand-btn{display:block;margin:0 auto 40px;padding:12px 32px;background:transparent;color:var(--cotw-light);font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:500;border:1px solid rgba(235,235,235,.2);border-radius:50px;cursor:pointer;transition:all .2s ease}.spc__expand-btn:hover{border-color:var(--cotw-light);background:#ebebeb0d}.spc__play-btn{width:48px;height:48px;border-radius:50%;background:#e41d34e6;border:2px solid rgba(228,29,52,.4);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;flex-shrink:0;padding:0;box-shadow:0 4px 16px #e41d344d}.spc__play-btn:hover{background:var(--cotw-red);transform:scale(1.12);box-shadow:0 6px 24px #e41d3480}.spc__play-btn:focus-visible{outline:2px solid var(--cotw-light);outline-offset:3px}.spc__play-btn svg{margin-left:2px}.community-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;align-items:center;justify-content:center;padding:20px}.community-modal--open{display:flex}.community-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer}.community-modal__container{position:relative;width:auto;height:85vh;max-height:750px;aspect-ratio:9 / 16;z-index:1}.community-modal__video{width:100%;height:100%;object-fit:cover;background:#000;border-radius:12px;border:1px solid rgba(235,235,235,.08)}.community-modal__close{position:absolute;top:-44px;right:0;width:36px;height:36px;border-radius:50%;background:#e41d34e6;border:none;color:#fff;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .2s ease;z-index:2}.community-modal__close:hover{background:var(--cotw-red);transform:scale(1.1)}.community-modal__close:focus-visible{outline:2px solid var(--cotw-light);outline-offset:2px}@media screen and (max-width:749px){.community-modal{padding:0}.community-modal__container{width:100%;height:100vh;height:100dvh;max-height:none;aspect-ratio:auto}.community-modal__video{border-radius:0;border:none;object-fit:contain}.community-modal__close{position:fixed;top:12px;right:12px}}.cotw__community-heading{font-family:brothers,sans-serif;font-size:22px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--cotw-light);text-align:center;margin:32px 0 24px;position:relative;display:block}.cotw__community-grid{display:flex;justify-content:center;gap:20px;margin-bottom:40px;flex-wrap:wrap}.cotw__community-grid>.spc__card{width:calc(33.333% - 14px);flex-shrink:0}@media screen and (max-width:989px){.cotw__grid,.spc__grid{grid-template-columns:repeat(2,1fr)}.cotw__community-grid>.spc__card{width:calc(50% - 10px)}}@media screen and (max-width:749px){.cotw__section,.spc__section{padding:40px 16px}.cotw__title{font-size:32px}.cotw__subtitle{font-size:16px}.cotw__grid,.spc__grid{grid-template-columns:1fr!important;gap:16px}.cotw__community-grid{gap:12px;margin-bottom:24px}.cotw__community-grid>.spc__card{width:100%;padding:16px}.cotw__time{font-size:26px}.cotw__ctas{flex-direction:column}.cotw__cta-primary,.cotw__cta-secondary{width:100%;text-align:center}.cotw__card-badge{text-align:center;margin:0 auto 16px;max-width:calc(100% - 32px)}.cotw__badge-text{font-size:12px;letter-spacing:1px;text-align:center}.cotw__badge-prize{font-size:11px;white-space:nowrap}.spc__time{font-size:28px}}@media(prefers-reduced-motion:reduce){.cotw__card,.spc__card{transition:none}.cotw__card:hover,.spc__card:hover,.cotw__featured-card:hover{transform:none}.cotw__featured-card,.cotw__leaderboard-cta,.cotw__play-icon{transition:none}.cotw__featured-grid .cotw__featured-card,.cotw__leaderboard-cta{opacity:1}.cotw__featured-grid.cotw__featured-grid--visible .cotw__featured-card,.cotw__featured-grid.cotw__featured-grid--visible~.cotw__leaderboard-cta{animation:none;opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/chugs-of-the-week.css.map */
