.header-notifications{position:relative;margin-left:auto;flex:0 0 auto;--notif-scrollbar-color: rgba(255, 255, 255, 0.65);--notif-scrollbar-hover: rgba(255, 255, 255, 0.85)}.site-branding>:not(.site-header__actions)+.header-notifications{margin-left:4px}.header-notifications__toggle{position:relative;width:32px;height:32px;border:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:var(--white);background:unset}.header-notifications__toggle:focus{outline:none}.header-notifications__icon{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.header-notifications__icon img{display:block;width:100%;height:100%}.header-notifications__icon-close{display:none !important}.header-notifications__badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--rating-icon, #FFC107);color:var(--text-primary, #0F0E0D);font-size:var(--text-xxs, 10px);font-weight:var(--cc-font-weight-bold, 700);line-height:18px;text-align:center}.header-notifications__panel{position:absolute;right:0;top:calc(100% + 12px);width:min(376px,100vw - 24px);z-index:1200;background:var(--surfaces-secondary, #29285E);scrollbar-width:thin;scrollbar-color:var(--notif-scrollbar-color) rgba(0,0,0,0)}.header-notifications__panel[hidden]{display:none !important}.header-notifications.is-open .header-notifications__panel{animation:header-notifications-panel-in 180ms ease-out both}.header-notifications.is-closing .header-notifications__panel{animation:header-notifications-panel-out 160ms ease-in forwards;pointer-events:none}.header-notifications__panel-inner{background:var(--surfaces-secondary, #29285E);overflow:hidden;color:var(--white);padding:16px 0;display:flex;flex-direction:column;min-height:0}.header-notifications__panel:has(.js-notification-load-more:not([hidden])) .header-notifications__panel-inner{padding-bottom:0}.header-notifications__list{scrollbar-width:thin;scrollbar-color:var(--notif-scrollbar-color) rgba(0,0,0,0)}.header-notifications__panel::-webkit-scrollbar,.header-notifications__panel-inner::-webkit-scrollbar,.header-notifications__list::-webkit-scrollbar{width:4px}.header-notifications__panel::-webkit-scrollbar-track,.header-notifications__panel-inner::-webkit-scrollbar-track,.header-notifications__list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.header-notifications__panel::-webkit-scrollbar-thumb,.header-notifications__panel-inner::-webkit-scrollbar-thumb,.header-notifications__list::-webkit-scrollbar-thumb{border-radius:999px;background:var(--notif-scrollbar-color)}.header-notifications__panel::-webkit-scrollbar-thumb:hover,.header-notifications__panel-inner::-webkit-scrollbar-thumb:hover,.header-notifications__list::-webkit-scrollbar-thumb:hover{background:var(--notif-scrollbar-hover)}@keyframes header-notifications-panel-in{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes header-notifications-panel-out{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.header-notifications__heading{display:flex;flex-direction:column;gap:4px;padding:0 16px 16px;color:var(--white, #fff);border-bottom:1px solid var(--border-stroke, #C2C2D9);flex-shrink:0}.header-notifications__title-expanded,.header-notifications__heading-close{display:none}.header-notifications__heading-close{width:32px;height:32px;border:0;padding:0;background:rgba(0,0,0,0);color:var(--white);cursor:pointer}.header-notifications__heading-close img{display:block;width:100%;height:100%}.header-notifications__title{margin:0;padding:0;font-size:var(--text-xl);margin-bottom:0 !important;font-weight:var(--cc-font-weight-bold, 700)}.header-notifications__subtitle{margin:0 !important;font-size:var(--text-xs, 12px)}.header-notifications__list{display:flex;flex-direction:column;padding-top:16px}@media(min-width: 768px){.header-notifications__list{overflow-y:auto;overflow-x:hidden;min-height:0}}.header-notifications__empty{padding:14px 12px 4px;color:var(--white, #fff);font-size:var(--text-sm, 14px)}.header-notifications__item-link{display:flex;text-decoration:none;gap:11px;padding:8px 16px}.header-notifications__item-link:hover{background-color:var(--surfaces-primary)}.header-notifications__item-link:hover,.header-notifications__item-link:focus-visible{text-decoration:none}.header-notifications__image{position:relative;width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;background:radial-gradient(circle at 50% 50%, var(--surfaces-footer, #171726) 0 58%, transparent 59%),linear-gradient(145deg, var(--surfaces-secondary) 0%, var(--surfaces-secondary) 46%, var(--surfaces-secondary) 100%);box-shadow:inset 0 1px 2px hsla(0,0%,100%,.85),inset 0 -3px 4px rgba(0,0,0,.42),0 1px 2px rgba(0,0,0,.35)}.header-notifications__image::before{content:"";position:absolute;inset:6px;border-radius:inherit}.header-notifications__image::after{content:"";position:absolute;right:4px;bottom:3px;left:10px;height:15px;border-radius:100% 0 999px 999px;transform:rotate(-8deg)}.header-notifications__image img{position:relative;z-index:1;width:100%;height:100%;border-radius:inherit;object-fit:contain;padding:2px}.header-notifications__content{min-width:0;display:grid;gap:3px;width:100%}.header-notifications__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:var(--text-xs, 12px);color:var(--text-inverted-secondary, #C2C2D9)}.header-notifications__meta-label{display:inline-flex;align-items:center;gap:8px;min-width:0}.header-notifications__unread-marker{width:8px;height:8px;border-radius:999px;background:var(--rating-icon, #FFC107);flex:0 0 auto}.header-notifications__category{display:flex;justify-content:center;align-items:center;gap:8px}.header-notifications__item-title{font-size:var(--text-sm, 14px);font-weight:var(--cc-font-weight-bold, 700);color:var(--white);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.header-notifications__description{display:flex;font-size:var(--text-xs, 12px);color:var(--text-inverted-secondary, #C2C2D9);gap:4px;justify-content:space-between}.header-notifications__description-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1 1 auto}.header-notifications__description-arrow,.header-notifications__description-arrow--tilted{display:flex;min-width:32px;height:100%;justify-content:center;align-items:self-end}.header-notifications__description-arrow img,.header-notifications__description-arrow--tilted img{width:15px;height:15px}.header-notifications__description-arrow--tilted img{rotate:-45deg}.header-notifications__item.is-hidden{display:none}.js-notification-load-more{width:100%;height:36px;font-size:var(--text-sm, 14px);font-weight:var(--cc-font-weight-bold, 700);flex-shrink:0}@media(max-width: 768px){body.header-notifications-fullscreen-open{overflow:hidden}.header-notifications__panel{position:fixed;left:0;right:0;top:54px;width:100vw;max-width:100vw;padding:0 0 12px}.logged-in.admin-bar .header-notifications__panel{top:100px}.header-notifications__panel-inner{max-height:calc(100vh - 54px);overflow:auto}.header-notifications.is-expanded .header-notifications__panel{top:0;bottom:0;z-index:10000;padding-bottom:0}.header-notifications.is-expanded .header-notifications__panel-inner{min-height:100vh;max-height:100vh;padding:0 0 16px}.header-notifications.is-expanded .header-notifications__heading{position:sticky;top:0;z-index:2;background:var(--bgColor, var(--surfaces-secondary));flex-direction:row;align-items:center;justify-content:space-between;padding-top:16px}.header-notifications.is-expanded .header-notifications__title-default,.header-notifications.is-expanded .header-notifications__subtitle{display:none}.header-notifications.is-expanded .header-notifications__title-expanded,.header-notifications.is-expanded .header-notifications__heading-close{display:block}.header-notifications.is-expanded .header-notifications__signup-banner{display:none}.header-notifications.is-open .header-notifications__icon-bell,.header-notifications.is-closing .header-notifications__icon-bell{display:none}.header-notifications.is-open .header-notifications__icon-close,.header-notifications.is-closing .header-notifications__icon-close{display:block !important}.header-notifications.is-open .header-notifications__badge,.header-notifications.is-closing .header-notifications__badge{display:none}.logged-in.admin-bar .header-notifications__panel-inner{max-height:calc(100vh - 100px)}.logged-in.admin-bar .header-notifications.is-expanded .header-notifications__panel{top:46px}.logged-in.admin-bar .header-notifications.is-expanded .header-notifications__panel-inner{min-height:calc(100vh - 46px);max-height:calc(100vh - 46px)}}@media(min-width: 768px){.header-notifications__panel{border-radius:16px;border:1px solid var(--border-stroke, #C2C2D9);max-height:calc(100vh - 120px);display:flex;flex-direction:column;overflow:hidden}}.header-notifications__signup-banner{background:var(--rating-icon);padding:16px 0;display:flex;flex-direction:column;position:relative;gap:8px;flex-shrink:0}.header-notifications__signup-top{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:0 16px}.header-notifications__signup-top p{margin:0 !important;font-size:var(--text-2xl);font-weight:var(--cc-font-weight-bold);color:var(--text-primary)}.header-notifications__signup-top a{width:126px;height:36px;background:var(--white);display:flex;justify-content:center;align-items:center;border-radius:999px;color:var(--surfaces-primary);font-size:var(--text-sm);font-weight:var(--cc-font-weight-bold);box-shadow:0px 0px 20px 0px rgba(0,0,0,.25);flex-shrink:0}.header-notifications__signup-bottom{display:flex;justify-content:space-between;gap:14px;padding-left:16px}.header-notifications__signup-bottom p{margin:0 !important;color:var(--text-secondary);font-size:var(--text-xs, 12px);width:246px}.header-notifications__signup-bottom span{width:99px;height:72px;display:flex;flex-shrink:0;position:absolute;bottom:0;right:0}.header-notifications__button{padding:16px}.header-notifications__button:has([hidden]){display:none}.site-playpennsylvania .header-notifications,.site-playnewjersey .header-notifications,.site-playmichigan .header-notifications,.site-playmissouri .header-notifications,.site-playcanada .header-notifications,.site-playmassachusetts .header-notifications,.site-playohio .header-notifications,.site-playwestvirginia .header-notifications{--notif-scrollbar-color: rgba(0, 0, 0, 0.2);--notif-scrollbar-hover: rgba(0, 0, 0, 0.4)}@supports(color: hsl(from red h s l)){.site-playpennsylvania .header-notifications,.site-playnewjersey .header-notifications,.site-playmichigan .header-notifications,.site-playmissouri .header-notifications,.site-playcanada .header-notifications,.site-playmassachusetts .header-notifications,.site-playohio .header-notifications,.site-playwestvirginia .header-notifications{--notif-text-strong: hsl(from var(--text-primary) h s 15%);--notif-text-muted: hsl(from var(--text-primary) h s 55%);--notif-border: hsl(from var(--text-primary) h s 75%);--notif-hover-bg: hsl(from var(--text-primary) h s 96%)}}.site-playpennsylvania .header-notifications .header-notifications__panel,.site-playpennsylvania .header-notifications .header-notifications__panel-inner,.site-playnewjersey .header-notifications .header-notifications__panel,.site-playnewjersey .header-notifications .header-notifications__panel-inner,.site-playmichigan .header-notifications .header-notifications__panel,.site-playmichigan .header-notifications .header-notifications__panel-inner,.site-playmissouri .header-notifications .header-notifications__panel,.site-playmissouri .header-notifications .header-notifications__panel-inner,.site-playcanada .header-notifications .header-notifications__panel,.site-playcanada .header-notifications .header-notifications__panel-inner,.site-playmassachusetts .header-notifications .header-notifications__panel,.site-playmassachusetts .header-notifications .header-notifications__panel-inner,.site-playohio .header-notifications .header-notifications__panel,.site-playohio .header-notifications .header-notifications__panel-inner,.site-playwestvirginia .header-notifications .header-notifications__panel,.site-playwestvirginia .header-notifications .header-notifications__panel-inner{--bgColor: var(--white);background:var(--bgColor);color:var(--notif-text-strong)}.site-playpennsylvania .header-notifications .header-notifications__panel,.site-playnewjersey .header-notifications .header-notifications__panel,.site-playmichigan .header-notifications .header-notifications__panel,.site-playmissouri .header-notifications .header-notifications__panel,.site-playcanada .header-notifications .header-notifications__panel,.site-playmassachusetts .header-notifications .header-notifications__panel,.site-playohio .header-notifications .header-notifications__panel,.site-playwestvirginia .header-notifications .header-notifications__panel{border-color:var(--notif-border)}.site-playpennsylvania .header-notifications .header-notifications__heading,.site-playnewjersey .header-notifications .header-notifications__heading,.site-playmichigan .header-notifications .header-notifications__heading,.site-playmissouri .header-notifications .header-notifications__heading,.site-playcanada .header-notifications .header-notifications__heading,.site-playmassachusetts .header-notifications .header-notifications__heading,.site-playohio .header-notifications .header-notifications__heading,.site-playwestvirginia .header-notifications .header-notifications__heading{color:var(--notif-text-strong);border-bottom-color:var(--notif-border)}.site-playpennsylvania .header-notifications .header-notifications__subtitle,.site-playpennsylvania .header-notifications .header-notifications__meta,.site-playpennsylvania .header-notifications .header-notifications__description,.site-playnewjersey .header-notifications .header-notifications__subtitle,.site-playnewjersey .header-notifications .header-notifications__meta,.site-playnewjersey .header-notifications .header-notifications__description,.site-playmichigan .header-notifications .header-notifications__subtitle,.site-playmichigan .header-notifications .header-notifications__meta,.site-playmichigan .header-notifications .header-notifications__description,.site-playmissouri .header-notifications .header-notifications__subtitle,.site-playmissouri .header-notifications .header-notifications__meta,.site-playmissouri .header-notifications .header-notifications__description,.site-playcanada .header-notifications .header-notifications__subtitle,.site-playcanada .header-notifications .header-notifications__meta,.site-playcanada .header-notifications .header-notifications__description,.site-playmassachusetts .header-notifications .header-notifications__subtitle,.site-playmassachusetts .header-notifications .header-notifications__meta,.site-playmassachusetts .header-notifications .header-notifications__description,.site-playohio .header-notifications .header-notifications__subtitle,.site-playohio .header-notifications .header-notifications__meta,.site-playohio .header-notifications .header-notifications__description,.site-playwestvirginia .header-notifications .header-notifications__subtitle,.site-playwestvirginia .header-notifications .header-notifications__meta,.site-playwestvirginia .header-notifications .header-notifications__description{color:var(--notif-text-muted)}.site-playpennsylvania .header-notifications .header-notifications__item-title,.site-playnewjersey .header-notifications .header-notifications__item-title,.site-playmichigan .header-notifications .header-notifications__item-title,.site-playmissouri .header-notifications .header-notifications__item-title,.site-playcanada .header-notifications .header-notifications__item-title,.site-playmassachusetts .header-notifications .header-notifications__item-title,.site-playohio .header-notifications .header-notifications__item-title,.site-playwestvirginia .header-notifications .header-notifications__item-title{color:var(--notif-text-strong)}.site-playpennsylvania .header-notifications .header-notifications__item-link:hover,.site-playnewjersey .header-notifications .header-notifications__item-link:hover,.site-playmichigan .header-notifications .header-notifications__item-link:hover,.site-playmissouri .header-notifications .header-notifications__item-link:hover,.site-playcanada .header-notifications .header-notifications__item-link:hover,.site-playmassachusetts .header-notifications .header-notifications__item-link:hover,.site-playohio .header-notifications .header-notifications__item-link:hover,.site-playwestvirginia .header-notifications .header-notifications__item-link:hover{background-color:var(--notif-hover-bg)}.site-playpennsylvania .header-notifications .header-notifications__description-arrow img,.site-playpennsylvania .header-notifications .header-notifications__description-arrow--tilted img,.site-playnewjersey .header-notifications .header-notifications__description-arrow img,.site-playnewjersey .header-notifications .header-notifications__description-arrow--tilted img,.site-playmichigan .header-notifications .header-notifications__description-arrow img,.site-playmichigan .header-notifications .header-notifications__description-arrow--tilted img,.site-playmissouri .header-notifications .header-notifications__description-arrow img,.site-playmissouri .header-notifications .header-notifications__description-arrow--tilted img,.site-playcanada .header-notifications .header-notifications__description-arrow img,.site-playcanada .header-notifications .header-notifications__description-arrow--tilted img,.site-playmassachusetts .header-notifications .header-notifications__description-arrow img,.site-playmassachusetts .header-notifications .header-notifications__description-arrow--tilted img,.site-playohio .header-notifications .header-notifications__description-arrow img,.site-playohio .header-notifications .header-notifications__description-arrow--tilted img,.site-playwestvirginia .header-notifications .header-notifications__description-arrow img,.site-playwestvirginia .header-notifications .header-notifications__description-arrow--tilted img{filter:invert(85%)}.site-playpennsylvania .header-notifications .header-notifications__heading-close img,.site-playnewjersey .header-notifications .header-notifications__heading-close img,.site-playmichigan .header-notifications .header-notifications__heading-close img,.site-playmissouri .header-notifications .header-notifications__heading-close img,.site-playcanada .header-notifications .header-notifications__heading-close img,.site-playmassachusetts .header-notifications .header-notifications__heading-close img,.site-playohio .header-notifications .header-notifications__heading-close img,.site-playwestvirginia .header-notifications .header-notifications__heading-close img{filter:brightness(0)}.site-playpennsylvania .header-notifications .js-notification-load-more,.site-playnewjersey .header-notifications .js-notification-load-more,.site-playmichigan .header-notifications .js-notification-load-more,.site-playmissouri .header-notifications .js-notification-load-more,.site-playcanada .header-notifications .js-notification-load-more,.site-playmassachusetts .header-notifications .js-notification-load-more,.site-playohio .header-notifications .js-notification-load-more,.site-playwestvirginia .header-notifications .js-notification-load-more{border-color:var(--grey-700, #1F1F1F);color:var(--notif-text-strong)}.site-playpennsylvania .header-notifications .js-notification-load-more:hover,.site-playnewjersey .header-notifications .js-notification-load-more:hover,.site-playmichigan .header-notifications .js-notification-load-more:hover,.site-playmissouri .header-notifications .js-notification-load-more:hover,.site-playcanada .header-notifications .js-notification-load-more:hover,.site-playmassachusetts .header-notifications .js-notification-load-more:hover,.site-playohio .header-notifications .js-notification-load-more:hover,.site-playwestvirginia .header-notifications .js-notification-load-more:hover{background-color:var(--notif-hover-bg);border-color:var(--notif-border);color:var(--notif-text-strong)}.site-playpennsylvania .header-notifications .header-notifications__signup-top a,.site-playnewjersey .header-notifications .header-notifications__signup-top a,.site-playmichigan .header-notifications .header-notifications__signup-top a,.site-playmissouri .header-notifications .header-notifications__signup-top a,.site-playcanada .header-notifications .header-notifications__signup-top a,.site-playmassachusetts .header-notifications .header-notifications__signup-top a,.site-playohio .header-notifications .header-notifications__signup-top a,.site-playwestvirginia .header-notifications .header-notifications__signup-top a{color:var(--notif-text-strong)}.site-bonus .header-notifications__icon,.site-playpennsylvania .header-notifications__icon,.site-playcanada .header-notifications__icon{filter:brightness(0)}@media(max-width: 1199.98px){.site-bonus .header-notifications{position:absolute !important;right:20px}}.site-bonus .header-notifications .header-notifications__panel,.site-bonus .header-notifications .header-notifications__panel-inner{--bgColor: var(--surfaces-secondary, #29285E);background:var(--bgColor)}.site-bonus .header-notifications .header-notifications__panel-inner,.site-bonus .header-notifications .header-notifications__heading,.site-bonus .header-notifications .header-notifications__subtitle,.site-bonus .header-notifications .header-notifications__empty,.site-bonus .header-notifications .header-notifications__meta,.site-bonus .header-notifications .header-notifications__item-title,.site-bonus .header-notifications .header-notifications__description,.site-bonus .header-notifications .js-notification-load-more{color:var(--white)}.site-bonus .header-notifications .js-notification-load-more:hover{background:hsla(0,0%,100%,.1);border-color:var(--white);color:var(--white)}.site-bonus .header-notifications .header-notifications__heading-close img{filter:brightness(0)}.site-gamingtoday .header-notifications{--border-stroke: #C2C2D9}.site-gamingtoday .header-notifications .header-notifications__panel,.site-gamingtoday .header-notifications .header-notifications__panel-inner{--bgColor: var(--surfaces-background-dark, #141210);background:var(--bgColor)}.site-gamingtoday .header-notifications .header-notifications__meta,.site-gamingtoday .header-notifications .header-notifications__description{font-weight:var(--cc-font-weight-regular)}.site-gamingtoday .header-notifications .js-notification-load-more:hover{background:hsla(0,0%,100%,.1);border-color:var(--white);color:var(--white)}/*# sourceMappingURL=notifications-dropdown.min.css.map */
