*,:before,:after{box-sizing:border-box}html{font-size:100%}body,h1,h2,h3,h4,p{margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}img{max-width:100%;display:block}ul,ol{margin:0;padding:0;list-style:none}@font-face{font-family:Almarai;src:url(../assets/fonts/Almarai-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Red Rose;src:url(../assets/fonts/RedRose-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Klee One;src:url(../assets/fonts/KleeOne-SemiBold.ttf)format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Figtree;src:url(/assets/fonts/Figtree-Bold.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Orbitron;src:url(../assets/fonts/Orbitron-VariableFont_wght.ttf)format("truetype");font-weight:100 900;font-style:normal;font-display:swap}body{color:#000;background-color:#2c2e2e;min-height:100vh}#app{min-height:100vh}.card{aspect-ratio:4/5;cursor:pointer;perspective:800px;background:0 0;border:0;border-radius:.6rem;width:100%;min-width:0;padding:0;position:relative;overflow:hidden}.card__inner{width:100%;height:80%;transform-style:preserve-3d;border-radius:.6rem;transition:transform .45s,filter .45s;position:relative}.card__face{backface-visibility:hidden;border-radius:.6rem;width:96%;height:94%;position:absolute;inset:0;overflow:hidden}.card__face--front{transform:rotateY(0)}.card__face--front img{object-fit:fill;width:100%;height:100%;display:block}.card__face--back{box-sizing:border-box;background-color:#fff;justify-content:center;align-items:center;padding:14.4%;display:flex;transform:rotateY(180deg)}.card__face--back img{object-fit:contain;width:100%;height:64%;display:block}.card.is-flipped .card__inner{transform:rotateY(180deg)}.card.is-flipped:not(.is-matched){animation:.45s card-flip-glow}.card.is-matched{cursor:default}.card.card--da-project .card__face--front img{object-fit:cover}.card.match-effect{animation:.5s card-match}@keyframes card-flip-glow{0%{filter:brightness()}45%{filter:brightness(1.3)drop-shadow(0 0 .56rem #f0ea6eb3)}to{filter:brightness()}}@keyframes card-match{0%{filter:brightness();transform:scale(1)}45%{filter:brightness(1.25)drop-shadow(0 0 .64rem #f0ea6ecc);transform:scale(1.064)}to{filter:brightness();transform:scale(1)}}.home{color:#fff;background-color:#2c2e2e;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.home__content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:clamp(.8rem,1.2vw,1.2rem);width:min(100%,72rem);padding:1.6rem;display:flex;position:relative}.home__heading{flex-direction:column;align-items:flex-start;gap:clamp(.8rem,1.2vw,1.2rem);width:max-content;max-width:100%;display:flex}.home__subtitle{margin:0;font-family:Almarai,sans-serif;font-size:clamp(1.2rem,3.2vw,2.4rem);font-weight:400;line-height:1}.home__title{white-space:normal;max-width:100%;margin:0;font-family:Red Rose,sans-serif;font-size:clamp(2.8rem,7.2vw,7rem);font-weight:700;line-height:1}.home__brand{z-index:2;color:#fff;white-space:nowrap;letter-spacing:.16rem;font-family:Almarai,sans-serif;font-size:clamp(1.2rem,3.2vw,8rem);font-weight:400;position:absolute;top:1.2rem;left:50%;transform:translate(-50%)}.home__brand span{opacity:0;animation:.45s ease-out forwards brand-letter-in;display:inline-block;transform:translate(-12px)}@keyframes brand-letter-in{to{opacity:1;transform:translate(0)}}.home__play{cursor:pointer;background-color:#0000;background-image:url(../assets/components/home/play-default.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;width:clamp(7.6rem,12vw,11rem);height:clamp(4.36rem,4.8vw,4.48rem);padding:0}.home__play.is-hover{background-image:url(../assets/components/home/play-hover.svg)}.home__controller{z-index:1;cursor:pointer;background:0 0;border:0;width:min(30.4vw,15.7rem);height:auto;padding:0;animation:3.9s ease-in-out infinite controller-neon;position:absolute;bottom:0;left:0}.home__controller img{width:100%;height:auto;display:block}@keyframes controller-neon{0%,to{filter:brightness(.45)drop-shadow(0 0 .16rem #f0ea6e59)drop-shadow(0 0 .48rem #f0ea6e33)}35%{filter:brightness(.7)drop-shadow(0 0 .24rem #f0ea6ebf)drop-shadow(0 0 .64rem #f0ea6e80)drop-shadow(0 0 1.2rem #f0ea6e4d)}50%{filter:brightness(1.1)drop-shadow(0 0 .2rem #061a5c)drop-shadow(0 0 .48rem #071b5ef2)drop-shadow(0 0 .96rem #04326ebf)drop-shadow(0 0 1.76rem #08306080)drop-shadow(0 0 2.8rem #060a7440)}}.home__footer{color:#fff;text-align:center;letter-spacing:.16rem;flex-direction:column;align-items:center;gap:.8rem;width:min(100% - 1.6rem,32rem);font-family:Almarai,sans-serif;font-size:clamp(.8rem,.96vw,1rem);font-weight:400;display:flex;position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%)}.home__legal-link{color:#f5ed5c;font-family:inherit;font-size:inherit;cursor:pointer;letter-spacing:.16rem;background:0 0;border:0;padding:0;position:relative}.home__legal-link:after{content:"";transform-origin:50%;background-color:#f5ed5c;width:100%;height:2px;transition:transform .3s;position:absolute;bottom:-.36rem;left:0;transform:scaleX(0)}.home__legal-link:hover:after,.home__legal-link:focus-visible:after{transform:scaleX(.6)}@media (width>=62.5rem){.home__play{width:11rem;height:4.36rem;margin-top:1.6rem}}@media (width<=37.5rem){.home__heading{text-align:center;align-items:center;width:100%}}.legal-notice{color:#f5ed5c;background-color:#2c2e2e;flex-direction:column;align-items:center;min-height:100vh;padding:2rem;font-family:Almarai;display:flex}.legal-notice h1{margin:0 0 2rem;font-size:3rem;font-weight:400}.legal-notice__content{color:#fff;width:100%;max-width:700px;line-height:1.6}.legal-notice__content h2{color:#f5ed5c;margin:2.5rem 0 .75rem;font-size:1.8rem;font-weight:400}.legal-notice__content p{margin:0 0 1.25rem;font-size:1.2rem;font-weight:400}.legal-notice__back{color:#2c2e2e;cursor:pointer;background-color:#f5ed5c;border:0;margin-top:3rem;margin-bottom:2rem;padding:.9rem 1.5rem;font-family:Almarai;font-size:.9rem;transition:transform .2s,box-shadow .2s}.legal-notice__back:hover{transform:translateY(-2px);box-shadow:0 5px 12px #0003}.legal-notice__footer{color:#fff;text-align:center;letter-spacing:.3rem;margin-top:auto;padding-top:3rem;font-family:Almarai;font-size:.95rem}.settings{color:#303131;background-color:#2c2e2e;flex-direction:column;align-items:center;min-height:100vh;padding:1.6rem 1.2rem;font-family:Almarai,sans-serif;display:flex}.settings__title{color:#f2f4f5;margin:0 0 3.6rem;font-family:Red Rose,sans-serif;font-size:1.8rem;font-weight:700;line-height:1;position:relative}.settings__title:after{content:"";background-image:url(../assets/components/settings/Line%203%20\(1\).svg);background-position:0;background-repeat:no-repeat;background-size:contain;width:120%;height:14.4px;position:absolute;bottom:-.64rem;left:-1rem}.settings__group{border:0;width:100%;max-width:256px;margin:0 0 1.6rem;padding:0}.settings__group legend{color:#f2f4f5;align-items:center;gap:.6rem;margin-bottom:1rem;margin-left:-.4rem;font-family:Almarai,sans-serif;font-size:1.52rem;font-weight:700;display:flex}.settings__group legend img{object-fit:contain;flex-shrink:0;width:33.6px;height:33.6px}.settings__option{color:#f2f4f5;cursor:pointer;justify-content:flex-start;gap:.6rem;min-height:25.6px;margin-bottom:.6rem;margin-left:2.8rem;font-family:Almarai,sans-serif;font-size:.92rem;display:flex}.settings__option input{appearance:none;filter:brightness(0)invert();cursor:pointer;background-image:url(../assets/components/settings/radial-buttons/radio-default.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:19.2px;height:19.2px;margin:0}.settings__option input:checked{background-image:url(../assets/components/settings/radial-buttons/radio-selected.svg)}.settings__option input:checked+span{font-weight:700}.settings__option input:checked~.settings__indicator{opacity:1;transform:translateY(0)}.settings__theme-option:hover input{background-image:url(../assets/components/settings/radial-buttons/radio-selected.svg)}.settings__theme-option:hover span{font-weight:700}.settings__theme-option:hover .settings__indicator{opacity:1;transform:translateY(0)}.settings__group.is-hovering .settings__theme-option input:checked:not(:hover){background-image:url(../assets/components/settings/radial-buttons/radio-default.svg)}.settings__group.is-hovering .settings__theme-option input:checked:not(:hover)+span{font-weight:400}.settings__group.is-hovering .settings__theme-option input:checked:not(:hover)~.settings__indicator{opacity:0}.settings__indicator{opacity:0;width:46.4px;height:auto;margin-left:.4rem;transition:opacity .25s,transform .25s;transform:translateY(3.2px)}.settings__option input:focus-visible{outline-offset:2.4px;outline:1.6px solid #303131}.settings__theme-preview{object-fit:cover;object-position:top;border-radius:.8rem;width:min(100%,256px);height:128px;margin:0 auto 1.6rem;display:block}.settings__start{clip-path:inset(0 round .4rem);color:#0000;cursor:not-allowed;background-color:#0000;background-image:url(../assets/components/settings/Start%20Button/disabled.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:.8rem;width:120px;height:46.4px;margin-top:.4rem;padding:0;font-size:0;overflow:hidden}.settings__start:not(:disabled){cursor:pointer;background-image:url(../assets/components/settings/Start%20Button/default-7.svg)}.settings__start:not(:disabled):hover{background-image:url(../assets/components/settings/Start%20Button/hover-7.svg)}.settings__start:focus-visible{outline-offset:2.4px;outline:1.6px solid #303131}.settings__summary{border-radius:.8rem;justify-content:center;align-items:center;width:100%;margin-top:.8rem;display:flex}.settings__summary-item,.settings__summary-separator{display:none}.settings__summary .settings__start{display:block}@media (width>=32rem) and (width<=54.99rem){.settings{grid-template-rows:auto auto auto auto;grid-template-columns:minmax(192px,.72fr) minmax(0,1fr);align-items:start;column-gap:clamp(1.2rem,3vw,2rem);width:calc(100% - 2rem);max-width:800px;min-height:100vh;margin:0 auto;padding:2rem 0 3.2rem;display:grid}.settings__title{grid-area:1/1;margin:0 0 clamp(1.2rem,3vw,2rem);font-size:clamp(1.6rem,3.5vw,2.2rem)}.settings__title:after{width:115%;height:clamp(11.2px,2vw,12.8px);bottom:-.8rem;left:-.6rem}.settings__group{width:100%;max-width:100%;margin:0}.settings__group legend{text-align:left;justify-content:flex-start;gap:clamp(.48rem,1vw,.68rem);margin-bottom:clamp(.8rem,2vw,1.2rem);font-size:clamp(.96rem,3vw,1.44rem)}.settings__group legend img{width:clamp(19.2px,3.5vw,25.6px);height:clamp(19.2px,3.5vw,25.6px)}.settings__option{text-align:left;justify-content:flex-start;gap:clamp(.48rem,1vw,.76rem);min-height:clamp(24px,3.5vw,32px);margin-bottom:clamp(.4rem,1vw,.64rem);margin-left:clamp(.8rem,2vw,1.8rem);font-size:clamp(.76rem,1.5vw,1.2rem)}.settings__option input{width:clamp(17.6px,2.5vw,20.8px);height:clamp(17.6px,2.5vw,20.8px)}.settings__indicator{width:clamp(38.4px,5vw,49.6px)}.settings__group:first-of-type{grid-area:2/1}.settings__group:nth-of-type(2){grid-area:3/1;margin-top:clamp(-4.8rem,-8vw,-3.6rem)}.settings__group:nth-of-type(3){grid-area:4/1;margin-top:clamp(-4.8rem,-8vw,-3.6rem)}.settings__theme-preview{grid-area:2/2/span 2;place-self:start;width:100%;max-width:clamp(320px,58vw,552px);height:auto;margin:0}.settings__summary{box-sizing:border-box;background-color:#363a3b;border-radius:.8rem;grid-area:4/2;justify-content:space-evenly;align-items:center;gap:0;width:100%;max-width:100%;margin:clamp(1.2rem,3vw,2rem) 0 0;padding:clamp(.48rem,1vw,.8rem) clamp(.6rem,1.5vw,1.2rem);display:flex;overflow:hidden}.settings__summary.is-open{justify-content:space-evenly;gap:0;width:100%;max-width:100%;margin-left:0}.settings__summary-item{color:#b3dbdb;white-space:nowrap;cursor:pointer;background-color:#0000;border:0;padding:0;font-family:Almarai,sans-serif;font-size:clamp(.64rem,1.25vw,1.2rem);font-weight:400;display:block}.settings__summary-separator{object-fit:contain;pointer-events:none;flex:none;width:clamp(14.4px,2.5vw,25.6px);height:clamp(32px,5vw,56px);display:block}.settings__summary.is-open .settings__summary-separator{width:clamp(16px,2.8vw,28.8px);height:clamp(33.6px,5.5vw,59.2px)}.settings__summary .settings__start{flex:none;width:clamp(72px,12vw,120px);min-width:clamp(72px,12vw,120px);height:clamp(33.6px,5vw,46.4px);margin:0}}@media (width>=55rem){.settings{grid-template-rows:auto auto auto auto;grid-template-columns:minmax(240px,320px) minmax(0,1fr);align-items:start;column-gap:2.4rem;width:calc(100% - 2.4rem);max-width:960px;margin:0 auto;padding:2.4rem 0 4rem;display:grid}.settings__title{grid-area:1/1;margin:0 0 3.2rem;font-size:2.6rem}.settings__title:after{width:115%;height:19.2px;bottom:-.88rem;left:-.6rem}.settings__group{width:100%;max-width:368px;margin:0}.settings__group legend{text-align:left;justify-content:flex-start;align-items:center;gap:.68rem;margin-bottom:1.2rem;font-size:1.44rem;font-weight:700;line-height:1.1;display:flex}.settings__group legend img{flex-shrink:0;width:33.6px;height:33.6px}.settings__option{white-space:nowrap;text-align:left;justify-content:flex-start;align-items:center;gap:.76rem;width:max-content;min-height:32px;margin-bottom:.64rem;margin-left:1.8rem;font-size:1.2rem;font-weight:500;display:flex}.settings__option input{flex-shrink:0;width:20.8px;height:20.8px}.settings__indicator{flex-shrink:0;width:49.6px;margin-left:.4rem}.settings__group:first-of-type{grid-area:2/1}.settings__group:nth-of-type(2){grid-area:3/1;margin-top:-4.16rem}.settings__group:nth-of-type(3){grid-area:4/1;margin-top:-4.16rem}.settings__theme-preview{grid-area:2/2/span 2;place-self:start center;width:100%;max-width:544px;height:auto;margin:0;transform:translate(.16rem)}.settings__summary-item,.settings__summary-separator{display:block}.settings__summary{box-sizing:border-box;background-color:#363a3b;border-radius:1.6rem;grid-area:4/2;justify-content:space-between;justify-self:center;align-items:center;width:min(100%,552px);min-width:0;margin:1.6rem 0 0;padding:.8rem 1.2rem;transition:width .3s,gap .3s,transform .3s;display:flex}.settings__summary.is-open{justify-self:center;gap:1.2rem;width:min(100%,664px);transform:translate(.8rem)}.settings__summary-item{color:#f2f4f5;white-space:nowrap;cursor:pointer;background-color:#0000;border:0;min-width:0;padding:0;font-family:Almarai,sans-serif;font-size:clamp(.92rem,1.5vw,1.2rem);font-weight:400}.settings__summary-item:hover{color:#f2f4f5;font-weight:400}.settings__summary-item:focus-visible{outline-offset:3.2px;outline:1.6px solid #303131}.settings__summary-separator{object-fit:contain;pointer-events:none;flex:0 0 25.6px;width:25.6px;height:56px}.settings__summary.is-open .settings__summary-separator{flex-basis:28.8px;width:28.8px;height:59.2px}.settings__summary .settings__start{border-radius:.8rem;flex:0 0 120px;width:120px;min-width:120px;height:46.4px;margin:0;transition:transform .25s}.settings__summary .settings__start:not(:disabled):hover{transform:translateY(-4px)scale(1.03)}}@media (width>=70rem){.settings{grid-template-columns:minmax(320px,368px) minmax(0,1fr);column-gap:4.8rem;width:calc(100% - 4.8rem);max-width:1120px}.settings__title{font-size:3.2rem}.settings__title:after{width:120%;height:22.4px;bottom:-1.04rem;left:-.72rem}.settings__group{max-width:368px}.settings__group legend{text-align:left;justify-content:flex-start;font-size:1.84rem}.settings__option{text-align:left;justify-content:flex-start;font-size:1.2rem}.settings__theme-preview{justify-self:center;max-width:600px;transform:translate(2.08rem)}.settings__summary{justify-self:end;width:min(100%,600px)}.settings__summary.is-open{justify-self:center;width:min(100%,640px);transform:translate(2.4rem)}}.game{min-height:100vh;padding:2.4rem .8rem .8rem}.game__header{grid-template-columns:1fr;align-items:center;gap:1rem;width:min(100%,64rem);margin:0 auto 1.6rem;display:grid}.game__current-player{white-space:nowrap;justify-content:center;justify-self:center;align-items:center;gap:.36rem;font-size:clamp(.8rem,1.2vw,1.08rem);display:flex}.game__exit{aspect-ratio:3;background-color:#0000;background-image:var(--exit-button-default);cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;justify-self:center;width:clamp(7.2rem,9.6vw,8.4rem);padding:0}.game__exit:hover{background-image:var(--exit-button-hover)}.game__exit-icon{display:block}.field{width:min(100%,33rem);margin:.8rem auto 0;display:grid}.field[data-card-count="16"]{grid-template-columns:repeat(4,minmax(0,1fr))}.field[data-card-count="24"],.field[data-card-count="36"]{grid-template-columns:repeat(6,minmax(0,1fr))}.board__controller{display:none}@media (width>=48rem){.game__header{grid-template-columns:auto 1fr auto;gap:clamp(.8rem,1.6vw,0rem);width:min(100%,64rem);margin-bottom:.5rem}.game__exit{justify-self:end}}@media (width>=62.5rem){.board__controller{display:block}}.exit-confirmation{z-index:100;background:#2c2e2e59;justify-content:center;align-items:center;padding:.8rem;display:flex;position:fixed;inset:0}.exit-confirmation__dialog{text-align:center;background-color:#fff;border-radius:1.2rem;width:min(100%,36rem);padding:clamp(.8rem,2.4vw,2.4rem) clamp(2.4rem,2.4vw,6.4rem);animation:.45s ease-out both popup-slide-in;box-shadow:0 .8rem 2.4rem #0003}@keyframes popup-slide-in{0%{opacity:0;transform:translateY(-100vh)}to{opacity:1;transform:translateY(0)}}.exit-confirmation__title{color:#2c2e2e;max-width:27.2rem;margin:0 auto;font-family:Almarai,sans-serif;font-size:clamp(1.28rem,3.2vw,1.8rem);font-weight:700;line-height:1.35}.exit-confirmation__actions{justify-content:center;align-items:center;gap:.16rem;margin-top:clamp(2rem,4vw,3.2rem);display:flex}.exit-confirmation__back,.exit-confirmation__exit{aspect-ratio:148/57;box-sizing:border-box;cursor:pointer;background-color:#0000;background-position:50%;background-repeat:no-repeat;background-size:100% 60%;border:1px solid #0000;width:clamp(9.6rem,19.2vw,16rem);padding:0;transition:transform .25s,border-color .25s}.exit-confirmation__exit{background-image:var(--popup-exit-default);order:2}.exit-confirmation__exit:hover{filter:drop-shadow(0 0 .032rem #66cfbc)drop-shadow(0 0 .064rem #66cfbc);transform:translateY(1.6px)}.exit-confirmation__back{background-image:var(--popup-back-default);order:1}.exit-confirmation__back:hover{background-image:var(--popup-back-hover);transform:translateY(-1.6px)}.exit-confirmation__back:focus-visible,.exit-confirmation__exit:focus-visible{outline-offset:.2rem;outline:2px solid #29aef5}@media (width<=40rem){.exit-confirmation__dialog{width:min(100%,35rem);padding:2rem 1.5rem 2.25rem}.exit-confirmation__title{font-size:clamp(1.5rem,4.5vw,2rem)}.exit-confirmation__actions{flex-direction:row;gap:.75rem;margin-top:2.5rem}.exit-confirmation__back,.exit-confirmation__exit{width:min(17rem,45%)}}.exit-confirmation[data-theme=coding-vibes] .exit-confirmation__title{color:#2c2e2e;font-family:Red Rose,sans-serif}.exit-confirmation[data-theme=games] .exit-confirmation__title{color:#294f60;font-family:Orbitron,sans-serif;font-weight:700}.exit-confirmation[data-theme=da-project] .exit-confirmation__title{color:#141415;font-family:Figtree,sans-serif;font-weight:700}.exit-confirmation[data-theme=food] .exit-confirmation__title{color:#a6530c;font-family:Klee One,sans-serif;font-weight:600}.game[data-theme=coding-vibes]{color:#f2f4f5;background-color:#2c2e2e;font-family:Red Rose,sans-serif}.game[data-theme=coding-vibes] .game__header{grid-template-columns:1fr auto 1fr;width:min(100%,1420px)}.game[data-theme=coding-vibes] .game__score{box-sizing:border-box;background-color:#3f5552;justify-content:center;justify-self:start;align-items:center;gap:20px;width:min(100%,292px);height:62px;padding:17px 20px;display:flex}.game[data-theme=coding-vibes] .game__score-player{white-space:nowrap;flex-direction:row;flex-shrink:0;align-items:center;gap:.4rem;font-family:Red Rose,sans-serif;font-size:22px;display:flex}.game[data-theme=coding-vibes] .game__score-icon{object-fit:contain;width:clamp(1.25rem,2vw,2rem);height:clamp(1.25rem,2vw,2rem)}.game[data-theme=coding-vibes] .game__current-player{justify-self:center;font-family:Red Rose,sans-serif;font-size:32px;font-weight:700;line-height:100%}.game[data-theme=coding-vibes] .game__current-player-icon{width:2rem;height:2rem}.game[data-theme=coding-vibes] .game__score-player--blue{color:#29aef5}.game[data-theme=coding-vibes] .game__score-player--orange{color:#f58a27}.game[data-theme=coding-vibes] .game__exit{aspect-ratio:auto;justify-self:end;width:195px;height:62px}@media (width<=47.999rem){.game[data-theme=coding-vibes] .game__header{grid-template-columns:1fr}.game[data-theme=coding-vibes] .game__score,.game[data-theme=coding-vibes] .game__current-player,.game[data-theme=coding-vibes] .game__exit{justify-self:center}.game[data-theme=coding-vibes] .game__score{width:min(100%,292px)}.game[data-theme=coding-vibes] .game__exit{width:min(100%,195px)}}.game[data-theme=games]{background-color:#294f60;font-family:Orbitron,sans-serif;font-weight:700}.game[data-theme=games] .game__header{background-color:#fd96c933;border-radius:24px;width:min(100%,1412px);padding:12px}.game[data-theme=games] .game__score{box-sizing:border-box;background-color:#fff;border-radius:10px;flex-flow:row;justify-content:center;align-items:center;gap:40px;min-width:182px;height:54px;padding:0 16px;display:flex}.game[data-theme=games] .game__score-player{white-space:nowrap;flex-direction:row;flex-shrink:0;align-items:center;gap:.4rem;display:flex}.game[data-theme=games] .game__score-player--blue{color:#29aef5}.game[data-theme=games] .game__score-player--orange{color:#f58a27}.game[data-theme=games] .game__score-points{letter-spacing:0;font-family:Orbitron,sans-serif;font-size:30px;font-weight:700;line-height:100%}.game[data-theme=games] .game__current-player{color:#fff;text-align:right;font-family:Orbitron,sans-serif;font-size:32px;font-weight:700;line-height:100%}.game[data-theme=games] .game__exit{aspect-ratio:auto;width:195px;height:54px}.game[data-theme=da-project]{color:#f1f1f1;background:radial-gradient(at 50% 0,#292929 0%,#222 35%,#1b1b1b 70%,#151515 100%)}.game[data-theme=da-project] .game__header{background:linear-gradient(135deg,#292929 0%,#232323 45%,#1d1d1d 100%);border:1px solid #ffffff14;border-radius:24px;width:min(100%,1412px);padding:14px}.game[data-theme=da-project] .game__score{box-sizing:border-box;background-color:#f1f1f1;border-radius:10px;flex-flow:row;justify-content:center;align-items:center;gap:40px;min-width:182px;height:54px;padding:0 16px;display:flex}.game[data-theme=da-project] .game__score-player{white-space:nowrap;flex-direction:row;flex-shrink:0;align-items:center;gap:.4rem;display:flex}.game[data-theme=da-project] .game__score-player--blue{color:#1769ff}.game[data-theme=da-project] .game__score-player--orange{color:#e56b17}.game[data-theme=da-project] .game__score-points{letter-spacing:0;font-family:Figtree,sans-serif;font-size:30px;font-weight:700;line-height:100%}.game[data-theme=da-project] .game__current-player{color:#f1f1f1;letter-spacing:0;text-align:right;font-family:Figtree,sans-serif;font-size:30px;font-weight:600;line-height:100%}.game[data-theme=da-project] .game__current-player-icon{width:2rem;height:2rem}.game[data-theme=da-project] .game__exit{aspect-ratio:auto;width:195px;height:54px}.game[data-theme=food]{color:#9b4d0b;background-color:#faf3eb;font-family:Figtree,sans-serif}.game[data-theme=food] .game__header{background-color:#f0e5d9;border-radius:24px;width:min(100%,1412px);padding:12px}.game[data-theme=food] .game__score{box-sizing:border-box;background-color:#fff;border-radius:10px;flex-flow:row;justify-content:center;align-items:center;gap:40px;min-width:182px;height:54px;padding:0 16px;display:flex}.game[data-theme=food] .game__score-player{white-space:nowrap;flex-direction:row;flex-shrink:0;align-items:center;gap:.4rem;display:flex}.game[data-theme=food] .game__score-player--blue{color:#087fc5}.game[data-theme=food] .game__score-player--orange{color:#ea6900}.game[data-theme=food] .game__score-points{letter-spacing:0;font-family:Klee One,sans-serif;font-size:30px;font-weight:700;line-height:100%}.game[data-theme=food] .game__current-player{color:#a6530c;letter-spacing:0;text-align:right;font-family:Klee One,sans-serif;font-size:32px;font-weight:700;line-height:100%}.game[data-theme=food] .game__current-player-icon{width:2rem;height:2rem}.game[data-theme=food] .game__exit{aspect-ratio:auto;width:195px;height:54px}.game-over{z-index:90;box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem 1.5rem;animation:.45s ease-out both game-over-slide-in;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes game-over-slide-in{0%{opacity:0;transform:translateY(-100vh)}to{opacity:1;transform:translateY(0)}}.game-over__title{margin:0;font-size:clamp(2rem,8vw,4rem);font-weight:700;line-height:1}.game-over__score-wrapper{flex-direction:column;align-items:center;width:100%;margin-top:clamp(7rem,12vw,10rem);display:flex}.game-over__score-label{margin:0 0 .65rem;font-size:clamp(1.25rem,3vw,2rem);font-weight:400;line-height:1}.game-over__score{margin:0}.game-over__result{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:clamp(1.5rem,4vw,3rem);display:none}.game-over.is-result .game-over__result{animation:1.7s ease-out both game-over-result-slide-in;display:flex}@keyframes game-over-result-slide-in{0%{opacity:0;transform:translateY(-100vh)}to{opacity:1;transform:translateY(0)}}.game-over.is-result .game-over__title,.game-over.is-result .game-over__score-wrapper{display:none}.game-over.is-result .game-over__new-game{display:block}.game-over__winner-name,.game-over__draw-name{margin:.5rem 0 0;font-size:clamp(1.5rem,6vw,3rem);font-weight:700;line-height:1.1}.game-over__winner-image,.game-over__draw-image{width:clamp(8rem,18vw,13rem);max-width:100%;height:auto;margin-top:clamp(1rem,3vw,2rem)}.game-over__new-game{aspect-ratio:150/58;color:#0000;cursor:pointer;background-color:#0000;background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;border-radius:.5rem;width:clamp(8rem,30vw,10rem);margin-top:clamp(1.5rem,5vw,3rem);padding:0;font-size:0;display:none}.game-over__new-game:focus-visible{outline-offset:.25rem;outline:2px solid}.game-over__new-game{border-radius:.5rem;transition:transform .2s}.game-over__new-game:hover{transform:scale(.96)}.game-over__new-game:active{transform:scale(.92)}.game-over[data-theme=coding-vibes]{color:#f2f4f5;background-color:#2c2e2e;font-family:Red Rose,sans-serif}.game-over[data-theme=coding-vibes] .game-over__title{color:#4dd5bc;letter-spacing:-.05em;text-shadow:-7px 0 8px #4dd5bc80,0 2px #0000004d,0 0 3px #4dd5bcf2,0 0 8px #4dd5bca6;margin:0;font-family:Red Rose,sans-serif;font-size:clamp(2rem,15vw,18rem);font-weight:700}.game-over[data-theme=coding-vibes] .game__score-player{align-items:center;gap:.4rem;display:flex}.game-over[data-theme=coding-vibes] .game__score-icon{object-fit:contain;width:1.5rem;height:1.5rem}.game-over[data-theme=coding-vibes] .game-over__score-label{color:#fff;margin:0 0 1.35rem;font-family:Red Rose,sans-serif;font-size:clamp(1.5rem,2vw,3.25rem);font-weight:400;line-height:1}.game-over[data-theme=coding-vibes] .game__score{box-sizing:border-box;background-color:#3f5552;border-radius:.5rem;justify-content:center;align-items:center;gap:clamp(1.25rem,4vw,2rem);width:clamp(14rem,55vw,20rem);min-height:3.25rem;padding:.75rem 1rem;display:flex}.game-over[data-theme=coding-vibes] .game__score-player{white-space:nowrap;flex-shrink:0;align-items:center;gap:.35rem;font-family:Red Rose,sans-serif;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:700;display:flex}.game-over[data-theme=coding-vibes] .game__score-player--blue{color:#29aef5}.game-over[data-theme=coding-vibes] .game__score-player--orange{color:#f58a27}.game-over[data-theme=coding-vibes] .game-over__result-title{color:#fff;font-family:Red Rose,sans-serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400}.game-over[data-theme=coding-vibes] .game-over__winner-name{font-family:Red Rose,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.game-over[data-theme=coding-vibes] .game-over__winner-name--blue{color:#29aef5}.game-over[data-theme=coding-vibes] .game-over__winner-name--orange{color:#f58a27}.game-over[data-theme=coding-vibes] .game-over__draw-image{width:clamp(10rem,25vw,18rem);max-width:100%;height:auto;margin-top:clamp(1rem,3vw,2rem)}.game-over[data-theme=coding-vibes] .game-over__draw-name{color:#4dd5bc;letter-spacing:-.05em;text-shadow:-7px 0 8px #4dd5bc80,0 2px #0000004d,0 0 3px #4dd5bcf2,0 0 8px #4dd5bca6;font-family:Red Rose,sans-serif;font-size:clamp(2rem,15vw,8rem);font-weight:700;line-height:1}.game-over[data-theme=games]{color:#fff;background-color:#294f60;font-family:Orbitron,sans-serif}.game-over[data-theme=games] .game-over__title{color:#f5006d;letter-spacing:.02em;font-family:Orbitron,sans-serif;font-size:clamp(3.5rem,9vw,10rem);font-weight:700}.game-over[data-theme=games] .game-over__score-label{font-family:Orbitron,sans-serif;font-size:clamp(1.25rem,2.5vw,2rem);font-weight:400}.game-over[data-theme=games] .game__score{box-sizing:border-box;background-color:#fff;border-radius:.5rem;justify-content:center;align-items:center;gap:clamp(1.5rem,3vw,2.5rem);min-height:3.75rem;padding:.6rem 1.8rem;display:flex}.game-over[data-theme=games] .game__score-player{white-space:nowrap;align-items:center;gap:.1rem;font-family:Orbitron,sans-serif;font-size:clamp(1.1rem,3vw,2.5rem);font-weight:700;display:flex}.game-over[data-theme=games] .game__score-icon{object-fit:contain;width:2.5rem;height:2.5rem}.game-over[data-theme=games] .game__score-player--blue{color:#1598e8}.game-over[data-theme=games] .game__score-player--orange{color:#ff7600}.game-over[data-theme=games] .game-over__result-title{font-family:Orbitron,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:400}.game-over[data-theme=games] .game-over__winner-name{font-family:Orbitron,sans-serif;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700}.game-over[data-theme=games] .game-over__winner-name--blue{color:#1598e8}.game-over[data-theme=games] .game-over__winner-name--orange{color:#ff7600}.game-over[data-theme=games] .game-over__draw-name{color:#f5006d;font-family:Orbitron,sans-serif;font-size:clamp(3rem,8vw,7.5rem);font-weight:700}.game-over[data-theme=games] .game-over__winner-image,.game-over[data-theme=games] .game-over__draw-image{width:clamp(10rem,24vw,18rem)}.game-over[data-theme=da-project]{color:#f1f1f1;background:radial-gradient(at 50% 0,#292929 0%,#222 35%,#1b1b1b 70%,#151515 100%);font-family:Figtree,sans-serif}.game-over[data-theme=da-project] .game-over__title{color:#fff;letter-spacing:.02em;font-family:Figtree,sans-serif;font-size:clamp(3.5rem,9vw,10rem);font-weight:700}.game-over[data-theme=da-project] .game-over__score-label{font-family:Figtree,sans-serif;font-size:clamp(1.25rem,2.5vw,2rem);font-weight:400}.game-over[data-theme=da-project] .game__score{box-sizing:border-box;background-color:#fff;border-radius:.5rem;justify-content:center;align-items:center;gap:clamp(1rem,2vw,2.5rem);min-height:3.75rem;padding:.6rem 1.8rem;display:flex}.game-over[data-theme=da-project] .game__score-player{white-space:nowrap;align-items:center;gap:.3rem;font-family:Figtree,sans-serif;font-size:clamp(1.1rem,3vw,2.5rem);font-weight:700;display:flex}.game-over[data-theme=da-project] .game__score-icon{object-fit:contain;width:2.5rem;height:2.5rem}.game-over[data-theme=da-project] .game__score-player--blue{color:#1598e8}.game-over[data-theme=da-project] .game__score-player--orange{color:#ff7600}.game-over[data-theme=da-project] .game-over__result-title{font-family:Figtree,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:400}.game-over[data-theme=da-project] .game-over__winner-name{font-family:Figtree,sans-serif;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700}.game-over[data-theme=da-project] .game-over__winner-name--blue{color:#1598e8}.game-over[data-theme=da-project] .game-over__winner-name--orange{color:#ff7600}.game-over[data-theme=da-project] .game-over__draw-name{color:#fff;font-family:Figtree,sans-serif;font-size:clamp(3rem,8vw,7.5rem);font-weight:700}.game-over[data-theme=da-project] .game-over__winner-image,.game-over[data-theme=da-project] .game-over__draw-image{width:clamp(10rem,24vw,18rem)}.game-over[data-theme=food]{color:#fff;background-color:#f3832d;font-family:Klee One,sans-serif}.game-over[data-theme=food].is-result{color:#a6530c;background-color:#f3e8d5}.game-over[data-theme=food] .game-over__title{color:#f3e8d5;letter-spacing:.02em;font-family:Klee One,sans-serif;font-size:clamp(3.5rem,9vw,10rem);font-weight:600}.game-over[data-theme=food] .game-over__score-label{color:#f3e8d5;font-family:Klee One,sans-serif;font-size:clamp(1.25rem,2.5vw,2rem);font-weight:400}.game-over[data-theme=food] .game__score{box-sizing:border-box;background-color:#fff;border-radius:.5rem;justify-content:center;align-items:center;gap:clamp(1rem,2vw,2.5rem);min-height:3.75rem;padding:.6rem 1rem;display:flex}.game-over[data-theme=food] .game__score-player{white-space:nowrap;align-items:center;gap:.3rem;font-family:Klee One,sans-serif;font-size:clamp(1.1rem,3vw,2.5rem);font-weight:600;display:flex}.game-over[data-theme=food] .game__score-icon{object-fit:contain;width:2.5rem;height:2.5rem}.game-over[data-theme=food] .game__score-player--blue{color:#1598e8}.game-over[data-theme=food] .game__score-player--orange{color:#ff7600}.game-over[data-theme=food] .game-over__result-title{color:#a45212;font-family:Klee One,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:400}.game-over[data-theme=food] .game-over__winner-name{font-family:Klee One,sans-serif;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:600}.game-over[data-theme=food] .game-over__winner-name--blue,.game-over[data-theme=food] .game-over__winner-name--orange{color:#a45212}.game-over[data-theme=food] .game-over__draw-name{color:#f3832d;font-family:Klee One,sans-serif;font-size:clamp(3rem,8vw,7.5rem);font-weight:600}.game-over[data-theme=food] .game-over__winner-image,.game-over[data-theme=food] .game-over__draw-image{width:clamp(10rem,24vw,18rem)}.game-over__confetti{z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;background-image:url(../assets/images/Confetti.svg);background-position:top;background-repeat:repeat-x;background-size:auto 100%;width:100%;height:clamp(7rem,18vh,12rem);animation:1.2s ease-out both confetti-fall;position:absolute;top:0;left:0}.game-over__result-title,.game-over__winner-name,.game-over__winner-image,.game-over__draw-name,.game-over__draw-image,.game-over__new-game{z-index:1;position:relative}@keyframes confetti-fall{0%{opacity:0;transform:translateY(-5rem)}to{opacity:1;transform:translateY(0)}}@media (width>=40rem){.game-over{padding:3rem 2rem}}@media (width>=68.75rem){.game-over{padding:4rem 3rem}}
