.LiveRegion-module__rHQGma__live-region{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.IconButton-module__sogB1G__icon-button{color:var(--color--text-and-icon-default);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;transition:background .2s,border-color .2s,border-width .2s;display:inline-flex}.IconButton-module__sogB1G__icon-button svg{width:1.5rem;height:1.5rem}.IconButton-module__sogB1G__icon-button:focus-visible{outline:none}.IconButton-module__sogB1G__icon-button:disabled{cursor:not-allowed}.IconButton-module__sogB1G__icon-button--default{width:2.25rem;height:2.25rem}.IconButton-module__sogB1G__icon-button--mobile{width:2rem;height:2rem}.IconButton-module__sogB1G__icon-button--info.IconButton-module__sogB1G__icon-button--default{width:3.25rem;height:3.25rem}.IconButton-module__sogB1G__icon-button--info.IconButton-module__sogB1G__icon-button--mobile{width:2.875rem;height:2.875rem}.IconButton-module__sogB1G__icon-button--back,.IconButton-module__sogB1G__icon-button--info,.IconButton-module__sogB1G__icon-button--play,.IconButton-module__sogB1G__icon-button--refresh{border-color:var(--color--outline-default);color:var(--color--text-and-icon-default);background:linear-gradient(#ddee89 0%,#bdd664 100%)}.IconButton-module__sogB1G__icon-button--back:hover:not(:disabled),.IconButton-module__sogB1G__icon-button--back:focus-visible,.IconButton-module__sogB1G__icon-button--info:hover:not(:disabled),.IconButton-module__sogB1G__icon-button--info:focus-visible,.IconButton-module__sogB1G__icon-button--play:hover:not(:disabled),.IconButton-module__sogB1G__icon-button--play:focus-visible,.IconButton-module__sogB1G__icon-button--refresh:hover:not(:disabled),.IconButton-module__sogB1G__icon-button--refresh:focus-visible{background:var(--color--outline-default);border-color:var(--color--outline-default);color:var(--color--text-and-icon-default)}.IconButton-module__sogB1G__icon-button--back:disabled,.IconButton-module__sogB1G__icon-button--info:disabled,.IconButton-module__sogB1G__icon-button--play:disabled,.IconButton-module__sogB1G__icon-button--refresh:disabled{border-color:var(--color--action-secondary-disabled);color:var(--color--action-secondary-disabled);background:0 0}.IconButton-module__sogB1G__icon-button--exit{background:var(--color--overlay-default);border-color:var(--color--system-error);color:var(--color--system-error)}.IconButton-module__sogB1G__icon-button--exit:hover:not(:disabled),.IconButton-module__sogB1G__icon-button--exit:focus-visible{background:var(--color--overlay-default);border-color:var(--color--system-error);color:var(--color--system-error);border-width:4px}.IconButton-module__sogB1G__icon-button--exit:disabled{border-color:var(--color--action-secondary-disabled);color:var(--color--action-secondary-disabled);background:0 0}
.GameFooter-module__SwOIHW__footer{-moz-column-gap:var(--spacing--70);align-items:start;column-gap:var(--spacing--70);grid-template-columns:auto 1fr;display:grid}.GameFooter-module__SwOIHW__footer--with-play{grid-template-columns:auto 1fr auto}.GameFooter-module__SwOIHW__footer__description{color:var(--color--text-and-icon-default);align-self:center;margin:0;font-size:1.125rem;line-height:1.5}.GameFooter-module__SwOIHW__footer__button{background:linear-gradient(180deg, var(--color--brand-light-400) 0%, var(--color--brand-light-500) 100%);border:1px solid var(--color--outline-default);width:3.25rem;height:3.25rem;color:var(--color--text-and-icon-default);flex:none}.GameFooter-module__SwOIHW__footer__button:hover:not(:disabled),.GameFooter-module__SwOIHW__footer__button:focus-visible{background:var(--color--outline-default);border-color:var(--color--outline-default);color:var(--color--text-and-icon-default)}@media (max-width:1100px){.GameFooter-module__SwOIHW__footer{-moz-column-gap:1.75rem;column-gap:1.75rem}}@media (max-width:720px){.GameFooter-module__SwOIHW__footer{-moz-column-gap:.625rem;column-gap:.625rem}.GameFooter-module__SwOIHW__footer__description{font-size:1rem}}
.GameLayout-module__JejTTW__gameLayout{min-height:100svh;padding:var(--spacing--20) 0 var(--spacing--30);background:linear-gradient(180deg, var(--color--brand-light-200) 37.891%, var(--color--brand-light-300) 100%);flex-direction:column;display:flex;overflow:hidden}.GameLayout-module__JejTTW__gameLayout[data-width=wide]{padding:var(--spacing--20) var(--spacing--40) var(--spacing--40)}.GameLayout-module__JejTTW__gameLayout__shell{flex-direction:column;flex:1;min-height:0;margin:0 auto;display:flex}.GameLayout-module__JejTTW__gameLayout__shell[data-width=wide]{gap:var(--spacing--70);width:min(1400px,92vw)}.GameLayout-module__JejTTW__gameLayout__shell[data-width=compact]{width:min(62rem, calc(100vw - (2 * var(--spacing--20))));gap:var(--spacing--40)}.GameLayout-module__JejTTW__gameLayout__panel{border-radius:var(--radius-medium);width:100%;box-shadow:0 4px 50px 0 var(--shadow-soft);flex-direction:column;display:flex;position:relative;overflow:hidden}.GameLayout-module__JejTTW__gameLayout__panel[data-stretch=true]{flex:1;min-height:0}.GameLayout-module__JejTTW__gameLayout__panel[data-surface=solid]{background:var(--color--brand-light-100)}.GameLayout-module__JejTTW__gameLayout__panel[data-surface=gradient]{background:linear-gradient(180deg, var(--color--brand-light-200) 37.891%, var(--color--brand-light-300) 100%)}.GameLayout-module__JejTTW__gameLayout__header{top:var(--spacing--20);right:var(--spacing--20);z-index:2;position:absolute}.GameLayout-module__JejTTW__gameLayout__header>*{flex:none;width:3.25rem;height:3.25rem}@media (max-width:1100px){.GameLayout-module__JejTTW__gameLayout[data-width=wide]{padding:var(--spacing--20)}.GameLayout-module__JejTTW__gameLayout__shell[data-width=wide]{gap:1.3125rem;width:min(992px,100%)}}@media (max-width:720px){.GameLayout-module__JejTTW__gameLayout{height:auto;min-height:100svh;padding:var(--spacing--20);overflow:visible}.GameLayout-module__JejTTW__gameLayout__shell[data-width=wide]{gap:var(--spacing--40);flex:none;width:min(344px,100%)}.GameLayout-module__JejTTW__gameLayout__shell[data-width=compact]{width:min(22.5rem, calc(100vw - (2 * var(--spacing--20))));gap:var(--spacing--20);flex:none}.GameLayout-module__JejTTW__gameLayout__header{top:var(--spacing--0);right:var(--spacing--0)}.GameLayout-module__JejTTW__gameLayout__header>*{width:2.875rem;height:2.875rem}}
.GamePlayOverlay-module__w4CVqW__overlay{z-index:10;background:var(--color--overlay-strong);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:inherit;place-items:center;transition:opacity .35s;display:grid;position:absolute;inset:0}.GamePlayOverlay-module__w4CVqW__overlay--hidden{opacity:0;pointer-events:none}.GamePlayOverlay-module__w4CVqW__overlay__content{align-items:center;gap:var(--spacing--50);text-align:center;flex-direction:column;display:flex}.GamePlayOverlay-module__w4CVqW__overlay__btn{width:5.5rem;height:5.5rem;color:var(--color--text-and-icon-default);border:1px solid var(--color--outline-default);cursor:pointer;background:linear-gradient(#ddee89 0%,#bdd664 100%);border-radius:50%;place-items:center;transition:transform .2s,box-shadow .2s;display:grid;box-shadow:0 4px 24px #83a80059}.GamePlayOverlay-module__w4CVqW__overlay__btn:hover{background:var(--color--outline-default);transform:scale(1.08);box-shadow:0 6px 32px #83a80080}.GamePlayOverlay-module__w4CVqW__overlay__btn:focus-visible{outline:3px solid var(--color--brand-light-300);outline-offset:4px}.GamePlayOverlay-module__w4CVqW__overlay__back{font:inherit;color:var(--color--text-and-icon-default);text-underline-offset:.12em;cursor:pointer;background:0 0;border:0;padding:0;font-size:1.125rem;line-height:1.5;text-decoration:underline}.GamePlayOverlay-module__w4CVqW__overlay__back:focus-visible{outline:3px solid var(--color--brand-light-300);outline-offset:4px;border-radius:var(--radius-small)}
.page-module__7nJ0Wq__success{height:100svh;padding:var(--spacing--20) var(--spacing--40) var(--spacing--40);background:linear-gradient(180deg, var(--color--brand-light-200) 37.891%, var(--color--brand-light-300) 100%);flex-direction:column;display:flex;overflow:hidden}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__shell{gap:var(--spacing--70);flex-direction:column;flex:1;width:min(1400px,92vw);min-height:0;margin:0 auto;display:flex}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__panel{background:var(--color--brand-light-100);min-height:0;box-shadow:0 4px 50px 0 var(--shadow-soft);padding:calc(var(--spacing--20) + 3.25rem + var(--spacing--20)) var(--spacing--20) var(--spacing--40);border-radius:1rem;flex:1;place-items:center;display:grid;position:relative;overflow:hidden}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__panel-header{top:var(--spacing--20);right:var(--spacing--20);z-index:3;position:absolute}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__icon-button{width:3.25rem;height:3.25rem}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__icon-button--back,.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__icon-button--play{background:linear-gradient(180deg, var(--color--brand-light-400) 0%, var(--color--brand-light-500) 100%);border:1px solid var(--color--outline-default);color:var(--color--text-and-icon-default)}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__icon-button--back:hover:not(:disabled),.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__icon-button--back:focus-visible,.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__icon-button--play:hover:not(:disabled),.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__icon-button--play:focus-visible{background:var(--color--outline-default);border-color:var(--color--outline-default);color:var(--color--text-and-icon-default)}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__icon-button--exit{background:var(--color--overlay-default);border:1px solid var(--color--system-error);color:var(--color--system-error)}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__icon-button--exit:hover:not(:disabled),.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__icon-button--exit:focus-visible{background:var(--color--overlay-default);border-color:var(--color--system-error);color:var(--color--system-error);border-width:4px}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundGrid{opacity:.22;z-index:0;grid-template-columns:repeat(5,150px);justify-content:center;gap:2.1rem 3.5rem;width:min(974px,100%);display:grid;position:absolute;top:47%;left:50%;transform:translate(-50%,-50%)}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundItem{width:150px;height:150px;position:relative}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundItem:nth-child(6){grid-column:2}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundItem:nth-child(7){grid-column:3}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundItem:nth-child(8){grid-column:4}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundImage{-o-object-fit:contain;object-fit:contain}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__overlay{background:var(--color--overlay-default);z-index:1;position:absolute;inset:0}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__modal{z-index:2;justify-items:center;gap:var(--spacing--40);width:min(455px,100%);display:grid;position:relative}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__modalImage{width:min(384px,100%);height:auto}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__title{letter-spacing:-.02em;text-align:center;color:var(--color--text-and-icon-default);margin:0;font-family:"Baloo 2",sans-serif;font-size:2rem;font-weight:400;line-height:1.2}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__actions{gap:var(--spacing--40);flex-wrap:wrap;justify-content:center;display:flex}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__actionButton{min-width:160px;height:56px;box-shadow:none;border-radius:1rem;padding:1rem 1.25rem;font-size:1.125rem;font-weight:600;line-height:1.2}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__chooseLink{color:var(--color--text-and-icon-default);font-size:1.125rem;line-height:1.5;text-decoration:underline}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__footer{-moz-column-gap:var(--spacing--70);align-items:start;column-gap:var(--spacing--70);grid-template-columns:auto 1fr auto;width:100%;display:grid}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__footerDescription{max-width:574px;color:var(--color--text-and-icon-muted-strong);align-self:center;margin:0;font-size:1.125rem;line-height:1.5}@media (max-width:1100px){.page-module__7nJ0Wq__success{padding:var(--spacing--20)}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__shell{gap:1.3125rem;width:min(992px,100%)}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundGrid{grid-template-columns:repeat(5,110px);gap:1.2rem 1.9rem;width:min(720px,100%);top:46%}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundItem{width:110px;height:110px}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__modal{gap:1.5rem;width:min(377px,100%)}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__modalImage{width:min(320px,100%)}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__title{font-size:1.75rem}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__actions{gap:1rem}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__actionButton{min-width:160px;height:56px;padding:1rem 1.25rem;font-size:1rem}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__footer{-moz-column-gap:1.75rem;column-gap:1.75rem}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__footerDescription{max-width:377px}}@media (max-width:720px){.page-module__7nJ0Wq__success{height:auto;min-height:100svh;padding:var(--spacing--20);border-radius:.5rem;overflow:visible}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__shell{gap:var(--spacing--40);flex:none;width:min(344px,100%)}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__panel{border-radius:1rem;flex:none;min-height:582px;padding:4.75rem .5rem 1rem}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__panel-header{top:var(--spacing--0);right:var(--spacing--0)}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__panel-header .page-module__7nJ0Wq__success__icon-button{width:2.875rem;height:2.875rem}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundGrid{grid-template-columns:repeat(2,100px);gap:.8rem;width:min(240px,100%);top:42%}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundItem{width:100px;height:100px}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundItem:nth-child(6),.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundItem:nth-child(7),.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__backgroundItem:nth-child(8){grid-column:auto}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__modal{gap:1rem;width:min(300px,100%)}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__modalImage{width:min(250px,100%)}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__title{font-size:1.5rem}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__actions{gap:.65rem;width:100%}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__actionButton{min-width:136px;height:52px;padding:.8rem .75rem;font-size:.95rem}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__chooseLink{font-size:1rem}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__footer{-moz-column-gap:.625rem;grid-template-columns:auto 1fr auto;align-items:start;column-gap:.625rem;width:100%}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__footer .page-module__7nJ0Wq__success__icon-button{width:2.875rem;height:2.875rem}.page-module__7nJ0Wq__success .page-module__7nJ0Wq__success__footerDescription{max-width:226px;font-size:1rem}}
.GameProgress-module__y5wLmG__gameProgress{width:100%;margin-block-start:calc(-1 * var(--spacing--20))}.GameProgress-module__y5wLmG__gameProgress__track{background:var(--color--brand-light-100);border:1px solid var(--color--outline-default);border-radius:999px;height:8px;overflow:hidden}.GameProgress-module__y5wLmG__gameProgress__bar{background:var(--color--outline-default);border-radius:999px;height:100%;transition:width .4s cubic-bezier(.34,1.56,.64,1)}
.VoiceButton-module__GGabkW__voice-button{border:1px solid var(--color--outline-default);color:#14110f;cursor:pointer;background:#f9feff;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:hidden}.VoiceButton-module__GGabkW__voice-button--default{width:3.25rem;height:3.25rem}.VoiceButton-module__GGabkW__voice-button--mobile{width:2.875rem;height:2.875rem}.VoiceButton-module__GGabkW__voice-button--active{background:linear-gradient(#ddee89 0%,#bdd664 100%)}.VoiceButton-module__GGabkW__voice-button--inactive{background:#f9feff}.VoiceButton-module__GGabkW__voice-button:focus-visible{outline-offset:2px;outline:2px solid #84d2ff}.VoiceButton-module__GGabkW__voice-button__image-wrap{pointer-events:none;border-radius:999px;position:absolute;inset:0;overflow:hidden}.VoiceButton-module__GGabkW__voice-button__image{max-width:none;display:block;position:absolute}.VoiceButton-module__GGabkW__voice-button__image--male{width:104.33%;height:100%;top:1.92%;left:19.04%}.VoiceButton-module__GGabkW__voice-button__image--female{width:80.77%;height:105.09%;top:-7.62%;left:11.24%}.VoiceButton-module__GGabkW__voice-button--inactive .VoiceButton-module__GGabkW__voice-button__image-wrap{opacity:.5}
.TopicMiniGamePage-module__FuKVqW__topicGame__panel{flex-direction:column;flex:1;min-height:0;display:flex}.TopicMiniGamePage-module__FuKVqW__topicGame__stage{width:100%;min-height:0;padding:var(--spacing--20) var(--spacing--20) var(--spacing--10);background-position:top;background-size:cover;flex:1;align-content:end;display:grid;overflow:clip}.TopicMiniGamePage-module__FuKVqW__topicGame__stage--strip{background-position:50% 12%}.TopicMiniGamePage-module__FuKVqW__topicGame__stage--grid{background-position:top;background-color:var(--color--brand-light-200);grid-template-rows:auto;grid-template-columns:40% 60%;align-content:stretch;align-items:stretch;min-height:0;padding:0}.TopicMiniGamePage-module__FuKVqW__topicGame__cards{gap:var(--spacing--20);grid-template-columns:repeat(6,minmax(0,1fr));display:grid}.TopicMiniGamePage-module__FuKVqW__topicGame__cards--grid{gap:var(--spacing--10);background:var(--color--brand-light-100);border-radius:0 var(--radius-medium) var(--radius-medium) 0;width:100%;height:auto;padding:calc(var(--spacing--20) + 3.25rem + var(--spacing--10)) var(--spacing--30) var(--spacing--30);grid-area:1/2;grid-template-columns:repeat(4,1fr);align-content:start;margin-left:0}.TopicMiniGamePage-module__FuKVqW__topicGame__dresser{min-height:0;padding:calc(var(--spacing--20) + 3.25rem + var(--spacing--10)) var(--spacing--20) var(--spacing--20);grid-area:1/1;justify-content:center;align-items:center;display:flex}.TopicMiniGamePage-module__FuKVqW__topicGame__avatar{aspect-ratio:481/1000;justify-content:center;align-items:center;width:min(14rem,100%);display:flex;position:relative}.TopicMiniGamePage-module__FuKVqW__topicGame__avatarImage{-o-object-fit:contain;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.TopicMiniGamePage-module__FuKVqW__topicGame__avatarOverlay{pointer-events:none;position:absolute}.TopicMiniGamePage-module__FuKVqW__topicGame__avatarOverlayImage{-o-object-fit:contain;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.TopicMiniGamePage-module__FuKVqW__topicGame__avatarShadow{filter:blur(4px);background:#0000002e;border-radius:999px;width:60%;height:1rem;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%)}.TopicMiniGamePage-module__FuKVqW__topicGame__dropZone{z-index:1;opacity:.18;background:#ffffff1a;border:2px dashed #34662a6b;border-radius:1.25rem;transition:opacity .2s,border-color .2s,background-color .2s,scale .2s;position:absolute;transform:none}.TopicMiniGamePage-module__FuKVqW__topicGame__dropZone--current{z-index:3;opacity:.5;background:#ddee892e;border-color:#5d8422cc}.TopicMiniGamePage-module__FuKVqW__topicGame__dropZone--active{z-index:4;opacity:1;border-color:var(--color--brand-light-500);background:#ddee8959;scale:1.03}.TopicMiniGamePage-module__FuKVqW__topicGame__avatar--dragging .TopicMiniGamePage-module__FuKVqW__topicGame__dropZone{opacity:.38}.TopicMiniGamePage-module__FuKVqW__topicGame__avatar--dragging .TopicMiniGamePage-module__FuKVqW__topicGame__dropZone--current{opacity:.72}.TopicMiniGamePage-module__FuKVqW__topicGame__dropZone--head{width:22.5%;height:18.2%;top:0;left:38.5%}.TopicMiniGamePage-module__FuKVqW__topicGame__dropZone--neck{width:25%;height:11%;top:22.8%;left:35%}.TopicMiniGamePage-module__FuKVqW__topicGame__dropZone--torso{border-radius:1.5rem;width:42.1%;height:39.4%;top:29.2%;left:28.8%}.TopicMiniGamePage-module__FuKVqW__topicGame__dropZone--legs{border-radius:1.5rem;width:20.9%;height:39%;top:50%;left:37.7%}.TopicMiniGamePage-module__FuKVqW__topicGame__dropZone--feet{width:21%;height:14.7%;top:85.3%;left:36.9%}.TopicMiniGamePage-module__FuKVqW__topicGame__dropZone--hands{width:48.3%;height:13.6%;top:47.5%;left:25.7%}.TopicMiniGamePage-module__FuKVqW__topicGame__dropZone--hands-left{width:19%;height:17%;top:45%;left:0}.TopicMiniGamePage-module__FuKVqW__topicGame__dropZone--hands-right{width:19%;height:17%;top:45%;left:85%}.TopicMiniGamePage-module__FuKVqW__topicGame__card{aspect-ratio:1;border:1px solid var(--color--neutral-300);border-radius:var(--radius-small);background:var(--color--brand-light-200);cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;transition:border-color .2s;position:relative;overflow:hidden}.TopicMiniGamePage-module__FuKVqW__topicGame__card:disabled{opacity:1}.TopicMiniGamePage-module__FuKVqW__topicGame__card:focus-visible{outline:2px solid var(--color--brand-light-300);outline-offset:2px}.TopicMiniGamePage-module__FuKVqW__topicGame__card--completed{background:var(--color--brand-light-300);border-color:var(--color--text-and-icon-default)}.TopicMiniGamePage-module__FuKVqW__topicGame__card--completed .TopicMiniGamePage-module__FuKVqW__topicGame__cardImage{opacity:.8}.TopicMiniGamePage-module__FuKVqW__topicGame__card--dragging{z-index:2;box-shadow:0 0 .8rem var(--color--focus-glow)}.TopicMiniGamePage-module__FuKVqW__topicGame__cardImage{-o-object-fit:contain;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;padding:20%}.TopicMiniGamePage-module__FuKVqW__topicGame__cards--grid .TopicMiniGamePage-module__FuKVqW__topicGame__cardImage{padding:8%}@media (max-width:720px){.TopicMiniGamePage-module__FuKVqW__topicGame__stage{padding:var(--spacing--10)}.TopicMiniGamePage-module__FuKVqW__topicGame__stage--strip{background-position:top;flex:none;min-height:21rem}.TopicMiniGamePage-module__FuKVqW__topicGame__stage--grid{background-position:top;background-repeat:no-repeat;background-size:100%;grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr);min-height:0;padding:0}.TopicMiniGamePage-module__FuKVqW__topicGame__dresser{padding:calc(var(--spacing--20) + 2.875rem) var(--spacing--10) var(--spacing--10);grid-area:1/1}.TopicMiniGamePage-module__FuKVqW__topicGame__avatar{width:min(9rem,58vw)}.TopicMiniGamePage-module__FuKVqW__topicGame__stage--grid:before{content:"";aspect-ratio:4/3;grid-area:1/1;width:100%;display:block}.TopicMiniGamePage-module__FuKVqW__topicGame__cards{gap:var(--spacing--0);grid-template-columns:repeat(4,minmax(0,1fr))}.TopicMiniGamePage-module__FuKVqW__topicGame__cards--grid{--topic-mobile-card-size:min(4.375rem, calc((100vw - 5.5rem) / 4));grid-area:2/1;grid-template-columns:repeat(4, var(--topic-mobile-card-size));gap:var(--spacing--0);border-radius:0 0 var(--radius-small) var(--radius-small);place-content:start center;width:100%;min-width:0;max-width:none;height:auto;padding:1.125rem 1.25rem}.TopicMiniGamePage-module__FuKVqW__topicGame__cards--grid .TopicMiniGamePage-module__FuKVqW__topicGame__cardImage{padding:10%}}@media (max-width:1100px) and (min-width:721px){.TopicMiniGamePage-module__FuKVqW__topicGame__stage--strip{background-position:50% 8%}.TopicMiniGamePage-module__FuKVqW__topicGame__stage--grid{background-position:0 0;grid-template-rows:auto;grid-template-columns:40% 60%;min-height:0}.TopicMiniGamePage-module__FuKVqW__topicGame__dresser{padding:calc(var(--spacing--20) + 3.25rem + var(--spacing--10)) var(--spacing--10) var(--spacing--20)}.TopicMiniGamePage-module__FuKVqW__topicGame__avatar{width:min(11rem,100%)}.TopicMiniGamePage-module__FuKVqW__topicGame__cards--grid{gap:var(--spacing--10);border-radius:0 var(--radius-medium) var(--radius-medium) 0;width:100%;height:auto;padding:calc(var(--spacing--20) + 3.25rem + var(--spacing--10)) var(--spacing--20) var(--spacing--20);grid-area:1/2;grid-template-columns:repeat(4,1fr);align-content:start}}
.GameLevelsPage-module__KUgBGq__levels{height:100svh;padding:var(--spacing--20) var(--spacing--40) var(--spacing--40);background:linear-gradient(180deg, var(--color--brand-light-200) 37.891%, var(--color--brand-light-300) 100%);align-items:center;gap:var(--spacing--70);flex-direction:column;display:flex;overflow:hidden}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__panel{background:var(--color--brand-light-100);width:min(1400px,92vw);min-height:0;box-shadow:0 4px 50px 0 var(--shadow-soft);padding:var(--spacing--60) 1.5rem var(--spacing--40);border-radius:1rem;flex:1;align-content:start;justify-items:center;display:grid;position:relative}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__list{z-index:2;gap:3.5rem;width:min(692px,100%);display:grid;position:relative}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__row{grid-template-columns:repeat(3,minmax(0,220px));justify-content:center;gap:1rem;display:grid;position:relative}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card{cursor:pointer;background:0 0;border:0;grid-row:1;justify-items:center;gap:1.5rem;width:220px;padding:0;transition:none;display:grid;position:relative}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card:hover:not(:disabled){transform:none}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card:disabled{cursor:not-allowed}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card:focus-visible{outline:2px solid var(--color--brand-light-300);outline-offset:4px;border-radius:1rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__status{border:1px solid var(--color--outline-default);background:var(--color--brand-light-100);width:2rem;height:2rem;color:var(--color--outline-default);z-index:3;border-radius:100px;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;line-height:1;display:inline-flex;position:relative}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__status-icon{width:1.5rem;height:1.5rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__status--completed{background:linear-gradient(180deg, var(--color--brand-light-400) 0%, var(--color--brand-light-500) 100%);color:var(--text)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-horizontal-connector=true]:after{content:"";z-index:1;background-image:repeating-linear-gradient(to right, var(--color--outline-default) 0 4px, transparent 4px 14px);width:calc(100% - 1rem);height:2px;position:absolute;top:1rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-horizontal-connector-side=right]:after{left:calc(50% + 1rem)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-horizontal-connector-side=left]:after{right:calc(50% + 1rem)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-horizontal-connector-complete=true]:after{background-image:linear-gradient(to right, var(--color--outline-default), var(--color--outline-default))}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-turn-connector=true]:before{content:"";z-index:1;background-repeat:no-repeat;background-size:100% 2px,2px 100%,100% 2px;background-image:repeating-linear-gradient(to right, var(--color--outline-default) 0 4px, transparent 4px 16px), repeating-linear-gradient(to bottom, var(--color--outline-default) 0 4px, transparent 4px 16px), repeating-linear-gradient(to right, var(--color--outline-default) 0 4px, transparent 4px 16px);width:calc(50% + .5rem);height:calc(100% + 3.5rem);position:absolute;top:1rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-turn-connector-side=right]:before{background-position:0 0,100% 0,0 100%;left:calc(50% + 1rem)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-turn-connector-side=left]:before{background-position:0 0,0 0,0 100%;right:calc(50% + 1rem)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-turn-connector-complete=true]:before{background-image:linear-gradient(to right, var(--color--outline-default), var(--color--outline-default)), linear-gradient(to bottom, var(--color--outline-default), var(--color--outline-default)), linear-gradient(to right, var(--color--outline-default), var(--color--outline-default))}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__label{z-index:2;border:1px solid var(--color--outline-default);background:var(--color--brand-light-100);width:100%;height:54px;color:var(--color--text-and-icon-default);font-size:1.125rem;font-weight:600;line-height:1.2;font-family:var(--font-heading,"Baloo 2", sans-serif);border-radius:16px;justify-content:center;align-items:center;display:inline-flex;position:relative}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card--completed .GameLevelsPage-module__KUgBGq__levels__label{background:linear-gradient(180deg, var(--color--brand-light-400) 0%, var(--color--brand-light-500) 100%)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__footer{z-index:1;justify-content:flex-start;align-items:start;gap:22.5625rem;width:min(1400px,92vw);display:flex;position:relative}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__footer-title{max-width:35.875rem;color:var(--color--text-and-icon-default);align-self:center;font-size:1.125rem;line-height:1.5}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__back-button{background:linear-gradient(180deg, var(--color--brand-light-400) 0%, var(--color--brand-light-500) 100%);border:1px solid var(--color--outline-default);width:3.25rem;height:3.25rem;color:var(--color--text-and-icon-default)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__back-button:hover:not(:disabled),.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__back-button:focus-visible{background:linear-gradient(180deg, var(--color--brand-light-400) 0%, var(--color--brand-light-500) 100%);border-color:var(--color--outline-default);color:var(--color--text-and-icon-default)}@media (max-width:1100px) and (min-width:721px){.GameLevelsPage-module__KUgBGq__levels{padding:var(--spacing--20);gap:2.9375rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__panel{width:min(992px,100vw - 2rem);padding:var(--spacing--50) 1rem var(--spacing--30);gap:2rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__list{gap:2rem;width:488px}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__row{grid-template-columns:repeat(3,152px);gap:1rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card{gap:1.5rem;width:152px}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__status{width:32px;height:32px;font-size:.875rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__label{border-radius:16px;width:152px;height:54px;font-size:1.125rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__footer{gap:16rem;width:min(992px,100vw - 2rem)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__footer-title{max-width:377px}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-horizontal-connector=true]:after{width:136px;top:16px}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-horizontal-connector-side=right]:after{left:calc(50% + 16px)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-horizontal-connector-side=left]:after{right:calc(50% + 16px)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-turn-connector=true]:before{background-size:100% 2px,2px 100%,100% 2px;width:100px;height:142px;top:16px}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-turn-connector-side=right]:before{left:calc(50% + 16px)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-turn-connector-side=left]:before{right:calc(50% + 16px)}}@media (max-width:720px){.GameLevelsPage-module__KUgBGq__levels{height:auto;min-height:100svh;padding:var(--spacing--20);gap:var(--spacing--30);overflow:visible}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__panel{width:344px;min-height:582px;padding:var(--spacing--40) .5rem 1.5rem;flex:none;gap:2rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__list{gap:2rem;width:256px}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card{gap:1.5rem;width:80px}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__status{width:28px;height:28px;font-size:.75rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__status-icon{width:1.25rem;height:1.25rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__label{border-radius:12px;width:80px;height:43px;font-size:1rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__row{gap:var(--spacing--0);grid-template-columns:repeat(3,80px)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__footer{gap:var(--spacing--10);align-items:flex-start;width:344px}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__footer-title{max-width:286px;font-size:1rem}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__back-button{width:46px;height:46px}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-horizontal-connector=true]:after{width:60px;top:14px}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-horizontal-connector-side=right]:after{left:calc(50% + 14px)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-horizontal-connector-side=left]:after{right:calc(50% + 14px)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-turn-connector=true]:before{background-size:100% 2px,2px 100%,100% 2px;width:48px;height:127px;top:14px}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-turn-connector-side=right]:before{left:calc(50% + 14px)}.GameLevelsPage-module__KUgBGq__levels .GameLevelsPage-module__KUgBGq__levels__card[data-turn-connector-side=left]:before{right:calc(50% + 14px)}}.GameLevelsPage-module__KUgBGq__levels__fallback{padding:var(--spacing--40) var(--spacing--40)}
.page-module__KUQ0IG__game{min-height:100%;padding:var(--spacing--70) var(--spacing--40) var(--spacing--50);place-items:center;display:grid}.page-module__KUQ0IG__game .page-module__KUQ0IG__game__card{width:min(720px,92vw);padding:var(--spacing--40) var(--spacing--40);background:var(--color--overlay-strong);border:1px solid var(--color--overlay-medium);box-shadow:0 24px 50px -30px var(--shadow-floating);gap:var(--spacing--30);text-align:center;border-radius:1.5rem;display:grid}.page-module__KUQ0IG__game .page-module__KUQ0IG__game__kicker{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);font-size:.75rem;font-weight:700}.page-module__KUQ0IG__game .page-module__KUQ0IG__game__title{font-size:clamp(2rem,3vw,2.6rem);font-weight:600}.page-module__KUQ0IG__game .page-module__KUQ0IG__game__body{color:var(--text-muted);line-height:1.6}.page-module__KUQ0IG__game .page-module__KUQ0IG__game__actions{gap:var(--spacing--20);flex-wrap:wrap;justify-content:center;display:flex}.page-module__KUQ0IG__game .page-module__KUQ0IG__game__link{font-weight:600}@media (max-width:720px){.page-module__KUQ0IG__game{padding:var(--spacing--50) var(--spacing--30) var(--spacing--40)}.page-module__KUQ0IG__game .page-module__KUQ0IG__game__card{padding:var(--spacing--40) var(--spacing--30)}}
.page-module__8ZV58q__topic{height:100svh;padding:var(--spacing--20) 0 var(--spacing--30);background:linear-gradient(180deg, var(--color--brand-light-200) 37.891%, var(--color--brand-light-300) 100%);flex-direction:column;display:flex;overflow:hidden}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__shell{min-height:0;width:min(62rem, calc(100vw - (2 * var(--spacing--20))));gap:var(--spacing--40);flex-direction:column;flex:1;margin:0 auto;display:flex}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__panel{background:var(--color--brand-light-100);border-radius:var(--radius-medium);width:100%;min-height:0;box-shadow:0 4px 50px 0 var(--shadow-soft);padding:4.5rem var(--spacing--20) var(--spacing--30);flex:1;position:relative}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__panelHeader{top:var(--spacing--20);right:var(--spacing--20);position:absolute}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__iconButton{flex:none;width:3.25rem;height:3.25rem}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__grid{gap:var(--spacing--10);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__card{aspect-ratio:16/9;border-radius:var(--radius-medium);border:1px solid var(--color--brand-light-300);position:relative;overflow:hidden}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__cardImage{-o-object-fit:cover;object-fit:cover}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__cardLabel{left:var(--spacing--20);bottom:var(--spacing--20);font-family:var(--font-heading);font-size:var(--font-size--x-large);color:var(--color--text-and-icon-default);background:var(--color--overlay-default);border-radius:var(--radius-small);padding:.2rem .6rem;position:absolute}@media (max-width:720px){.page-module__8ZV58q__topic{height:auto;min-height:100svh;padding:var(--spacing--20) 0;overflow:visible}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__shell{width:min(22.5rem, calc(100vw - (2 * var(--spacing--20))));gap:var(--spacing--20);flex:none}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__panel{padding:4rem var(--spacing--10) var(--spacing--10);flex:none}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__panelHeader{top:var(--spacing--0);right:var(--spacing--0)}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__panelHeader .page-module__8ZV58q__topic__iconButton{width:2.875rem;height:2.875rem}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__grid{gap:var(--spacing--10);grid-template-columns:1fr}.page-module__8ZV58q__topic .page-module__8ZV58q__topic__cardLabel{left:var(--spacing--10);bottom:var(--spacing--10);font-size:var(--font-size--x-small)}}
.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__panel{padding:var(--spacing--80) var(--spacing--20) var(--spacing--40);place-items:center;display:grid}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__grid{grid-template-columns:repeat(5,220px);justify-content:center;gap:1rem;width:min(1164px,100%);display:grid}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__card{background:var(--color--brand-light-200);cursor:pointer;border:1px solid #0000;border-radius:.5rem;place-items:center;width:220px;height:220px;transition:border-color .2s;display:grid;position:relative}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__card:focus-visible{outline:2px solid var(--color--brand-light-300);outline-offset:2px}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__card:disabled{cursor:not-allowed}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__card-image{-o-object-fit:contain;object-fit:contain;padding:4.5rem 2.35rem}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__card--selected{background:var(--color--brand-light-300);border-color:var(--color--text-and-icon-default)}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__sequence-number{color:var(--color--text-and-icon-default);font-size:1.125rem;font-weight:700;position:absolute;top:.45rem;left:.7rem}@media (max-width:1100px){.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__panel{padding:10.25rem 1rem 2rem}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__grid{grid-template-columns:repeat(5,152px);gap:.75rem;width:min(808px,100%)}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__card{width:152px;height:152px}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__card-image{padding:3.1rem 1.7rem}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__sequence-number{font-size:1.125rem;top:.42rem;left:.68rem}}@media (max-width:720px){.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__panel{min-height:560px;padding:3.3125rem .5rem 1rem}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__grid{grid-template-columns:repeat(2,105px);gap:.5rem;width:min(218px,100%)}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__card{width:105px;height:105px}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__card-image{padding:2.15rem 1.05rem}.GuldaleapmiGame-module__xynIMa__guldaleapmi .GuldaleapmiGame-module__xynIMa__guldaleapmi__sequence-number{font-size:.815rem;top:.3rem;left:.48rem}}
.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__panel{padding:4.75rem var(--spacing--20);place-items:center;display:grid}.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__grid{--memory-card-size:clamp(6.5625rem, calc(6.5625rem + 2.9375rem * var(--viewport-progress)), 9.5rem);--memory-grid-gap:clamp(.5rem, calc(.5rem + .25rem * var(--viewport-progress)), .75rem);grid-template-columns:repeat(var(--memory-columns), var(--memory-card-size));grid-auto-rows:var(--memory-card-size);justify-content:center;gap:var(--memory-grid-gap);width:fit-content;max-width:100%;display:grid}.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__card{border-radius:var(--radius-small);color:#0000;cursor:pointer;background-image:url(/images/games/memory/memory-default-card.png);background-position:50%;background-size:cover;border:1px solid #0000;place-items:center;width:100%;height:100%;transition:border-color .2s,border-width .2s,opacity .3s;display:grid;position:relative}.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__card:hover:not(:disabled),.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__card:focus-visible:not(:disabled){border-width:3px;border-color:var(--color--brand-light-300)}.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__card:focus-visible{outline:2px solid var(--color--brand-light-300);outline-offset:2px}.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__card:disabled{cursor:not-allowed}.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__card--revealed{background:var(--color--brand-light-200);border-color:var(--color--brand-light-300);color:var(--color--text-and-icon-default);background-image:none}.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__card--matched{opacity:0;transition-delay:2s}.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__card-image{-o-object-fit:contain;object-fit:contain;padding-inline:calc(var(--memory-card-size) * .17);padding-block:calc(var(--memory-card-size) * .33)}@media (max-width:1100px){.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__panel{padding-inline:var(--spacing--10)}}@media (max-width:720px){.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__panel{padding:3.3125rem var(--spacing--10) var(--spacing--20)}.MemoryGame-module__fGLjJG__memory .MemoryGame-module__fGLjJG__memory__grid{grid-template-columns:repeat(var(--memory-columns-mobile), var(--memory-card-size));--memory-grid-gap:var(--spacing--0)}}
.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__panel{padding:var(--spacing--60) var(--spacing--20) var(--spacing--40);grid-template-rows:auto auto;align-content:center;justify-items:center;row-gap:1.8rem;display:grid}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__baskets{grid-template-columns:repeat(2,180px);justify-content:center;gap:7.5rem;width:min(480px,100%);display:grid}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket{cursor:pointer;background:0 0;border:0;align-content:start;justify-items:center;gap:0;min-height:190px;padding:0;display:grid}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket:focus-visible{outline:2px solid var(--color--brand-light-300);outline-offset:2px}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-target{border:1px solid var(--color--neutral-300);background:var(--color--brand-light-200);z-index:2;pointer-events:none;border-radius:.5rem;width:64px;height:64px;position:absolute;top:56%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-target-image{-o-object-fit:contain;object-fit:contain;padding:.6rem}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-icon{width:180px;height:213px;position:relative}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-icon-image{-o-object-fit:contain;object-fit:contain}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket--active .SpeechGame-module__VRFnjq__speech__basket-icon{filter:drop-shadow(0 0 .7rem var(--color--focus-glow))}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-cards{flex-wrap:wrap;justify-content:center;gap:.35rem;width:100%;min-height:2.5rem;margin-top:-2.5rem;display:flex}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__mini-card{border:1px solid var(--shadow-elevated);background:var(--color--brand-light-200);border-radius:.4rem;width:34px;height:34px;position:relative;overflow:hidden}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__mini-image{-o-object-fit:contain;object-fit:contain;padding:.2rem}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__cards-grid{grid-template-columns:repeat(6,180px);justify-content:center;gap:1rem;width:min(1160px,100%);display:grid}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card{background:var(--color--brand-light-200);cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:.5rem;place-items:center;width:180px;height:180px;transition:border-color .2s;display:grid;position:relative}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card:focus-visible{outline:2px solid var(--color--brand-light-300);outline-offset:2px}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card:disabled{cursor:not-allowed}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card--wrong{border-color:var(--color--system-error-strong);animation:.22s ease-in-out 2 SpeechGame-module__VRFnjq__speech-shake}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card--dragging{z-index:3;box-shadow:0 0 .7rem var(--color--focus-glow);transition:none}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card--moving-left{opacity:.35;transform:translate(-210px,-240px)scale(.72)}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card--moving-right{opacity:.35;transform:translate(210px,-240px)scale(.72)}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card--sorted{opacity:0;pointer-events:none}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card-image{-o-object-fit:contain;object-fit:contain;padding:3.6rem 2.2rem}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-target-image,.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-icon-image,.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__mini-image,.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card-image{pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}@media (max-width:1300px){.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__panel{row-gap:1rem;padding:2.7rem .75rem 1.35rem}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__baskets{grid-template-columns:repeat(2,140px);gap:3.75rem;width:min(340px,100%)}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket{min-height:132px}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-target{width:52px;height:52px}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-icon{width:140px;height:166px}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-cards{margin-top:-2.1rem}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__cards-grid{grid-template-columns:repeat(5,145px);gap:.75rem;width:min(770px,100%)}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card{width:145px;height:145px}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card-image{padding:2.8rem 1.65rem}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card--moving-left{transform:translate(-150px,-165px)scale(.72)}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card--moving-right{transform:translate(150px,-165px)scale(.72)}}@media (max-width:720px){.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__panel{row-gap:.8rem;min-height:560px;padding:3rem .5rem 1rem}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__baskets{grid-template-columns:repeat(2,100px);gap:1.25rem;width:min(235px,100%)}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket{gap:.3rem;min-height:95px}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-target{width:40px;height:40px}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-icon{width:100px;height:118px}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__basket-cards{gap:.18rem;min-height:1.6rem;margin-top:-1.65rem}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__mini-card{border-radius:.25rem;width:22px;height:22px}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__cards-grid{grid-template-columns:repeat(3,88px);gap:.5rem;width:min(282px,100%)}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card{width:88px;height:88px}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card-image{padding:1.75rem .9rem}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card--moving-left{transform:translate(-90px,-145px)scale(.72)}.SpeechGame-module__VRFnjq__speech .SpeechGame-module__VRFnjq__speech__card--moving-right{transform:translate(90px,-145px)scale(.72)}}@keyframes SpeechGame-module__VRFnjq__speech-shake{0%{transform:translate(0)}30%{transform:translate(-5px)}60%{transform:translate(5px)}to{transform:translate(0)}}
.SuiteHome-module__N5XqCW__home{height:100svh;padding:var(--spacing--40);justify-content:center;align-items:center;gap:var(--spacing--30);flex-direction:column;display:flex;overflow:hidden}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__header{align-items:center;gap:1rem;display:flex}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__caterpillar{flex-shrink:0;width:clamp(5rem,8vw,8.125rem);height:auto;transform:scaleX(-1)}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__title{font-size:var(--font-size--xxx-large);letter-spacing:.02em;font-weight:500}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__grid{gap:var(--spacing--20);grid-template-columns:repeat(2,minmax(0,1fr));width:min(54rem,76vw);display:grid}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__card{gap:var(--spacing--20);border-radius:var(--radius-large);background:var(--surface);box-shadow:0 10px 30px -20px var(--shadow-elevated);border:1px solid var(--border-subtle);text-align:center;color:inherit;text-decoration:none;transition:transform .2s;display:grid}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__card:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__card:hover{transform:translateY(-3px)}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__card-media{border-radius:var(--radius-medium);background:var(--accent-soft);aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__card-image{-o-object-fit:cover;object-fit:cover}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__card-placeholder{min-height:10rem;padding:var(--spacing--30);align-content:center}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__card-title{font-size:var(--font-size--large);font-weight:600}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__card-status{color:#000000a3;font-size:var(--font-size--small)}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__controls{gap:var(--spacing--20);align-items:center;display:flex}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__modal{background:var(--color--brand-light-100);border-radius:var(--radius-medium);width:min(87.5rem,100vw - 2rem);min-height:clamp(24rem,62vh,40rem);box-shadow:0 4px 50px 0 var(--shadow-soft);padding:var(--spacing--20) var(--spacing--20) var(--spacing--40)}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__modal-header{justify-content:flex-end;display:flex}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__modal-close{width:3.25rem;height:3.25rem}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__modal-body{text-align:left;gap:var(--spacing--20);width:min(35rem,100% - 2rem);color:var(--text);margin:0 auto;padding-bottom:1rem;display:grid}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__modal-title{font-size:2rem;font-weight:400;line-height:1.2}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__modal-copy{white-space:pre-line;font-size:1.125rem;line-height:1.5}@media (max-width:720px){.SuiteHome-module__N5XqCW__home{height:auto;min-height:100svh;padding:var(--spacing--50) var(--spacing--30) var(--spacing--40);justify-content:flex-start;overflow:visible}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__grid{grid-template-columns:1fr}.SuiteHome-module__N5XqCW__home .SuiteHome-module__N5XqCW__home__modal{border-radius:1rem;width:calc(100vw - 2rem)}}.SuiteHome-module__N5XqCW__home--scrollable{height:auto;min-height:100svh;overflow:visible}
