:root{--white: #fff;--black: #000;--background-body: #e6e8efff;--loader-background: var(--brand-primary-light);--loader-text: var(--brand-primary);--brand-primary: #33058D;--brand-primary-dark: #200256;--brand-primary-light: #E6E8EF;--minigames-background: var(--brand-primary-light);--minigames-text: var(--brand-primary);--dropdown-background: var(--brand-primary-light);--dropdown-text: var(--brand-primary);--header-background: var(--background-body);--header-text: var(--brand-primary);--header-box-shadow: rgba(0, 0, 0, .06);--timeline-header-text: var(--brand-primary-dark);--timeline-widget-background: var(--brand-primary-dark);--timeline-widget-text: var(--white);--timeline-button-background: var(--white);--timeline-button-text: var(--brand-primary-dark);--timeline-button-background-hover: var(--brand-primary-light);--timeline-button-text-hover: var(--brand-primary);--empty-widget-text: var(--brand-primary-dark);font-family:Poppins;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--brand-text);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;justify-content:center;align-items:center;height:100dvh;overflow:hidden;background:var(--background-body)}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.game-iframe{animation:fadeInAnimation ease 1s;animation-iteration-count:1;animation-fill-mode:forwards;height:100%;width:100%;border:none;background-color:var(--black)}*{font-family:Poppins;font-optical-sizing:auto}pwhl-loader{width:100%;height:100%;background:var(--loader-background)}.ui-loader-container{height:100%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px}.loader{width:40px;height:40px;border:4px solid var(--loader-text);border-top:4px solid transparent;border-radius:50%;animation:spin 1s linear infinite;position:relative}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}lg-error{width:100%;display:flex;flex-direction:column-reverse;background:linear-gradient(var(--brand-primary-dark),var(--brand-primary))}.error-container{display:flex;width:100%;height:60%;flex-direction:column;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px}.error-retry-button{color:var(--black);text-align:center;font-size:18px;font-style:normal;font-weight:600;line-height:normal;background:var(--white);outline:none;border:none;border-radius:4px;font-family:Poppins;display:flex;padding:14px 32px;justify-content:center;align-items:center;gap:10px;width:calc(100% - 60px)}.error-retry-button:focus{outline:none}.error-label{font-family:Poppins;color:var(--white);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:22px;max-width:273px}lg-error{height:100%}lg-timeline{display:flex;flex-direction:column;align-items:center;width:100dvw;height:100%;max-width:500px;background:var(--minigames-background);color:var(--minigames-text);overflow:hidden}.dropdown{display:flex;flex-direction:column;width:100%;height:calc(100dvh - 56px);background:var(--dropdown-background);color:var(--dropdown-text);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.dropdown::-webkit-scrollbar{width:0px;height:0px}ll-guess-the-image .game-header-inner #game-sponsor{max-height:20px}ll-header{z-index:100;width:100%;height:56px;box-shadow:0 4px 4px 0 var(--header-box-shadow)}.header-container{height:30px;display:flex;flex-direction:row;overflow:hidden;position:relative;justify-content:flex-start;align-items:center;align-self:stretch;padding:13px 70px}.header-left-icon{position:absolute;left:14px;top:13px;z-index:2;display:flex;align-items:center;justify-content:flex-start}.header-left-icon img{height:37px}.user-icon{width:30px;height:30px}.header-title{display:flex;justify-content:center;align-items:center;width:100%;margin-left:0}.header-title .title{text-align:center;font-family:Helvetica Neue,Roboto;font-size:14px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:.14px}pwhl-offline-screen{width:100%;height:100%;font-family:Poppins}.pwhl-offline-screen-container{width:calc(100% - 40px);height:calc(100% - 40px);background:linear-gradient(var(--brand-primary-dark),var(--brand-primary));display:flex;flex-direction:column;padding:20px}.pwhl-offline-screen-body{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.pwhl-offline-screen-body p{margin:0;width:75%;text-align:center}.pwhl-offline-screen-title{text-align:center;font-size:24px;font-style:normal;font-weight:700;font-family:Poppins;line-height:normal;letter-spacing:-.72px;text-transform:uppercase;color:var(--white)}.pwhl-offline-screen-subtitle{text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.56px;color:var(--white)}.pwhl-offline-screen-refresh-btn{min-height:45px;color:var(--black);background:var(--white);text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}pwhl-text-alert{display:flex;border-radius:10px;padding:10px;background-color:var(--timeline-widget-background);border:1px solid var(--timeline-widget-text)}pwhl-text-alert livelike-widget-root{display:flex;flex-direction:column;width:100%;padding:0}pwhl-text-alert livelike-widget-root livelike-widget-body{display:flex;flex-direction:row;width:100%;margin:5px 0;gap:5px;color:var(--timeline-widget-text);background:var(--timeline-widget-background)}pwhl-text-alert livelike-widget-root livelike-widget-body .custom-alert-header-text{display:flex;flex-direction:column;width:70%;gap:5px;justify-content:center;align-items:flex-start;flex-grow:1}pwhl-text-alert .custom-alert-text{display:flex;justify-content:center;flex-direction:column;color:var(--text-secondary);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:22px;width:100%;min-width:70%;max-width:100%;white-space:normal;word-break:break-word}pwhl-text-alert .custom-alert-image{display:flex;flex-direction:column;justify-content:center;width:30%;flex-grow:1}pwhl-text-alert .custom-alert-image img{width:100%;border-radius:5px}livelike-footer .custom-alert-link{width:100%}livelike-footer .custom-alert-link a{display:flex;justify-content:center;color:var(--timeline-button-text);width:calc(100% - 20px);text-decoration:none;font-weight:600;max-width:100%;white-space:normal;word-break:break-word;text-align:center}livelike-footer .custom-alert-link a:hover{color:var(--timeline-button-text-hover)}pwhl-timeline{display:flex;width:calc(100% - 40px);height:calc(100dvh - 56px);justify-content:center;overflow:hidden;flex-direction:column;padding:0 20px 20px;color:var(--timeline-widget-text)}.pwhl-timeline-header{display:flex;width:100%;padding:10px 0;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:22px;justify-content:center;color:var(--timeline-header-text)}.pwhl-loader-container{width:100%;height:100%}pwhl-internal-timeline{display:flex;flex-direction:column;width:100%;gap:10px;flex:1;overflow-y:scroll;scrollbar-width:none}pwhl-internal-timeline::-webkit-scrollbar{width:0px;height:0px}pwhl-internal-timeline .widget-styles{display:flex;flex-direction:column;align-items:center;flex:1;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;max-width:600px}pwhl-internal-timeline livelike-widget-header{border-radius:4px 4px 0 0;padding-bottom:1rem;border-bottom:none;background:var(--timeline-widget-background);color:var(--timeline-widget-text)}pwhl-internal-timeline livelike-footer{overflow:hidden;min-height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:5px;color:var(--timeline-button-text);margin-top:5px;background:var(--timeline-button-background);transition:background-color .3s ease}pwhl-internal-timeline livelike-footer:hover{background:var(--timeline-button-background-hover);color:var(--timeline-button-text-hover)}pwhl-internal-timeline livelike-title{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;letter-spacing:-.64px;padding:0;width:100%;text-align:left;line-height:22px;max-width:100%;white-space:normal;word-break:break-word}.empty-widgets{display:flex;flex-direction:column;text-align:center;height:100%;justify-content:center;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:var(--empty-widget-text)}.empty-widgets .title{text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:600;line-height:18px;letter-spacing:.24px;text-transform:uppercase;margin-bottom:.5rem}.empty-widgets .description{text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.24px}pwhl-internal-timeline[disabled]{display:none}pwhl-internal-timeline>*:last-child{padding-bottom:20px}pwhl-internal-timeline .livelike-load-more-button{background-color:var(--timeline-widget-background);color:var(--timeline-widget-text);font-family:Poppins}pwhl-internal-timeline .livelike-load-more-button .loading-spinner{border-color:var(--timeline-widget-text);border-top-color:var(--timeline-widget-background)}@media screen and (min-width: 925px){pwhl-timeline{display:flex;max-width:500px;justify-content:center;height:100%;flex-grow:1;overflow-y:scroll;scrollbar-width:none;margin:0 auto}}
