@charset "UTF-8";.friends-online{display:flex;flex-direction:column;gap:8px;min-width:0;padding:14px 16px;border-radius:12px;background:var(--fb-surface)}.friends-online__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.friends-online__title{display:flex;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:800;line-height:1.3}.friends-online__count{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:22px;height:22px;padding:0 7px;border-radius:11px;background:color-mix(in srgb,var(--fb-playing) 16%,transparent);color:var(--fb-playing-text);font-size:12px;font-weight:800}.friends-online__search{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:16px;color:var(--fb-text-secondary)}.friends-online__search:hover,.friends-online__search:focus-visible{background:var(--fb-hover);color:var(--fb-text-primary)}.friends-online__rows{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.friends-online__row{display:flex;align-items:center;gap:8px;margin:0 -8px;padding:0 8px;border-radius:10px}.friends-online__row:hover,.friends-online__row:focus-within{background:var(--fb-hover)}.friends-online__open{display:flex;flex:1;align-items:center;gap:10px;min-width:0;min-height:48px;padding:6px 0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.friends-online__open:focus-visible{outline:2px solid var(--fb-link);outline-offset:2px;border-radius:8px}.friends-online__open:disabled{cursor:progress}.friends-online__avatar{display:inline-flex;flex-shrink:0;border-radius:50%;line-height:0}.friends-online__row:hover .profile-avatar__dot,.friends-online__row:focus-within .profile-avatar__dot,.friends-online__row:hover .playing-badge,.friends-online__row:focus-within .playing-badge{border-color:var(--fb-hover)}.friends-online__avatar--live{box-shadow:0 0 0 2px var(--fb-surface),0 0 0 4px #e41e3f}.friends-online__row:hover .friends-online__avatar--live,.friends-online__row:focus-within .friends-online__avatar--live{box-shadow:0 0 0 2px var(--fb-hover),0 0 0 4px #e41e3f}.friends-online__text{display:flex;flex:1;flex-direction:column;gap:1px;min-width:0}.friends-online__name,.friends-online__line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.friends-online__name{font-size:14px;font-weight:700}.friends-online__line{font-size:12px;font-weight:600}.friends-online__line--playing{color:var(--fb-playing-text)}.friends-online__line--live{color:#e41e3f;font-weight:700}.dark .friends-online__line--live{color:#ff6b81}.friends-online__chat{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px;border-radius:15px;background:color-mix(in srgb,var(--fb-text-primary) 12%,var(--fb-hover));color:var(--fb-text-primary);opacity:0;transition:opacity .12s ease}.friends-online__row:hover .friends-online__chat,.friends-online__row:focus-within .friends-online__chat{opacity:1}.friends-online__action{--game-action-tint: var(--game-action, var(--fb-link));display:inline-flex;flex-shrink:0;align-items:center;height:30px;padding:0 12px;border:0;border-radius:8px;background:color-mix(in srgb,var(--game-action-tint) 18%,transparent);color:color-mix(in srgb,var(--game-action-tint) 55%,var(--fb-text-primary));font:inherit;font-size:13px;font-weight:700;white-space:nowrap;text-decoration:none;cursor:pointer}.friends-online__action:hover,.friends-online__action:focus-visible{background:color-mix(in srgb,var(--game-action-tint) 28%,transparent);color:color-mix(in srgb,var(--game-action-tint) 55%,var(--fb-text-primary));text-decoration:none}.friends-online__action:focus-visible{outline:2px solid var(--game-action-tint);outline-offset:2px}.friends-online__action--live{--game-action-tint: #e41e3f}.friends-online__empty{margin:0;padding:4px 0 2px;font-size:13px;line-height:1.5;color:var(--fb-text-secondary)}.friends-online__more{display:flex;align-items:center;justify-content:center;height:36px;margin-top:2px;border-radius:8px;background:var(--fb-btn-secondary-bg);color:var(--fb-btn-secondary-text);font-size:13px;font-weight:700;text-decoration:none}.friends-online__more:hover,.friends-online__more:focus-visible{color:var(--fb-btn-secondary-text);text-decoration:none;filter:brightness(1.1)}.feed-game-module-group{display:flex;flex-direction:column;gap:.5rem}.feed-game-module{display:flex;flex-direction:column;gap:12px;padding:14px 16px;color:var(--fb-text-primary)}.feed-game-module__head{display:flex;align-items:center;justify-content:space-between}.feed-game-module__heading{margin:0;font-size:13px;font-weight:700;color:var(--fb-text-secondary)}.feed-game-module__hide{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:var(--fb-text-secondary);cursor:pointer}.feed-game-module__hide:hover{background:var(--fb-hover)}.feed-game-module__moment{display:flex;flex-direction:column;gap:12px}.feed-game-module__moment--row{flex-direction:row;align-items:center}.feed-game-module__who{display:flex;align-items:center;gap:12px}.feed-game-module__face{position:relative;flex-shrink:0;display:inline-flex}.feed-game-module__face .feed-game-module__badge{position:absolute;right:-5px;bottom:-4px;border-radius:7px;box-shadow:0 0 0 2px var(--fb-surface)}.feed-game-module__text{display:flex;flex-direction:column;flex:1 1 auto;gap:2px;min-width:0}.feed-game-module__title{font-size:15px;font-weight:700;line-height:1.3}.feed-game-module__title--large{font-size:16px}.feed-game-module__sub{overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis;color:var(--fb-text-secondary)}.feed-game-module__moment--row .feed-game-module__text{gap:4px}.feed-game-module__faces{display:flex;align-items:center;gap:6px;min-width:0}.feed-game-module__faces .feed-game-module__sub{font-size:12px}.feed-game-module__face-stack{display:inline-flex;flex-shrink:0}.feed-game-module__face-stack>*+*{margin-left:-7px}.feed-game-module__face-stack>*{border-radius:50%;box-shadow:0 0 0 2px var(--fb-surface)}.feed-game-module__board{margin:0;padding:2px 12px;list-style:none;border-radius:10px;background:var(--fb-canvas)}.feed-game-module__rank-row{display:flex;align-items:center;gap:8px;padding:9px 0;color:var(--fb-text-secondary)}.feed-game-module__rank-row+.feed-game-module__rank-row{border-top:1px solid var(--fb-border-subtle)}.feed-game-module__rank-row.is-lead{color:var(--fb-text-primary)}.feed-game-module__rank{flex-shrink:0;width:16px;font-size:13px;color:var(--fb-text-secondary)}.feed-game-module__rank-who{flex:1;min-width:0;overflow:hidden;font-size:15px;font-weight:500;white-space:nowrap;text-overflow:ellipsis}.is-lead>.feed-game-module__rank-who{font-weight:700}.feed-game-module__new-best{flex-shrink:0;padding:1px 7px;border-radius:999px;background:var(--fb-best-bg);color:var(--fb-best-text);font-size:11px;font-weight:700;white-space:nowrap}.feed-game-module__rank-score{flex-shrink:0;margin-left:2px;font-size:17px;font-weight:500;white-space:nowrap}.is-lead>.feed-game-module__rank-score{font-weight:800}.feed-game-module__gap{margin:-4px 0 0;font-size:13px;color:var(--fb-text-secondary)}.feed-game-module__actions{display:flex;gap:8px}.feed-game-module__actions>*{flex:1 1 0;min-width:0}.feed-game-module__action{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 14px;overflow:hidden;border-radius:8px;background:var(--fb-btn-secondary-bg);color:var(--fb-btn-secondary-text);font-size:14px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;text-decoration:none}.feed-game-module__action:hover{color:var(--fb-btn-secondary-text);filter:brightness(1.06)}.feed-game-module__action--primary{background:var(--fb-btn-primary-bg);color:var(--fb-btn-primary-text)}.feed-game-module__action--primary:hover{color:var(--fb-btn-primary-text)}.feed-game-module__action--compact{flex-shrink:0;height:36px}.feed-game-module__marker{display:block;height:0}.playing-rail__tile{display:flex;flex-direction:column;width:6.5rem;height:10.5rem;flex-shrink:0;border-radius:1rem;overflow:hidden;background:var(--fb-surface, #fff);color:inherit;text-decoration:none;box-shadow:0 1px 2px #0000001f,0 4px 12px #00000024}.playing-rail__art{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center}.playing-rail__face{max-width:2.5rem;max-height:2.5rem;font-size:2rem;line-height:1;-o-object-fit:contain;object-fit:contain}.playing-rail__join{position:absolute;top:.4rem;right:.4rem;padding:.05rem .4rem;border:1px solid rgba(255,255,255,.55);border-radius:999px;font-size:.65rem;font-weight:600;color:#fff}.playing-rail__faces{position:absolute;left:.4rem;bottom:.4rem;display:flex;align-items:center}.playing-rail__faces>*+*{margin-left:-.55rem}.playing-rail__faces img,.playing-rail__faces .MuiAvatar-root{border:2px solid rgba(0,0,0,.18);box-sizing:border-box}.playing-rail__caption{flex-shrink:0;display:flex;flex-direction:column;padding:.35rem .5rem .45rem;min-width:0}.playing-rail__name{font-size:.75rem;font-weight:600;line-height:1.2;color:var(--fb-text-primary, #050505);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playing-rail__game{font-size:.7rem;line-height:1.2;color:var(--fb-text-secondary, #65676b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playing-rail__divider{flex-shrink:0;align-self:stretch;width:1px;margin:.25rem .35rem;background:var(--fb-border, rgba(0, 0, 0, .1))}.hub-left-footer{flex-shrink:0;margin-top:auto;padding:1rem .5rem .75rem}.hub-left-footer__appearance{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.hub-left-footer__appearance-label{color:var(--fb-text-secondary);font-size:.8rem;font-weight:500}.hub-left-footer__list{display:flex;flex-wrap:wrap;gap:.2rem 0;margin:0;padding:0;list-style:none;line-height:1.35}.hub-left-footer__item{display:inline}.hub-left-footer__item:not(:last-child):after{content:"·";margin:0 .4rem;color:var(--fb-text-tertiary, #8a8d91);font-size:.7rem}.hub-left-footer__link{color:var(--fb-text-tertiary, #8a8d91);font-size:.75rem;font-weight:400;text-decoration:none}.hub-left-footer__link:hover{text-decoration:underline}.hub-left-footer__copy{margin:.55rem 0 0;color:var(--fb-text-tertiary, #8a8d91);font-size:.75rem;font-weight:400;line-height:1.35}.mobile-nav-drawer__paper{width:min(18rem,85vw);background:var(--fb-surface)!important;color:var(--fb-text-primary)!important}.mobile-nav-drawer__header{display:flex;align-items:center;gap:.65rem;padding:1rem 1rem .75rem;border-bottom:1px solid var(--fb-border)}.mobile-nav-drawer__theme{margin-left:auto}.mobile-nav-drawer__list{padding-top:.35rem!important}.mobile-nav-drawer__list .MuiListItemIcon-root{color:inherit}.mobile-nav-drawer__list .MuiListItemButton-root:hover{background:var(--fb-hover)!important}.home-container .home-mobile-top-bar{display:none}.home-container .outer-cover-photo-container{background:linear-gradient(to bottom,var(--fb-cover-gradient-start),var(--fb-cover-gradient-end) 60%)}.home-container .cover-photo-container,.home-container .media-container{width:100%;max-width:1200px;margin:0 auto;position:relative;height:auto;overflow:hidden}.home-container .cover-photo-container .last-online,.home-container .media-container .last-online{justify-content:start}.home-container .cover-photo{aspect-ratio:41/9;width:100%;max-height:400px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.home-container .profile-header{position:sticky;top:0}.home-container .profile-header .profile-picture{width:10rem;height:10rem}.home-container .content-column{max-width:650px;width:100%;padding:0 .25rem;gap:.5rem;display:flex;flex-direction:column}.home-container .left-content-column,.home-container .right-content-column{max-width:300px;flex-shrink:0;position:sticky;align-self:flex-start;top:.5rem;height:calc(100dvh - 1rem);max-height:calc(100dvh - 1rem);min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none;padding:0 .25rem;display:flex;flex-direction:column;gap:.5rem}.home-container .left-content-column::-webkit-scrollbar,.home-container .right-content-column::-webkit-scrollbar{display:none}.home-container .right-content-column{padding-top:.75rem}.home-container .right-content-column .games-hub__right{position:static;height:auto;overflow:visible}.home-container .trending-hashtags{scrollbar-width:none}.home-container .trending-hashtags::-webkit-scrollbar{width:8px;background:transparent}.home-container .trending-hashtags::-webkit-scrollbar-thumb{background:transparent;border-radius:999px}.home-container .trending-hashtags:hover{scrollbar-width:thin;scrollbar-color:var(--fb-scrollbar-thumb) transparent}.home-container .trending-hashtags:hover::-webkit-scrollbar-thumb{background:var(--fb-scrollbar-thumb)}.home-container .trending-hashtags:hover::-webkit-scrollbar-thumb:hover{background:var(--fb-scrollbar-thumb-hover)}.home-container .left-content-column .home-left-profile .profile-detail-cover{aspect-ratio:unset;width:100%;-o-object-fit:cover;object-fit:cover;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.home-container .left-content-column .home-left-profile{background:var(--fb-surface);border:1px solid var(--fb-border);border-radius:.5rem}@media (min-width: 1300px){.home-container .left-content-column .trending-hashtags{display:none}}@media (max-width: 1300px){.home-container .right-content-column{display:none}}@media (max-width: 900px){.home-container .home-mobile-top-bar{display:flex;position:sticky;top:0;z-index:1100;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;background:var(--fb-surface);border-bottom:1px solid var(--fb-border)}.home-container .home-mobile-top-bar__actions{flex-shrink:0;min-width:0}.home-container .home-mobile-top-bar .home-mobile-auth-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:inherit;cursor:pointer;line-height:1}.home-container .inner-home-container{gap:0;flex-direction:column}.home-container .outer-cover-photo-container{background:unset}.home-container .outer-cover-photo-container .last-online{justify-content:center!important}.home-container .left-content-column{display:none}.home-container .content-column{order:1;max-width:600px;width:100%;position:unset;overflow:hidden;max-height:unset;margin:0 auto;padding-top:.5rem}.home-container .right-content-column{display:none}}@media (min-width: 900px){.home-container .home-mobile-top-bar{display:none!important}.home-container .inner-home-container{gap:.5rem;padding-top:.5rem}.home-container .left-content-column{width:40%!important;flex-shrink:0}.home-container .content-column{width:55%!important}.home-container .users-grid-3{display:none}}
