.MatchStaticTable_matchStaticContainer__pNcWP{width:100%;background-color:var(--greyscale-100,#ffffff);overflow:hidden}.MatchStaticTable_title__XzIfD{padding-top:12px;font-size:18px;font-weight:600;color:var(--greyscale-900,#333);border-bottom:1px solid var(--greyscale-200,#e0e0e0)}.MatchStaticTable_matchList__1eT5w{display:flex;flex-direction:column}.MatchStaticTable_matchRow__VOuMH{display:grid;grid-template-columns:1fr auto auto auto 1fr;align-items:center;grid-gap:12px;gap:12px;padding:6px 20px;border-bottom:1px solid var(--greyscale-200,#e0e0e0);transition:background-color .2s;cursor:pointer}.MatchStaticTable_matchRow__VOuMH:nth-child(odd){background-color:var(--greyscale-50,#f7f7f7)}.MatchStaticTable_matchRow__VOuMH:nth-child(2n){background-color:var(--greyscale-100,#feffff)}.MatchStaticTable_matchRow__VOuMH:hover{background-color:var(--greyscale-200,#e8e8e8)}.MatchStaticTable_matchRow__VOuMH:focus{outline:2px solid var(--primary-500,#3b82f6);outline-offset:-2px}.MatchStaticTable_matchRow__VOuMH:focus:not(:focus-visible){outline:none}.MatchStaticTable_matchRow__VOuMH:focus-visible{outline:2px solid var(--primary-500,#3b82f6);outline-offset:-2px}.MatchStaticTable_matchRow__VOuMH:last-child{border-bottom:none}.MatchStaticTable_teamSection__Reh82{display:flex;align-items:center;gap:12px}.MatchStaticTable_teamSection__Reh82:first-child{justify-content:flex-end}.MatchStaticTable_teamSection__Reh82:last-child{justify-content:flex-start}.MatchStaticTable_teamName__Db20y{font-size:20px;font-weight:500;color:var(--greyscale-900,#333);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default;max-width:150px}.MatchStaticTable_teamLogo__AUscs{width:28px;height:28px;object-fit:contain;flex-shrink:0}.MatchStaticTable_scoreBox__6hIWb{min-width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:var(--greyscale-100,#ffffff);flex-shrink:0;border-radius:2px}.MatchStaticTable_scoreWin__rDF4v{background-color:var(--success-600,#3e8456)}.MatchStaticTable_scoreLose__YQwqF{background-color:var(--error-600,#c7373e)}.MatchStaticTable_scoreDraw__ikMAT{background-color:var(--greyscale-500,#6b7280)}.MatchStaticTable_matchTime__NnVbr{display:flex;align-items:center;height:26px;padding:0 10px;font-size:18px;font-weight:600;color:var(--greyscale-900,#333);text-align:center;flex-shrink:0;background:var(--greyscale-200,#e8e9e8);border-radius:2px}@media (max-width:767px){.MatchStaticTable_matchRow__VOuMH{grid-template-columns:minmax(60px,1fr) auto auto auto minmax(60px,1fr);gap:4px;padding:4px 8px}.MatchStaticTable_teamSection__Reh82{gap:6px;min-width:0}.MatchStaticTable_teamName__Db20y{font-size:18px;max-width:none}.MatchStaticTable_teamLogo__AUscs{width:24px;height:24px}.MatchStaticTable_scoreBox__6hIWb{min-width:20px;height:20px;font-size:14px}.MatchStaticTable_matchTime__NnVbr{font-size:14px;height:20px}.MatchStaticTable_title__XzIfD{padding-top:6px;font-size:16px}}.LobbyMatch_lobbyMatchContainer__BVYGt{overflow-y:auto;max-height:600px;&::-webkit-scrollbar{width:2px}&::-webkit-scrollbar-track{background:transparent}&::-webkit-scrollbar-thumb{background:transparent;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}&:hover::-webkit-scrollbar-thumb{background:var(--primary-100)}&::-webkit-scrollbar-thumb:hover{background:var(--primary-200)}scrollbar-width:thin;scrollbar-color:transparent transparent;&:hover{scrollbar-color:var(--primary-100) transparent}@media (max-width:768px){max-height:400px;margin-bottom:20px}}.LobbyMatch_lobbyMatchLoading__dOwfp{display:flex;flex-direction:column;gap:12px;padding:16px}.LobbyMatch_lobbyMatchEmpty__UPLgZ,.LobbyMatch_lobbyMatchError__xK0W1{display:flex;align-items:center;justify-content:center;padding:32px 16px;color:var(--greyscale-400);font-size:14px;text-align:center}.MatchScheduleSection_container__3AZgO{width:100%;background:var(--background-1,#ffffff);margin:0 0 30px;box-shadow:0 1px 8px rgba(0,0,0,.1)}.MatchScheduleSection_matchListContainer__Z5b76{position:relative;width:100%}.MatchScheduleSection_matchList__Dmocv{position:relative;display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;&::-webkit-scrollbar{display:none}}.MatchScheduleSection_matchItem__fSI33{min-width:120px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:2px;padding:12px;background:#ffffff;border-right:1px solid rgba(0,0,0,.1);cursor:pointer;transition:all .2s ease;&:hover{background:var(--background-2,#f8f9fa);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}}.MatchScheduleSection_matchDateTime__YMkaE{font-size:18px;line-height:18px;font-weight:500;text-align:center;color:var(--violet-300,#914df3)}.MatchScheduleSection_matchTeams__IzcrB{display:flex;flex-direction:column;gap:0;width:100%}.MatchScheduleSection_teamItem__lpb9j{display:flex;justify-content:flex-start;gap:6px;align-items:center;padding:4px 8px;height:26px;width:100%;font-size:20px;border-radius:4px}.MatchScheduleSection_teamLogo__JCNzs{width:16px;height:16px;object-fit:contain;border-radius:2px}.MatchScheduleSection_teamName__z8YMy{color:var(--text-1,#333333);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}.MatchScheduleSection_pageIndicator___qh4h{position:absolute;top:0;transform:none;width:24px;height:100%;background:#ffffff;color:var(--greyscale-600,#4b5563);border-radius:0;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:400;cursor:pointer;transition:color .2s ease;z-index:1;pointer-events:auto;&:hover{background:var(--background-2,#f8f9fa)}}.MatchScheduleSection_prevIndicator__2nE8i{left:-24px;box-shadow:2px 0 4px rgba(0,0,0,.1)}.MatchScheduleSection_scrollIndicator__ZEBv8{right:0;box-shadow:-2px 0 4px rgba(0,0,0,.1)}.MatchScheduleSection_empty__H8c6u{text-align:center;color:var(--text-1,#666666);padding:20px}.page_landing__vDqfd{overflow-x:hidden}.page_landingContent__XJkiL{margin:0 auto;padding:0 16px}.page_matchScheduleSection__tlHPS{max-width:997px;margin:auto}@media (min-width:768px){.page_landingContent__XJkiL{max-width:997px}.page_contactSection__TxMLV{padding:0 16px}}.page_homeHeroActionButton__OZjYa{margin:22px 0;width:164px;*{font-weight:500}}.page_homeHero__GGp4y{position:relative;height:280vh;margin-bottom:1.5rem;z-index:11}.page_homeHeroHeadline__C1lLg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;height:max-content;margin-bottom:3.5rem;z-index:11;font-weight:900}@media (min-width:768px){.page_homeHeroHeadline__C1lLg{margin-bottom:3rem}}@media (min-width:1024px){.page_homeHeroHeadline__C1lLg{margin-bottom:6.5rem}}.page_homeHeroTitle__np5Oy{display:block;color:var(--greyscale-100);text-align:center;line-height:3.75rem;text-shadow:2px 2px 2px rgba(42,42,46,.5);white-space:nowrap;width:100%;font-weight:900;margin-bottom:.5rem;font-size:1.3rem}.page_homeHeroTitleText__E1sPJ{font-size:3.5rem;line-height:3rem}.page_homeHeroSubtitle__QZbEk{line-height:5rem;font-size:24px}.page_homeHeroSubtitleBadge__KFjPb{background:#FF9100;padding:4px 8px;border-radius:4px;margin:0 10px;color:#000;font-size:24px}@media (min-width:768px){.page_homeHeroTitleText__E1sPJ{font-size:64px;line-height:3rem}.page_homeHeroSubtitle__QZbEk{font-size:26px;line-height:2.5}.page_homeHeroSubtitleBadge__KFjPb{padding:0 4px;margin:0 4px}}.page_homeHeroHeadlineTop1Container__A_Yuj{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:.25rem .5rem;background-color:var(--primary-2);color:var(--black);font-size:1.8rem;line-height:1.8125rem;border-radius:var(--border-radius-min);filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}@media (min-width:768px){.page_homeHeroHeadlineTop1Container__A_Yuj{font-size:2.12rem;line-height:2.125rem}}.page_homeHeroHeadlineCaption__Snp_t{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.8rem;line-height:1.8125rem;color:var(--greyscale-100);margin-left:.5rem;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}@media (min-width:768px){.page_homeHeroHeadlineCaption__Snp_t{font-size:2.12rem;line-height:2.125rem}}@media (min-width:1024px){.page_homeHero__GGp4y{margin-bottom:calc(24px + 15vw)}}@media (min-width:768px){.page_homeHero__GGp4y{height:375vh}}.page_whyPigsportList__XZese{margin-top:0}.page_ctaButtonWrapper__kowF6{text-align:center}