@import"https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&family=Klee+One:wght@600&family=Red+Rose:wght@400;700&display=swap";:root{--home-bg: #303131;--home-text: #ffffff;--home-focus-outline: #ffffff;--settings-active: #303131;--settings-accent: #f0ea6e;--settings-bg: #ececec;--settings-border: #dddddd;--settings-footer-bg: #e7e7e7;--settings-muted: #cfcfcf;--settings-text: #303131}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden}body{background-color:var(--home-bg);color:var(--home-text);font-family:Arial,Helvetica,sans-serif}#app{width:100%;height:100%}.game-screen{--game-score-top: calc(100% * 41 / 1024);--game-score-left: calc(100% * 112 / 1440);--game-score-width: calc(100% * 292 / 1440);--game-score-height: calc(100% * 62 / 1024);--game-exit-top: calc(100% * 41.5 / 1024);--game-label-top: calc(100% * 75 / 1024);--game-exit-left: calc(100% * 1122.5 / 1440);--game-label-left: calc(100% * 772.974 / 1440);--game-board-top: calc(100% * 255 / 1024);--game-board-width: calc(100% * 542 / 1440);--game-board-gap: calc(100% * 12 / 1440);--game-board-columns: 4;width:100vw;height:100dvh;overflow:hidden;background-color:var(--home-bg)}.game-screen--board-24{--game-score-top: calc(100% * 38 / 1024);--game-exit-top: calc(100% * 38.5 / 1024);--game-label-top: 7.03125% ;--game-board-top: calc(100% * 255 / 1024);--game-board-width: calc(100% * 812 / 1440);--game-board-columns: 6}.game-screen--board-36{--game-score-top: calc(100% * 10 / 1024);--game-exit-top: calc(100% * 10.5 / 1024);--game-label-top: calc(100% * 44 / 1024);--game-board-top: calc(100% * 145 / 1024);--game-board-width: calc(100% * 812 / 1440);--game-board-columns: 6}.game-screen__canvas{position:relative;width:100%;height:100%}.game-screen__board-area{position:absolute;top:var(--game-board-top);left:50%;width:var(--game-board-width);transform:translate(-50%)}.game-screen__board-grid{display:grid;grid-template-columns:repeat(var(--game-board-columns),minmax(0,1fr));gap:var(--game-board-gap)}.game-card{display:block;width:100%;aspect-ratio:1/1;padding:0;border:0;background:none;cursor:pointer;perspective:800px}.game-card:focus-visible{outline:2px solid #f0e5d9;outline-offset:2px}.game-card__inner{display:block;position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .3s ease-in-out}.game-card__face{position:absolute;inset:0;backface-visibility:hidden}.game-card__face--front{overflow:hidden;background-color:#2f8d7b;background-image:linear-gradient(136deg,#4dd5bc 19%,#2f8d7b);background-repeat:no-repeat;background-position:center;background-size:cover}.game-card__face--back{transform:rotateY(180deg);background-color:#e8f3f0;background-repeat:no-repeat;background-position:center;background-size:cover}.game-card.flipped .game-card__inner{transform:rotateY(180deg)}.game-card.is-matched{cursor:default}.game-card.is-matched .game-card__face--back{box-shadow:inset 0 0 0 2px #f0ea6eb3}.game-screen__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.game-screen__hud{position:absolute;inset:0;pointer-events:none}.game-screen__scoreboard{position:absolute;top:var(--game-score-top);left:var(--game-score-left);width:var(--game-score-width);height:var(--game-score-height);display:flex;align-items:center;gap:3.4246575342%;padding:0 4.7945205479%;background-color:#3f5958;font-family:Almarai,sans-serif;font-size:clamp(14px,1.15vw,22px);font-weight:700;line-height:1}.game-screen__score{display:inline-flex;align-items:center;gap:.26em;white-space:nowrap}.game-screen__score-icon{width:.88em;height:.7em;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.game-screen__score-icon svg{width:100%;height:100%;display:block}.game-screen__score--blue{color:#2bb1ff}.game-screen__score--orange{color:#f58e39}.game-screen__score-value{min-width:.55em}.game-screen__current-player{position:absolute;top:var(--game-label-top);left:50%;width:auto;min-width:188px;height:32px;display:flex;align-items:center;justify-content:center;gap:8px;transform:translate(-50%);color:#fff;font-family:Red Rose,serif;font-size:26px;font-weight:400;font-style:normal;line-height:1;letter-spacing:0;pointer-events:none}.game-screen__current-player-text{display:inline-flex;align-items:center;white-space:nowrap;flex-shrink:0}.game-screen__current-player-marker{width:29px;height:24px;display:flex;align-items:center;justify-content:center;color:#2bb1ff;pointer-events:none;flex-shrink:0}.game-screen__current-player-marker.is-orange{color:#f58e39}.game-screen__current-player-marker svg{width:100%;height:100%;display:block}.game-screen__exit-button{position:absolute;top:var(--game-exit-top);left:var(--game-exit-left);width:14.3055555556%;height:5.95703125%;padding:0;border:0;background:none;overflow:hidden;cursor:pointer;pointer-events:auto}.game-screen__exit-button-image{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:fill;transition:transform .15s ease,filter .15s ease}.game-screen__exit-button:hover .game-screen__exit-button-image,.game-screen__exit-button:focus-visible .game-screen__exit-button-image{transform:scale(1.008);filter:brightness(1.08) drop-shadow(0 0 8px rgba(255,255,255,.25))}.game-screen__exit-button:focus-visible{outline:2px solid #f0e5d9;outline-offset:2px}.game-screen__exit-fallback{position:absolute;top:18px;right:18px;height:40px;padding:0 16px;border:1px solid #2f2f2f;background-color:#ececec;color:#2f2f2f;font-family:Almarai,sans-serif;font-size:18px;font-weight:700;line-height:1;cursor:pointer;pointer-events:auto}.game-screen__exit-fallback:focus-visible{outline:2px solid #2f2f2f;outline-offset:2px}.game-screen__exit-modal{position:absolute;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background-color:#303131a3;pointer-events:auto}.game-screen__exit-modal[hidden]{display:none}.game-screen__exit-modal-panel{width:min(889px,100%);min-height:443px;padding:72px 40px 66px;background-color:#ececed;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:92px}.game-screen__exit-modal-title{width:min(459px,100%);min-height:79px;margin:0;color:#303131;font-family:Red Rose,serif;font-size:32px;font-weight:700;font-style:normal;line-height:40px;letter-spacing:0;text-align:center}.game-screen__exit-modal-actions{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.game-screen__modal-button{padding:0;border:0;background:none;cursor:pointer;transition:transform .14s ease}.game-screen__modal-button-image{display:block;width:auto;height:57px;transition:filter .15s ease,background-color .15s ease}.game-screen__modal-button--back .game-screen__modal-button-image{width:182px}.game-screen__modal-button--exit{background-color:#86e9d629}.game-screen__modal-button--exit .game-screen__modal-button-image{width:148px}.game-screen__modal-button:hover,.game-screen__modal-button:focus-visible{transform:translateY(-1px)}.game-screen__modal-button--back:hover .game-screen__modal-button-image,.game-screen__modal-button--back:focus-visible .game-screen__modal-button-image{filter:brightness(1.08)}.game-screen__modal-button--exit:hover,.game-screen__modal-button--exit:focus-visible{background-color:#66cfbc4d}.game-screen__modal-button--exit:hover .game-screen__modal-button-image,.game-screen__modal-button--exit:focus-visible .game-screen__modal-button-image{filter:saturate(1.08) brightness(1.03)}.game-screen__modal-button:focus-visible{outline:2px solid #f0e5d9;outline-offset:4px}@media(max-width:1100px){.game-screen{overflow-y:auto}.game-screen__canvas{min-height:100%;padding:14px 14px 18px;display:flex;flex-direction:column;gap:14px}.game-screen__hud{position:static;inset:auto;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);grid-template-areas:"score current exit";align-items:center;gap:10px;pointer-events:auto}.game-screen__scoreboard{grid-area:score;position:static;width:min(220px,100%);height:44px;padding:0 10px;gap:8px;font-size:15px}.game-screen__current-player{grid-area:current;position:static;transform:none;width:auto;min-width:188px;height:32px;font-size:26px;justify-self:center}.game-screen__current-player-marker{width:29px;height:24px}.game-screen__exit-button{grid-area:exit;position:relative;top:auto;left:auto;width:152px;height:44px;justify-self:end}.game-screen__board-area{position:static;top:auto;left:auto;transform:none;width:min(95vw,680px);margin:0 auto 8px}.game-screen--board-24 .game-screen__board-area,.game-screen--board-36 .game-screen__board-area{width:min(95vw,760px)}.game-screen__board-grid{gap:8px}}@media(max-width:700px){.game-screen__canvas{padding:10px 8px 14px;gap:10px}.game-screen__hud{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"current current" "score exit";row-gap:6px}.game-screen__scoreboard{grid-area:score;max-width:none;height:38px;font-size:13px;padding:0 8px}.game-screen__current-player{grid-area:current;justify-self:center;width:auto;min-width:156px;height:24px;font-size:20px;gap:8px}.game-screen__current-player-marker{width:22px;height:18px}.game-screen__exit-button{grid-area:exit;width:128px;height:38px}.game-screen__board-area,.game-screen--board-24 .game-screen__board-area,.game-screen--board-36 .game-screen__board-area{width:min(96vw,560px)}.game-screen__board-grid{gap:6px}.game-screen__exit-modal{padding:10px}.game-screen__exit-modal-panel{min-height:0;padding:26px 16px 22px;gap:26px}.game-screen__exit-modal-title{min-height:0;font-size:26px;line-height:1.2}.game-screen__exit-modal-actions{gap:14px}.game-screen__modal-button--back .game-screen__modal-button-image{width:160px;height:51px}.game-screen__modal-button--exit .game-screen__modal-button-image{width:132px;height:51px}}.game-screen--foods{background-color:#ececec;color:#303131}.game-screen--foods .game-screen__canvas{position:relative;display:flex;flex-direction:column;align-items:center;padding:8px 24px 24px;gap:36px}.game-screen--foods .game-screen__hud{position:static;inset:auto;width:min(1220px,100%);display:block;order:-1;pointer-events:auto}.game-screen--foods .game-screen__foods-topbar{width:min(1219px,100%);height:102px;padding:24px;border-radius:10px;background-color:#f0e5d9;position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"score current exit";align-items:center;column-gap:24px}.game-screen--foods .game-screen__scoreboard{grid-area:score;position:static;width:auto;min-width:184px;height:54px;padding:0 16px;border-radius:10px;background-color:#fff9f2;display:flex;align-items:center;gap:18px;color:#303131;font-family:Red Rose,serif;font-size:clamp(28px,2.05vw,42px);font-weight:700;line-height:1;justify-self:start;z-index:2}.game-screen--foods .game-screen__score{gap:4px}.game-screen--foods .game-screen__score-icon{width:20px;height:24px}.game-screen--foods .game-screen__score-icon svg{width:100%;height:100%;display:block}.game-screen--foods .game-screen__score--orange{color:#ea6900}.game-screen--foods .game-screen__score--blue{color:#097fc5}.game-screen--foods .game-screen__score-value{min-width:.7em;text-align:left}.game-screen--foods .game-screen__current-player{grid-area:current;position:static;transform:none;width:auto;min-width:232px;height:46px;justify-self:center;gap:10px;color:#a45212;font-family:Klee One,sans-serif;font-size:32px;font-weight:600;line-height:1;letter-spacing:0;pointer-events:none}.game-screen--foods .game-screen__current-player-marker{width:41px;height:40px;padding:4px 8px;box-sizing:border-box;border-radius:8px;gap:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#097fc5}.game-screen--foods .game-screen__current-player-marker.is-orange{color:#ea6900}.game-screen--foods .game-screen__current-player-marker svg{width:25px;height:25px;display:block}.game-screen--foods .game-screen__exit-button{grid-area:exit;position:relative;top:auto;left:auto;width:176px;height:49px;padding:0;border:0;border-radius:0;background:none;cursor:pointer;justify-self:end;z-index:2}.game-screen--foods .game-screen__exit-button-image{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;transition:opacity .16s ease}.game-screen--foods .game-screen__exit-button-image--foods-default{opacity:1}.game-screen--foods .game-screen__exit-button-image--foods-hover{opacity:0}.game-screen--foods .game-screen__exit-button:hover,.game-screen--foods .game-screen__exit-button:focus-visible{background:none;border:0}.game-screen--foods .game-screen__exit-button:hover .game-screen__exit-button-image,.game-screen--foods .game-screen__exit-button:focus-visible .game-screen__exit-button-image{filter:none;transform:none}.game-screen--foods .game-screen__exit-button:hover .game-screen__exit-button-image--foods-default,.game-screen--foods .game-screen__exit-button:focus-visible .game-screen__exit-button-image--foods-default{opacity:0}.game-screen--foods .game-screen__exit-button:hover .game-screen__exit-button-image--foods-hover,.game-screen--foods .game-screen__exit-button:focus-visible .game-screen__exit-button-image--foods-hover{opacity:1}.game-screen--foods .game-screen__exit-button:focus-visible{outline:2px solid #f3832d;outline-offset:2px}.game-screen--foods .game-screen__exit-modal{background-color:#3031314d}.game-screen--foods .game-screen__exit-modal-panel--foods{width:min(692px,100%);min-height:387px;padding:58px 28px 28px;border-radius:30px;background-color:#fff9f2;gap:78px}.game-screen--foods .game-screen__exit-modal-title--foods{width:min(376px,100%);min-height:76px;margin:0;color:#a45212;font-family:Klee One,sans-serif;font-size:28px;font-weight:600;line-height:40px;letter-spacing:0;text-align:center}.game-screen--foods .game-screen__exit-modal-actions--foods{gap:36px}.game-screen--foods .game-screen__modal-button--foods{background:none;position:relative}.game-screen--foods .game-screen__modal-button--foods .game-screen__modal-button-image{height:auto}.game-screen--foods .game-screen__modal-button--foods .game-screen__modal-button-image--foods{transition:opacity .15s ease}.game-screen--foods .game-screen__modal-button-image--foods-back{width:214px}.game-screen--foods .game-screen__modal-button-image--foods-exit{width:144px}.game-screen--foods .game-screen__modal-button-image--foods-hover{position:absolute;top:0;left:0;opacity:0}.game-screen--foods .game-screen__modal-button--foods.game-screen__modal-button--exit{background:none}.game-screen--foods .game-screen__modal-button--foods:hover,.game-screen--foods .game-screen__modal-button--foods:focus-visible{transform:translateY(-1px)}.game-screen--foods .game-screen__modal-button--foods:hover .game-screen__modal-button-image--foods-default,.game-screen--foods .game-screen__modal-button--foods:focus-visible .game-screen__modal-button-image--foods-default{opacity:0}.game-screen--foods .game-screen__modal-button--foods:hover .game-screen__modal-button-image--foods-hover,.game-screen--foods .game-screen__modal-button--foods:focus-visible .game-screen__modal-button-image--foods-hover{opacity:1}.game-screen--foods .game-screen__modal-button--foods:focus-visible{outline:2px solid #f3832d;outline-offset:3px}.game-screen--foods .game-screen__board-area{position:static;top:auto;left:auto;width:auto;transform:none;margin:0}.game-screen--foods .game-screen__board-grid{display:grid;justify-content:center;grid-template-columns:repeat(var(--game-board-columns),122px);gap:8px}.game-screen--foods.game-screen--board-24 .game-screen__board-grid,.game-screen--foods.game-screen--board-36 .game-screen__board-grid{grid-template-columns:repeat(6,96px)}.game-screen--foods .game-card__inner{transition:transform .26s ease-in-out}.game-screen--foods .game-card__face--front{background-color:transparent;background-position:center;background-repeat:no-repeat;background-size:100% 100%}.game-screen--foods .game-card__face--back{background-color:#f4ece4;background-position:center;background-repeat:no-repeat;background-size:100% 100%}.game-screen--foods .game-card.is-matched .game-card__face--back{box-shadow:inset 0 0 0 2px #f3832d8c}@media(max-width:1100px){.game-screen--foods{overflow-y:auto}.game-screen--foods .game-screen__canvas{min-height:100dvh;padding:10px 10px 16px;gap:18px}.game-screen--foods .game-screen__hud{width:min(980px,100%)}.game-screen--foods .game-screen__foods-topbar{min-height:76px;padding:12px 14px;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"score current exit";column-gap:12px}.game-screen--foods .game-screen__scoreboard{height:46px;gap:13px;padding:0 12px;min-width:160px;font-size:clamp(26px,3.3vw,38px)}.game-screen--foods .game-screen__current-player{grid-area:current;position:static;top:auto;left:auto;transform:none;justify-self:center;width:max-content;max-width:100%;min-width:0;height:auto;font-size:clamp(24px,2.9vw,34px);gap:10px;z-index:auto}.game-screen--foods .game-screen__exit-button{grid-area:exit;padding:0;width:150px;height:42px}.game-screen--foods .game-screen__exit-button-image{width:150px;height:42px}.game-screen--foods .game-screen__board-grid{grid-template-columns:repeat(var(--game-board-columns),100px);gap:6px}.game-screen--foods.game-screen--board-24 .game-screen__board-grid,.game-screen--foods.game-screen--board-36 .game-screen__board-grid{grid-template-columns:repeat(6,76px)}}@media(max-width:700px){.game-screen--foods .game-screen__canvas{padding:10px 8px 14px;gap:14px}.game-screen--foods .game-screen__foods-topbar{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"score exit" "current current";row-gap:8px;min-height:0;padding:10px}.game-screen--foods .game-screen__scoreboard{grid-area:score;justify-self:start;height:34px;min-width:122px;padding:0 8px;gap:8px;font-size:22px}.game-screen--foods .game-screen__current-player{grid-area:current;position:static;top:auto;left:auto;transform:none;justify-self:center;width:auto;min-width:0;height:auto;font-size:22px;gap:8px;z-index:auto}.game-screen--foods .game-screen__exit-button{grid-area:exit;justify-self:end;width:122px;height:34px;padding:0}.game-screen--foods .game-screen__exit-button-image{width:122px;height:34px}.game-screen--foods.game-screen--board-16 .game-screen__board-grid{grid-template-columns:repeat(4,72px);gap:5px}.game-screen--foods.game-screen--board-24 .game-screen__board-grid,.game-screen--foods.game-screen--board-36 .game-screen__board-grid{grid-template-columns:repeat(6,54px);gap:4px}.game-screen--foods .game-screen__exit-modal-panel--foods{min-height:0;padding:26px 16px 20px;border-radius:20px;gap:28px}.game-screen--foods .game-screen__exit-modal-title--foods{width:min(376px,100%);min-height:0;font-size:22px;line-height:30px}.game-screen--foods .game-screen__exit-modal-actions--foods{gap:12px;width:100%;justify-content:center}.game-screen--foods .game-screen__modal-button-image--foods-back{width:178px}.game-screen--foods .game-screen__modal-button-image--foods-exit{width:122px}}.game-over-screen{position:relative;width:100vw;height:100dvh;overflow:hidden;background-color:#303131;display:flex;align-items:center;justify-content:center;padding:40px 24px}.game-over-screen__intro{width:min(981.5048828125px,100%);display:flex;flex-direction:column;align-items:center;gap:16px}.game-over-screen__banner{display:flex;align-items:center;justify-content:center;width:min(981.5048828125px,100%);height:121.1999359131px}.game-over-screen__title{margin:0;color:#4dd5bc;font-family:Red Rose,serif;font-size:clamp(68px,9.2vw,138px);font-weight:700;line-height:.86;text-align:center}.game-over-screen__winner-page{position:absolute;inset:0;background-color:#303131;padding:168px 24px 40px;display:flex;align-items:center;justify-content:center;transform:translateY(-110%);opacity:0;pointer-events:none}.game-over-screen.is-winner-visible .game-over-screen__winner-page{pointer-events:auto;animation:winner-page-drop .86s ease-out forwards}.game-over-screen__confetti{position:absolute;top:0;left:0;width:100%;min-height:112px;pointer-events:none;object-fit:cover;object-position:top center}.game-over-screen__winner-content{width:min(981.5048828125px,100%);display:flex;flex-direction:column;align-items:center;gap:22px}.game-over-screen__winner-prefix{width:min(426px,100%);height:50px;margin:0;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Red Rose,serif;font-size:40px;font-weight:400;font-style:normal;line-height:1;letter-spacing:0;text-align:center}.game-over-screen__winner-player{width:min(426px,100%);height:75px;margin:0;display:flex;align-items:center;justify-content:center;font-family:Red Rose,serif;font-size:60px;font-weight:700;font-style:normal;line-height:1;letter-spacing:0;text-align:center;text-transform:uppercase}.game-over-screen__winner-player--blue{color:#2bb1ff}.game-over-screen__winner-player--orange{color:#f58e39}.game-over-screen__winner-player--draw{color:#f3f4f6}.game-over-screen__subtitle{width:324px;height:32px;margin:0;color:#fff;font-family:Red Rose,serif;font-size:26px;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;text-align:center}.game-over-screen__summary{width:324px;height:62px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;background-color:#86e9d633;font-family:Almarai,sans-serif}.game-over-screen__player{display:inline-flex;align-items:center;gap:6px;min-width:0;font-size:20px;font-weight:700;line-height:1}.game-over-screen__player--blue{color:#2bb1ff}.game-over-screen__player--orange{color:#f58e39}.game-over-screen__icon{width:18px;height:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.game-over-screen__icon svg{width:100%;height:100%;display:block}.game-over-screen__name{font-size:18px;font-weight:700;white-space:nowrap}.game-over-screen__value{min-width:1ch;font-size:22px;font-weight:700;text-align:right}.game-over-screen__back-home-button{margin-top:8px;padding:0;border:0;background:none;cursor:pointer;transition:transform .14s ease}.game-over-screen__back-home-button-image{width:182px;height:57px;display:block;transition:filter .15s ease}.game-over-screen__back-home-button:hover,.game-over-screen__back-home-button:focus-visible{transform:translateY(-1px)}.game-over-screen__back-home-button:hover .game-over-screen__back-home-button-image,.game-over-screen__back-home-button:focus-visible .game-over-screen__back-home-button-image{filter:brightness(1.08)}.game-over-screen__back-home-button:focus-visible{outline:2px solid #f0e5d9;outline-offset:4px}.game-over-screen--foods{background-color:#f3832d;padding:32px 24px}.game-over-screen--foods .game-over-screen__intro{width:min(1080px,100%);gap:24px}.game-over-screen--foods .game-over-screen__banner{width:min(1080px,100%);height:auto}.game-over-screen--foods .game-over-screen__title{width:min(770px,100%);min-height:188px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Klee One,cursive;font-size:clamp(66px,9vw,130px);font-style:normal;font-weight:600;line-height:1;letter-spacing:0;text-align:center}.game-over-screen--foods .game-over-screen__subtitle{width:min(223px,100%);height:auto;color:#fff;font-family:Klee One,cursive;font-size:clamp(30px,3.6vw,42px);font-style:normal;font-weight:600;line-height:1;letter-spacing:0;text-align:center}.game-over-screen--foods .game-over-screen__summary{width:220px;height:76px;padding:0 16px;gap:40px;justify-content:center;background-color:#fff}.game-over-screen--foods .game-over-screen__summary--foods{font-family:Klee One,cursive}.game-over-screen--foods .game-over-screen__foods-score{display:inline-flex;align-items:center;gap:6px}.game-over-screen--foods .game-over-screen__foods-score--orange{color:#ea6900}.game-over-screen--foods .game-over-screen__foods-score--blue{color:#097fc5}.game-over-screen--foods .game-over-screen__icon{width:28px;height:28px}.game-over-screen--foods .game-over-screen__value{min-width:0;font-family:Klee One,cursive;font-size:42px;font-style:normal;font-weight:600;line-height:1;letter-spacing:0}.game-over-screen--foods .game-over-screen__winner-page{background-color:#f6f6f6;padding:84px 24px 40px}.game-over-screen--foods .game-over-screen__winner-content{width:min(960px,100%);gap:26px}.game-over-screen--foods .game-over-screen__winner-prefix{width:min(253px,100%);min-height:37px;color:#a45212;font-family:Klee One,cursive;font-size:clamp(28px,4.2vw,40px);font-style:normal;font-weight:600;line-height:1;letter-spacing:0;text-align:center}.game-over-screen--foods .game-over-screen__winner-player{width:min(426px,100%);min-height:116px;color:#a45212;font-family:Klee One,cursive;font-size:clamp(44px,8.2vw,80px);font-style:normal;font-weight:600;line-height:1;letter-spacing:0;text-align:center}.game-over-screen--foods .game-over-screen__winner-player--blue,.game-over-screen--foods .game-over-screen__winner-player--orange,.game-over-screen--foods .game-over-screen__winner-player--draw{color:#a45212}.game-over-screen--foods .game-over-screen__winner-icon{width:min(272px,100%);display:flex;align-items:center;justify-content:center}.game-over-screen--foods .game-over-screen__winner-icon-image{width:min(272px,100%);height:auto;display:block}.game-over-screen--foods .game-over-screen__back-home-button{margin-top:4px}.game-over-screen--foods .game-over-screen__back-home-button-image--foods{width:107px;height:55px}.game-over-screen--foods .game-over-screen__back-home-button:focus-visible{outline:2px solid #a45212}@keyframes winner-page-drop{0%{transform:translateY(-110%);opacity:1}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.game-over-screen{padding:24px 14px}.game-over-screen__banner{height:auto}.game-over-screen__title{font-size:clamp(52px,13vw,92px)}.game-over-screen__winner-page{padding:118px 14px 24px}.game-over-screen__winner-content{gap:16px}.game-over-screen__winner-prefix{height:auto;font-size:30px}.game-over-screen__winner-player{height:auto;font-size:clamp(38px,8vw,52px)}.game-over-screen__subtitle{width:min(324px,100%);height:auto;font-size:22px}.game-over-screen__summary{width:min(360px,100%);height:auto;padding:10px;gap:8px}.game-over-screen__player{font-size:17px}.game-over-screen__name{font-size:16px}.game-over-screen__value{font-size:20px}.game-over-screen--foods{padding:24px 14px}.game-over-screen--foods .game-over-screen__winner-page{padding:72px 14px 24px}.game-over-screen--foods .game-over-screen__winner-content{gap:20px}.game-over-screen--foods .game-over-screen__winner-player{min-height:88px}.game-over-screen--foods .game-over-screen__winner-icon,.game-over-screen--foods .game-over-screen__winner-icon-image{width:min(220px,100%)}.game-over-screen--foods .game-over-screen__summary{width:min(220px,100%);height:66px;gap:20px}.game-over-screen--foods .game-over-screen__value{font-size:34px}.game-over-screen--foods .game-over-screen__icon{width:24px;height:24px}}@media(max-width:560px){.game-over-screen__winner-prefix{font-size:26px}.game-over-screen__winner-player{font-size:34px}.game-over-screen__summary{flex-direction:column;align-items:stretch}.game-over-screen__player{justify-content:center}.game-over-screen__back-home-button-image{width:160px;height:50px}.game-over-screen--foods .game-over-screen__title{min-height:132px;font-size:clamp(52px,16vw,90px)}.game-over-screen--foods .game-over-screen__winner-page{padding-top:64px}.game-over-screen--foods .game-over-screen__winner-prefix{min-height:30px;font-size:30px}.game-over-screen--foods .game-over-screen__winner-player{min-height:72px;font-size:clamp(36px,11vw,56px)}.game-over-screen--foods .game-over-screen__winner-icon,.game-over-screen--foods .game-over-screen__winner-icon-image{width:min(182px,100%)}.game-over-screen--foods .game-over-screen__back-home-button-image--foods{width:100px;height:auto}.game-over-screen--foods .game-over-screen__subtitle{font-size:30px}.game-over-screen--foods .game-over-screen__summary{height:58px;padding:0 10px;gap:14px}.game-over-screen--foods .game-over-screen__value{font-size:28px}.game-over-screen--foods .game-over-screen__icon{width:20px;height:20px}}.home-screen{width:100vw;height:100dvh;overflow:hidden}.home-screen__canvas{position:relative;width:100%;height:100%;background-color:var(--home-bg)}.home-screen__content{position:absolute;top:258px;left:232px}.home-screen__controller{position:absolute;left:-59px;top:600px;width:363px;height:410px;-webkit-user-select:none;user-select:none;pointer-events:none}@media(max-width:1200px){.home-screen__content{top:clamp(140px,20vw,210px);left:clamp(40px,7.5vw,120px)}.home-screen__controller{left:-92px;top:auto;bottom:-24px;width:300px;height:338px}}@media(max-width:900px){.home-screen__canvas{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:36px 20px 96px}.home-screen__content{position:static;max-width:100%}.home-screen__controller{width:228px;height:257px;left:-82px;bottom:-40px;opacity:.35}}@media(max-width:600px){.home-screen__canvas{padding:24px 16px 86px}.home-screen__controller{width:194px;height:218px;left:-84px;bottom:-32px;opacity:.28}}.settings-screen{width:100vw;height:100dvh;overflow:hidden;background-color:var(--settings-bg);color:var(--settings-text)}.settings-screen__canvas{position:relative;width:min(100%,1440px);margin-right:auto;margin-left:0;height:100%}.settings-panel{position:absolute;top:104px;left:126px;width:420px}.settings-preview{position:absolute;top:212px;right:132px;width:460px}.settings-preview img{display:block;width:100%;height:auto}.settings-footer{position:absolute;right:124px;bottom:112px;width:660px;height:81px;display:flex;align-items:center;justify-content:space-between}.settings-footer__summary{width:100%;height:100%;padding:0 10px 0 14px;border:1px solid var(--settings-border);background-color:#f6f6f6;display:flex;align-items:center;justify-content:space-between;gap:10px;overflow:visible}.settings-footer__fields{display:flex;align-items:center;flex:1;min-width:0;height:100%}.settings-footer__item{position:relative;display:flex;align-items:center;flex:1;min-width:0;height:100%}.settings-footer__item+.settings-footer__item{padding-left:22px}.settings-footer__text{color:#9b9b9b;font-family:Almarai,sans-serif;font-size:20px;font-weight:400;font-style:normal;line-height:1;letter-spacing:0;font-synthesis:none;white-space:nowrap;transition:color .2s ease}.settings-footer__item.is-selected .settings-footer__text{color:var(--settings-text)}.settings-footer__separator{position:absolute;top:50%;right:-15px;width:36px;height:60px;display:block;object-fit:contain;transform:translateY(-50%) scale(1);transform-origin:center;opacity:1;transition:transform .22s ease,opacity .22s ease}.settings-footer__item.is-selected .settings-footer__separator{transform:translateY(-50%) scale(1.06);opacity:1;animation:settings-footer-separator-in .22s ease}.settings-footer__item.is-selected.is-refreshing .settings-footer__separator{animation:settings-footer-separator-in .22s ease}@keyframes settings-footer-separator-in{0%{transform:translateY(-50%) scale(.86);opacity:.8}to{transform:translateY(-50%) scale(1.06);opacity:1}}@media(max-width:1200px){.settings-screen{overflow-y:auto}.settings-screen__canvas{height:auto;min-height:100dvh;padding:44px 24px 30px;display:flex;flex-direction:column;align-items:flex-start;gap:28px}.settings-panel{position:static;width:min(660px,100%)}.settings-preview{display:none}.settings-footer{position:static;width:min(660px,100%);height:81px}.settings-footer__summary{height:100%;padding:0 10px 0 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.settings-footer__fields{height:100%;display:flex;align-items:center;flex:1;min-width:0}.settings-footer__item{flex:1;min-width:0;height:100%}.settings-footer__item+.settings-footer__item{padding-left:22px}}@media(max-width:700px){.settings-screen__canvas{padding:28px 16px 22px;gap:22px}.settings-footer{width:auto;height:auto}.settings-footer__summary{width:auto;height:auto;padding:0;border:0;background:transparent;display:block}.settings-footer__fields{display:none}}.settings-option-item+.settings-option-item{margin-top:4px}.settings-option{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0;border:0;background:none;color:var(--settings-text);cursor:pointer}.settings-option__marker{width:24px;height:24px;display:block}.settings-option__label{font-family:Almarai,sans-serif;font-size:20px;font-weight:400;font-style:normal;line-height:1;letter-spacing:0;transition:color .18s ease}.settings-option__line{width:50px;height:18px;margin-left:10px;opacity:0;transform:scaleX(0);transform-origin:left center;transition:opacity .2s ease,transform .2s ease}.settings-option__line.is-visible{opacity:1;transform:scaleX(1);animation:settings-option-line-in .2s ease}.settings-option.is-selected .settings-option__label{font-weight:700;animation:settings-option-label-in .2s ease}.settings-option:hover .settings-option__label{font-weight:700}@media(max-width:700px){.settings-option{min-height:30px}.settings-option__marker{width:20px;height:20px}.settings-option__label{font-size:18px}.settings-option__line{display:none}}@keyframes settings-option-label-in{0%{opacity:.75;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}@keyframes settings-option-line-in{0%{opacity:0;transform:scaleX(.25)}to{opacity:1;transform:scaleX(1)}}.settings-start-button{flex:0 0 126px;width:126px;height:53px;padding:0;border:0;background:none;cursor:not-allowed}.settings-start-button__image{display:block;width:100%;height:100%;filter:grayscale(1) brightness(1.08);transition:filter .22s ease}.settings-start-button.is-ready{cursor:pointer}.settings-start-button.is-ready .settings-start-button__image{filter:none}.settings-start-button:focus-visible{outline:2px solid var(--settings-text);outline-offset:2px}@media(max-width:700px){.settings-start-button{width:112px;height:47px;flex-basis:112px}}.home-screen__play-button{position:absolute;top:653px;left:595px;width:250px;height:98px;padding:0;border:0;background:none;overflow:hidden;cursor:pointer;transform-origin:center;transition:transform .22s ease}.home-screen__play-button-base,.home-screen__play-button-controller{position:absolute;inset:0;display:block;width:100%;height:100%}.home-screen__play-button-controller{clip-path:inset(23px 171px 23px 18px);transform-origin:48px 49px;transform:rotate(0);pointer-events:none;transition:transform .24s ease}.home-screen__play-button:hover,.home-screen__play-button:focus-visible{transform:scale(1.06)}.home-screen__play-button:hover .home-screen__play-button-controller,.home-screen__play-button:focus-visible .home-screen__play-button-controller{transform:rotate(-9deg)}.home-screen__play-button:focus-visible{outline:3px solid var(--home-focus-outline);outline-offset:4px}@media(max-width:1200px){.home-screen__play-button{top:clamp(470px,63vw,620px);left:clamp(320px,48vw,530px);width:clamp(210px,22vw,250px);height:clamp(82px,8.6vw,98px)}.home-screen__play-button-controller{clip-path:inset(22px 143px 21px 17px);transform-origin:48px 43px}}@media(max-width:900px){.home-screen__play-button{position:static;margin-top:22px;width:226px;height:88px}}@media(max-width:600px){.home-screen__play-button{width:204px;height:80px}.home-screen__play-button-controller{clip-path:inset(19px 116px 19px 16px);transform-origin:42px 39px}}.settings-panel__title{margin:0;font-family:Red Rose,serif;font-size:54px;font-weight:700;font-style:normal;line-height:1;letter-spacing:0;text-align:left}.settings-group{margin-top:34px}.settings-group__title{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:36px;font-weight:700;line-height:1}.settings-group__title img{width:28px;height:28px}.settings-group__options{list-style:none;margin:0;padding:0}@media(max-width:1200px){.settings-panel__title{font-size:clamp(40px,6vw,54px)}.settings-group{margin-top:24px}.settings-group__title{font-size:clamp(28px,4.3vw,36px);margin-bottom:8px}}@media(max-width:700px){.settings-panel__title{font-size:38px}.settings-group{margin-top:18px}.settings-group__title{font-size:24px;gap:6px}.settings-group__title img{width:22px;height:22px}}.home-screen__eyebrow{margin:0;font-family:Almarai,sans-serif;font-size:clamp(28px,3.5vw,48px);font-weight:400;font-style:normal;line-height:1;letter-spacing:0}.home-screen__title{margin:18px 0 0;font-family:Red Rose,serif;font-size:clamp(58px,10vw,140px);font-weight:700;font-style:normal;line-height:1;letter-spacing:0}@media(max-width:900px){.home-screen__title{margin-top:10px}}
