.collapsible{box-shadow:0 2px 5px 0 var(--main-shadow-primary-color)!important}.collapsible{border:1px solid var(--main-border-gray);border-radius:.5rem;overflow:hidden;background-color:var(--main-bg-white)}.collapsible .arrow-icon{width:1rem;height:1rem;transform:rotate(0);transition:transform .3s ease}.collapsible .arrow-icon.rotated{transform:rotate(180deg)}.collapsible .fade-enter-active,.collapsible .fade-leave-active{transition:all .3s ease}.collapsible .fade-enter-from,.collapsible .fade-leave-to{opacity:0;transform:scaleY(.95)}.collapsible-header{width:100%;display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:1rem;color:var(--main-text-primary);background-color:var(--main-bg-secondary);border:none;cursor:pointer;gap:.5rem}.collapsible-content{padding:var(--spacing-md);background-color:var(--main-bg-white);color:var(--main-text-primary)}.collapsible.xs .collapsible-header{padding:4px}.collapsible.sm .collapsible-header{padding:8px}.collapsible.lg .collapsible-header{padding:12px}[data-v-871edddd]:root{--main-font-roboto: "Roboto", sans-serif;--font-size-base: 14px;--spacing-md: 8px;--main-bg-black: #000;--main-bg-white: #fff;--main-bg-blue: #0971fe;--main-bg-green: #008000;--main-bg-page: #f9f9f9;--main-bg-secondary: #fbfdfe;--main-bg-gray: #d1d5db;--main-bg-red: #f00;--main-bg-orange: #ff6900;--main-bg-silver-haze: #ced6dc;--main-bg-yelow: #ffc107;--main-text-white: #fff;--main-text-primary: #101828;--main-text-placeholder: #667085;--main-text-blue: #0971fe;--main-text-red: #f00;--main-text-orange: #ff6900;--main-text-green: #008000;--main-text-link: #00598a;--main-button-primary-bg: #0971fe;--main-button-primary-border: #7f56d9;--main-button-tertiary-color: #6941c6;--main-button-tertiary-border: #d6bbfb;--main-button-secondary-color: #344054;--main-border-primary: #d0d5dd;--main-border-secondary: #eaecf0;--main-border-blue: #0971fe;--main-border-gray: #d1d5db;--main-shadow-primary-color: rgb(0 0 0 / 20%)}.dev-panel[data-v-871edddd]{box-shadow:0 2px 5px 0 var(--main-shadow-primary-color)!important}.dev-panel[data-v-871edddd]{position:fixed;bottom:1rem;right:1rem;background-color:var(--main-bg-white);border:1px solid var(--main-border-gray);border-radius:.75rem;padding:1rem;width:auto;z-index:50;max-height:80vh}.dev-panel__header[data-v-871edddd]{display:flex;justify-content:space-between;align-items:center}.dev-panel__subtitle[data-v-871edddd]{margin-top:1rem;font-weight:700;font-size:1rem}.dev-panel__history[data-v-871edddd]{max-height:150px;overflow-y:auto;font-size:.75rem;margin-top:.5rem;background-color:var(--main-bg-secondary);padding:.5rem;border-radius:.375rem}.dev-panel__history[data-v-871edddd]::-webkit-scrollbar{width:14px;background:#fff;border-radius:8px}.dev-panel__history[data-v-871edddd]::-webkit-scrollbar-track{background:#fff;border-radius:8px}.dev-panel__history[data-v-871edddd]::-webkit-scrollbar-thumb{background:#0971fe;border-radius:8px;border:2px solid #fff;min-height:100px}.dev-panel__history[data-v-871edddd]::-webkit-scrollbar-thumb:hover{background:#3c8efe;cursor:pointer}.dev-panel__history ul[data-v-871edddd]{list-style:none;padding:0;margin:0}.dev-panel__history ul li[data-v-871edddd]{margin-bottom:.5rem}.dev-panel__title[data-v-871edddd]{font-size:1.125rem;font-weight:700;color:var(--main-text-primary);margin-bottom:.5rem}.dev-panel__preview[data-v-871edddd]{font-size:.75rem;color:var(--main-text-placeholder);background-color:var(--main-bg-secondary);padding:.5rem;border-radius:.375rem;overflow-x:auto;max-height:200px}.dev-panel__preview[data-v-871edddd]::-webkit-scrollbar{width:14px;background:#fff;border-radius:8px}.dev-panel__preview[data-v-871edddd]::-webkit-scrollbar-track{background:#fff;border-radius:8px}.dev-panel__preview[data-v-871edddd]::-webkit-scrollbar-thumb{background:#0971fe;border-radius:8px;border:2px solid #fff;min-height:100px}.dev-panel__preview[data-v-871edddd]::-webkit-scrollbar-thumb:hover{background:#3c8efe;cursor:pointer}.dev-panel__buttons[data-v-871edddd]{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}[data-v-f9430dca]:root{--main-font-roboto: "Roboto", sans-serif;--font-size-base: 14px;--spacing-md: 8px;--main-bg-black: #000;--main-bg-white: #fff;--main-bg-blue: #0971fe;--main-bg-green: #008000;--main-bg-page: #f9f9f9;--main-bg-secondary: #fbfdfe;--main-bg-gray: #d1d5db;--main-bg-red: #f00;--main-bg-orange: #ff6900;--main-bg-silver-haze: #ced6dc;--main-bg-yelow: #ffc107;--main-text-white: #fff;--main-text-primary: #101828;--main-text-placeholder: #667085;--main-text-blue: #0971fe;--main-text-red: #f00;--main-text-orange: #ff6900;--main-text-green: #008000;--main-text-link: #00598a;--main-button-primary-bg: #0971fe;--main-button-primary-border: #7f56d9;--main-button-tertiary-color: #6941c6;--main-button-tertiary-border: #d6bbfb;--main-button-secondary-color: #344054;--main-border-primary: #d0d5dd;--main-border-secondary: #eaecf0;--main-border-blue: #0971fe;--main-border-gray: #d1d5db;--main-shadow-primary-color: rgb(0 0 0 / 20%)}.select-field[data-v-f9430dca]{margin-bottom:var(--spacing-md)}.select-field .select-label[data-v-f9430dca]{display:block;font-size:var(--font-size-base);color:var(--main-text-placeholder)}.select-field .select-element[data-v-f9430dca]{width:100%;margin-top:4px;padding:8px;border:1px solid var(--main-border-gray);border-radius:8px;cursor:pointer;outline:none}.select-field .select-element[data-v-f9430dca]:focus{border-color:var(--main-border-blue);box-shadow:0 0 0 2px #0971fe33}.select-field .select-description[data-v-f9430dca]{font-size:0}[data-v-83bed991]:root{--main-font-roboto: "Roboto", sans-serif;--font-size-base: 14px;--spacing-md: 8px;--main-bg-black: #000;--main-bg-white: #fff;--main-bg-blue: #0971fe;--main-bg-green: #008000;--main-bg-page: #f9f9f9;--main-bg-secondary: #fbfdfe;--main-bg-gray: #d1d5db;--main-bg-red: #f00;--main-bg-orange: #ff6900;--main-bg-silver-haze: #ced6dc;--main-bg-yelow: #ffc107;--main-text-white: #fff;--main-text-primary: #101828;--main-text-placeholder: #667085;--main-text-blue: #0971fe;--main-text-red: #f00;--main-text-orange: #ff6900;--main-text-green: #008000;--main-text-link: #00598a;--main-button-primary-bg: #0971fe;--main-button-primary-border: #7f56d9;--main-button-tertiary-color: #6941c6;--main-button-tertiary-border: #d6bbfb;--main-button-secondary-color: #344054;--main-border-primary: #d0d5dd;--main-border-secondary: #eaecf0;--main-border-blue: #0971fe;--main-border-gray: #d1d5db;--main-shadow-primary-color: rgb(0 0 0 / 20%)}.input-field[data-v-83bed991]{margin-bottom:var(--spacing-md)}.input-field .input-label[data-v-83bed991]{display:block;font-size:var(--font-size-base);color:var(--main-text-placeholder)}.input-field .input-element[data-v-83bed991]{width:100%;margin-top:4px;padding:8px;border:1px solid var(--main-border-gray);border-radius:8px;outline:none}.input-field .input-element[data-v-83bed991]:focus{border-color:var(--main-border-blue);box-shadow:0 0 0 2px #0971fe33}.input-field .input-description[data-v-83bed991]{font-size:0}[data-v-0d6318ae]:root{--main-font-roboto: "Roboto", sans-serif;--font-size-base: 14px;--spacing-md: 8px;--main-bg-black: #000;--main-bg-white: #fff;--main-bg-blue: #0971fe;--main-bg-green: #008000;--main-bg-page: #f9f9f9;--main-bg-secondary: #fbfdfe;--main-bg-gray: #d1d5db;--main-bg-red: #f00;--main-bg-orange: #ff6900;--main-bg-silver-haze: #ced6dc;--main-bg-yelow: #ffc107;--main-text-white: #fff;--main-text-primary: #101828;--main-text-placeholder: #667085;--main-text-blue: #0971fe;--main-text-red: #f00;--main-text-orange: #ff6900;--main-text-green: #008000;--main-text-link: #00598a;--main-button-primary-bg: #0971fe;--main-button-primary-border: #7f56d9;--main-button-tertiary-color: #6941c6;--main-button-tertiary-border: #d6bbfb;--main-button-secondary-color: #344054;--main-border-primary: #d0d5dd;--main-border-secondary: #eaecf0;--main-border-blue: #0971fe;--main-border-gray: #d1d5db;--main-shadow-primary-color: rgb(0 0 0 / 20%)}.img-fluid[data-v-0d6318ae]{display:block;max-width:100%;height:auto;transition:opacity .3s ease-in-out,transform .3s ease-in-out;will-change:opacity,transform;position:relative;z-index:2}.img-fluid[data-v-0d6318ae]:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0);background-size:200% 100%;animation:shimmer-0d6318ae 1.5s infinite;z-index:1;pointer-events:none}.img-fluid.lazyloaded[data-v-0d6318ae]:before{display:none}.lazyloading[data-v-0d6318ae]{opacity:0;transform:scale(.95);filter:blur(2px);background-color:#e0e0e0;transition:all .3s ease-in-out}.lazyloaded[data-v-0d6318ae]{opacity:1;transform:scale(1);filter:none;transition:all .3s ease-in-out}.lazy-placeholder[data-v-0d6318ae]{width:100%;aspect-ratio:4/3;background:linear-gradient(90deg,#ccc 25%,#ddd 37%,#ccc 63%);background-size:400% 100%;animation:shimmer-0d6318ae 1.2s ease-in-out infinite;border-radius:8px;z-index:0;position:relative}@keyframes shimmer-0d6318ae{0%{background-position:-200% 0}to{background-position:200% 0}}[data-v-f5229112]:root{--main-font-roboto: "Roboto", sans-serif;--font-size-base: 14px;--spacing-md: 8px;--main-bg-black: #000;--main-bg-white: #fff;--main-bg-blue: #0971fe;--main-bg-green: #008000;--main-bg-page: #f9f9f9;--main-bg-secondary: #fbfdfe;--main-bg-gray: #d1d5db;--main-bg-red: #f00;--main-bg-orange: #ff6900;--main-bg-silver-haze: #ced6dc;--main-bg-yelow: #ffc107;--main-text-white: #fff;--main-text-primary: #101828;--main-text-placeholder: #667085;--main-text-blue: #0971fe;--main-text-red: #f00;--main-text-orange: #ff6900;--main-text-green: #008000;--main-text-link: #00598a;--main-button-primary-bg: #0971fe;--main-button-primary-border: #7f56d9;--main-button-tertiary-color: #6941c6;--main-button-tertiary-border: #d6bbfb;--main-button-secondary-color: #344054;--main-border-primary: #d0d5dd;--main-border-secondary: #eaecf0;--main-border-blue: #0971fe;--main-border-gray: #d1d5db;--main-shadow-primary-color: rgb(0 0 0 / 20%)}.demo-game .tile .tile-name[data-v-f5229112]{text-shadow:1px 1px 2px rgba(0,0,0,.1)}@keyframes halo-spin-f5229112{0%{background-position:0% 50%}to{background-position:200% 50%}}.demo-container[data-v-f5229112]{min-height:100vh;max-height:100vh;width:100%;background-color:var(--main-bg-gray);display:flex;overflow-y:hidden}.demo-game[data-v-f5229112]{display:grid;grid-template-columns:repeat(6,100px);gap:8px;padding:16px;transform-origin:top center;transition:transform .2s ease;width:100%;height:100%}.demo-game .tile[data-v-f5229112]{width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:1;perspective:10000px;position:relative}.demo-game .tile>.tile-back[data-v-f5229112],.demo-game .tile>.tile-front[data-v-f5229112]{border-radius:.9rem;position:absolute;width:100%;height:100%;backface-visibility:hidden}.demo-game .tile>.tile-back[data-v-f5229112]{transition:all .3s ease-in-out}.demo-game .tile>.tile-front[data-v-f5229112]{transition:all .5s ease-in-out}.demo-game .tile .tile-front[data-v-f5229112]{padding:8px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform:rotateY(180deg)}.demo-game .tile .tile-back[data-v-f5229112]{width:100%;height:100%;background-color:var(--main-bg-blue);transform:rotateY(0)}.demo-game .tile.flipped .tile-front[data-v-f5229112]{transform:rotateY(0)}.demo-game .tile.flipped .tile-back[data-v-f5229112]{transform:rotateY(-180deg)}.demo-game .tile.flipped .rarity-consumer[data-v-f5229112],.demo-game .tile.matched .rarity-consumer[data-v-f5229112]{background:linear-gradient(135deg,#999,#0860d8)}.demo-game .tile.flipped .rarity-industrial[data-v-f5229112],.demo-game .tile.matched .rarity-industrial[data-v-f5229112]{background:linear-gradient(135deg,#5a9bd4,#0860d8)}.demo-game .tile.flipped .rarity-milspec[data-v-f5229112],.demo-game .tile.matched .rarity-milspec[data-v-f5229112]{background:linear-gradient(135deg,#4b6cb7,#0860d8)}.demo-game .tile.flipped .rarity-restricted[data-v-f5229112],.demo-game .tile.matched .rarity-restricted[data-v-f5229112]{background:linear-gradient(135deg,#cf6ccf,#0860d8)}.demo-game .tile.flipped .rarity-classified[data-v-f5229112],.demo-game .tile.matched .rarity-classified[data-v-f5229112]{background:linear-gradient(135deg,#f55,#0860d8)}.demo-game .tile.flipped .rarity-covert[data-v-f5229112],.demo-game .tile.matched .rarity-covert[data-v-f5229112]{background:linear-gradient(135deg,#f2b01e,#0860d8)}.demo-game .tile.matched .rarity-border-consumer[data-v-f5229112]{background:linear-gradient(90deg,#999,#0860d8);position:relative;z-index:0}.demo-game .tile.matched .rarity-border-consumer[data-v-f5229112]:before{content:"";position:absolute;inset:0;border-radius:.75rem;background:linear-gradient(90deg,#999,#fff,#999);background-size:200% 200%;animation:halo-spin-f5229112 1s linear infinite;z-index:2;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;mask-composite:xor;padding:6px}.demo-game .tile.matched .rarity-border-industrial[data-v-f5229112]{background:linear-gradient(90deg,#5a9bd4,#0860d8);position:relative;z-index:0}.demo-game .tile.matched .rarity-border-industrial[data-v-f5229112]:before{content:"";position:absolute;inset:0;border-radius:.75rem;background:linear-gradient(90deg,#5a9bd4,#fff,#5a9bd4);background-size:200% 200%;animation:halo-spin-f5229112 1s linear infinite;z-index:2;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;mask-composite:xor;padding:6px}.demo-game .tile.matched .rarity-border-milspec[data-v-f5229112]{background:linear-gradient(90deg,#4b6cb7,#0860d8);position:relative;z-index:0}.demo-game .tile.matched .rarity-border-milspec[data-v-f5229112]:before{content:"";position:absolute;inset:0;border-radius:.75rem;background:linear-gradient(90deg,#4b6cb7,#fff,#4b6cb7);background-size:200% 200%;animation:halo-spin-f5229112 1s linear infinite;z-index:2;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;mask-composite:xor;padding:6px}.demo-game .tile.matched .rarity-border-restricted[data-v-f5229112]{background:linear-gradient(90deg,#cf6ccf,#0860d8);position:relative;z-index:0}.demo-game .tile.matched .rarity-border-restricted[data-v-f5229112]:before{content:"";position:absolute;inset:0;border-radius:.75rem;background:linear-gradient(90deg,#cf6ccf,#fff,#cf6ccf);background-size:200% 200%;animation:halo-spin-f5229112 1s linear infinite;z-index:2;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;mask-composite:xor;padding:6px}.demo-game .tile.matched .rarity-border-classified[data-v-f5229112]{background:linear-gradient(90deg,#f55,#0860d8);position:relative;z-index:0}.demo-game .tile.matched .rarity-border-classified[data-v-f5229112]:before{content:"";position:absolute;inset:0;border-radius:.75rem;background:linear-gradient(90deg,#f55,#fff,#f55);background-size:200% 200%;animation:halo-spin-f5229112 1s linear infinite;z-index:2;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;mask-composite:xor;padding:6px}.demo-game .tile.matched .rarity-border-covert[data-v-f5229112]{background:linear-gradient(90deg,#f2b01e,#0860d8);position:relative;z-index:0}.demo-game .tile.matched .rarity-border-covert[data-v-f5229112]:before{content:"";position:absolute;inset:0;border-radius:.75rem;background:linear-gradient(90deg,#f2b01e,#fff,#f2b01e);background-size:200% 200%;animation:halo-spin-f5229112 1s linear infinite;z-index:2;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;mask-composite:xor;padding:6px}.demo-game .tile .tile-name[data-v-f5229112]{position:absolute;bottom:1rem;left:1rem;color:var(--main-text-white);font-weight:500;font-size:8px;bottom:6px;left:6px}@media (min-width: 320px){.demo-game .tile .tile-name[data-v-f5229112]{font-size:clamp(8px,8px + 24 * (100vw - 320px) / 1280,32px)}}@media (min-width: 320px){.demo-game .tile .tile-name[data-v-f5229112]{bottom:clamp(6px,6px + 10 * (100vw - 320px) / 1280,16px)}}@media (min-width: 320px){.demo-game .tile .tile-name[data-v-f5229112]{left:clamp(6px,6px + 10 * (100vw - 320px) / 1280,16px)}}.tile-preview{display:flex;align-items:center;gap:.25rem}.tile-preview--image{max-height:32px;border-radius:4px}.tile-preview--info{display:flex;flex-direction:column}.tile-preview--name{font-size:.8rem;font-weight:600}.tile-preview--rarity{font-size:.7rem;color:var(--main-text-blue)}.game-history .match-history-list--entry,.game-history .history-item{box-shadow:0 2px 5px 0 var(--main-shadow-primary-color)!important}.game-history{width:100%;max-width:32rem;font-size:var(--font-size-base);color:var(--main-text-primary)}.game-history .history-list{display:flex;flex-direction:column;gap:.25rem;max-height:260px;overflow-y:auto;padding:1px}.game-history .history-list::-webkit-scrollbar{width:12px;background:#fff;border-radius:8px}.game-history .history-list::-webkit-scrollbar-track{background:#fff;border-radius:8px}.game-history .history-list::-webkit-scrollbar-thumb{background:#0971fe;border-radius:8px;border:2px solid #fff;min-height:100px}.game-history .history-list::-webkit-scrollbar-thumb:hover{background:#3c8efe;cursor:pointer}.game-history .history-item{background-color:var(--main-bg-white);padding:.35rem;border-radius:.5rem}.game-history .history-seed{font-size:.75rem;font-weight:600;margin-bottom:.25rem}.game-history .history-details{font-size:.75rem;margin-bottom:.25rem}.game-history .history-date{font-size:.75rem;color:var(--main-text-placeholder)}.game-history .history-empty{color:var(--main-text-placeholder)}.game-history .match-history-list{padding:.25rem 0}.game-history .match-history-list--title{margin-bottom:.25rem;font-weight:700;font-size:1rem}.game-history .match-history-list--list{display:flex;flex-direction:column;gap:.5rem;padding:3px}.game-history .match-history-list--entry{display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:4px;border-radius:6px}.game-history .match-history-list--entry .type{font-size:12px;font-weight:500}.game-history .match-history-list--entry .type .match,.game-history .match-history-list--entry .type .mismatch{display:flex;align-items:center}.game-history .match-history-list--entry .type .match{color:var(--main-text-green)}.game-history .match-history-list--entry .type .mismatch{color:var(--main-text-red)}.game-history .match-history-list .tile-preview{flex-direction:column}.game-history .match-history-list .tile-preview--info{align-items:center}.game-history .match-history-list--pair{display:flex;align-items:center;gap:.5rem}.game-history .match-history-list--empty-msg{font-style:italic;color:var(--main-text-primary)}.game-history .match-history-list .vs{font-weight:700}[data-v-c2d42cbc]:root{--main-font-roboto: "Roboto", sans-serif;--font-size-base: 14px;--spacing-md: 8px;--main-bg-black: #000;--main-bg-white: #fff;--main-bg-blue: #0971fe;--main-bg-green: #008000;--main-bg-page: #f9f9f9;--main-bg-secondary: #fbfdfe;--main-bg-gray: #d1d5db;--main-bg-red: #f00;--main-bg-orange: #ff6900;--main-bg-silver-haze: #ced6dc;--main-bg-yelow: #ffc107;--main-text-white: #fff;--main-text-primary: #101828;--main-text-placeholder: #667085;--main-text-blue: #0971fe;--main-text-red: #f00;--main-text-orange: #ff6900;--main-text-green: #008000;--main-text-link: #00598a;--main-button-primary-bg: #0971fe;--main-button-primary-border: #7f56d9;--main-button-tertiary-color: #6941c6;--main-button-tertiary-border: #d6bbfb;--main-button-secondary-color: #344054;--main-border-primary: #d0d5dd;--main-border-secondary: #eaecf0;--main-border-blue: #0971fe;--main-border-gray: #d1d5db;--main-shadow-primary-color: rgb(0 0 0 / 20%)}.sidebar-rarity-legend-panel[data-v-c2d42cbc]{display:flex;flex-direction:column;gap:6px;padding:8px 0}.sidebar-rarity-legend-panel .legend-item[data-v-c2d42cbc]{display:flex;align-items:center;gap:10px;font-size:.875rem}.sidebar-rarity-legend-panel .legend-color[data-v-c2d42cbc]{width:16px;height:16px;border-radius:4px;border:1px solid #ccc}.sidebar-last-match{box-shadow:0 2px 5px 0 var(--main-shadow-primary-color)!important}.sidebar-last-match{padding:.5rem;border-radius:.5rem;background-color:var(--main-bg-dark);font-size:.875rem}.sidebar-last-match.match{border-left:4px solid var(--main-bg-green)}.sidebar-last-match.mismatch{border-left:4px solid var(--main-bg-red)}.sidebar-last-match .label{font-weight:600;margin-bottom:.25rem;display:flex;align-items:center}.sidebar-last-match .label.match{color:var(--main-text-green)}.sidebar-last-match .label.mismatch{color:var(--main-text-red)}.sidebar-last-match .tiles{display:flex;gap:.5rem}.sidebar-last-match .tiles .tile-preview{display:flex;flex-direction:column;align-items:center}.sidebar-last-match .tiles .tile-preview img{max-height:95px;border-radius:.5rem}.sidebar-last-match .tiles .tile-preview img.match{border:2px solid var(--main-bg-green)!important}.sidebar-last-match .tiles .tile-preview img.mismatch{border:2px solid var(--main-bg-red)!important}.sidebar-last-match .tiles .tile-preview .name{font-size:.75rem;text-align:center;white-space:nowrap;font-weight:600;color:var(--main-text-blue)}[data-v-bfff7305]:root{--main-font-roboto: "Roboto", sans-serif;--font-size-base: 14px;--spacing-md: 8px;--main-bg-black: #000;--main-bg-white: #fff;--main-bg-blue: #0971fe;--main-bg-green: #008000;--main-bg-page: #f9f9f9;--main-bg-secondary: #fbfdfe;--main-bg-gray: #d1d5db;--main-bg-red: #f00;--main-bg-orange: #ff6900;--main-bg-silver-haze: #ced6dc;--main-bg-yelow: #ffc107;--main-text-white: #fff;--main-text-primary: #101828;--main-text-placeholder: #667085;--main-text-blue: #0971fe;--main-text-red: #f00;--main-text-orange: #ff6900;--main-text-green: #008000;--main-text-link: #00598a;--main-button-primary-bg: #0971fe;--main-button-primary-border: #7f56d9;--main-button-tertiary-color: #6941c6;--main-button-tertiary-border: #d6bbfb;--main-button-secondary-color: #344054;--main-border-primary: #d0d5dd;--main-border-secondary: #eaecf0;--main-border-blue: #0971fe;--main-border-gray: #d1d5db;--main-shadow-primary-color: rgb(0 0 0 / 20%)}.sidebar-stats-panel[data-v-bfff7305]{color:var(--main-text-blue)}.sidebar-stats-panel--title[data-v-bfff7305]{font-size:1rem;font-weight:700;text-align:center}.sidebar-stats-panel p[data-v-bfff7305]{margin:4px 0;font-weight:600}.sidebar-stats-panel span[data-v-bfff7305]{font-weight:400}[data-v-6fd40b9c]:root{--main-font-roboto: "Roboto", sans-serif;--font-size-base: 14px;--spacing-md: 8px;--main-bg-black: #000;--main-bg-white: #fff;--main-bg-blue: #0971fe;--main-bg-green: #008000;--main-bg-page: #f9f9f9;--main-bg-secondary: #fbfdfe;--main-bg-gray: #d1d5db;--main-bg-red: #f00;--main-bg-orange: #ff6900;--main-bg-silver-haze: #ced6dc;--main-bg-yelow: #ffc107;--main-text-white: #fff;--main-text-primary: #101828;--main-text-placeholder: #667085;--main-text-blue: #0971fe;--main-text-red: #f00;--main-text-orange: #ff6900;--main-text-green: #008000;--main-text-link: #00598a;--main-button-primary-bg: #0971fe;--main-button-primary-border: #7f56d9;--main-button-tertiary-color: #6941c6;--main-button-tertiary-border: #d6bbfb;--main-button-secondary-color: #344054;--main-border-primary: #d0d5dd;--main-border-secondary: #eaecf0;--main-border-blue: #0971fe;--main-border-gray: #d1d5db;--main-shadow-primary-color: rgb(0 0 0 / 20%)}.volume-control[data-v-6fd40b9c]{display:flex;flex-direction:column;gap:.5rem}.volume-header[data-v-6fd40b9c]{display:flex;justify-content:space-between;align-items:center}.volume-label[data-v-6fd40b9c]{color:var(--main-text-blue);font-weight:500}.volume-slider-wrapper[data-v-6fd40b9c]{position:relative}.range-volume[data-v-6fd40b9c]{width:100%;height:1.2rem;border-radius:1.2rem;appearance:none;background:linear-gradient(#f8dd36,#d68706) 0 0/var(--pos) 100% no-repeat,linear-gradient(#efefef,#c9c9c9);box-shadow:inset 0 1px 4px #8c8c8c,0 -1px #eaeaea,0 1px #fff;cursor:pointer;padding:0}.range-volume[data-v-6fd40b9c]::-webkit-slider-runnable-track{height:1.2rem;border-radius:1.2rem;background:transparent}.range-volume[data-v-6fd40b9c]::-webkit-slider-thumb{appearance:none;width:1.2rem;height:1.2rem;margin-top:0rem;background:linear-gradient(#c5c5c5,#f5f5f5) padding-box,linear-gradient(#fbfbfb,#c2c2c2) border-box;border:solid .25rem transparent;border-radius:50%;box-shadow:0 2px 5px #7d7d7d;cursor:pointer}.range-volume[data-v-6fd40b9c]::-moz-range-track{height:1.2rem;border-radius:1.2rem;background:linear-gradient(#f8dd36,#d68706) var(--pos)/var(--pos) no-repeat,linear-gradient(#efefef,#c9c9c9);box-shadow:inset 0 1px 4px #8c8c8c}.range-volume[data-v-6fd40b9c]::-moz-range-thumb{width:1.2rem;height:1.2rem;background:linear-gradient(#c5c5c5,#f5f5f5) padding-box,linear-gradient(#fbfbfb,#c2c2c2) border-box;border:solid .25rem transparent;border-radius:50%;box-shadow:0 2px 5px #7d7d7d;cursor:pointer}.speaker[data-v-6fd40b9c]{background-color:transparent;padding:2px}.speaker[data-v-6fd40b9c]:hover{color:var(--main-text-white)}.speaker.muted[data-v-6fd40b9c]{background-color:var(--main-bg-orange)!important}[data-v-19277700]:root{--main-font-roboto: "Roboto", sans-serif;--font-size-base: 14px;--spacing-md: 8px;--main-bg-black: #000;--main-bg-white: #fff;--main-bg-blue: #0971fe;--main-bg-green: #008000;--main-bg-page: #f9f9f9;--main-bg-secondary: #fbfdfe;--main-bg-gray: #d1d5db;--main-bg-red: #f00;--main-bg-orange: #ff6900;--main-bg-silver-haze: #ced6dc;--main-bg-yelow: #ffc107;--main-text-white: #fff;--main-text-primary: #101828;--main-text-placeholder: #667085;--main-text-blue: #0971fe;--main-text-red: #f00;--main-text-orange: #ff6900;--main-text-green: #008000;--main-text-link: #00598a;--main-button-primary-bg: #0971fe;--main-button-primary-border: #7f56d9;--main-button-tertiary-color: #6941c6;--main-button-tertiary-border: #d6bbfb;--main-button-secondary-color: #344054;--main-border-primary: #d0d5dd;--main-border-secondary: #eaecf0;--main-border-blue: #0971fe;--main-border-gray: #d1d5db;--main-shadow-primary-color: rgb(0 0 0 / 20%)}.sidebar-info-panel[data-v-19277700]{color:var(--main-text-blue)}.sidebar-info-panel p[data-v-19277700]{margin:4px 0}.sidebar-info-panel strong[data-v-19277700]{font-weight:600}.locale-switcher{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.locale-switcher .active{background-color:var(--main-bg-silver-haze)!important}.locale-switcher .flag{max-height:14px;border-radius:4px}.sidebar{box-shadow:0 2px 5px 0 var(--main-shadow-primary-color)!important}.sidebar{background-color:var(--main-bg-secondary);border-radius:1rem 0 0 1rem;position:relative;transition:transform .5s ease-in-out,width .5s ease-in-out;display:flex;transform:translate(100%);height:100vh;max-height:100vh;width:0;max-width:310px;will-change:transform,width}@media (max-width: 768px){.sidebar{position:fixed;right:0;top:0}}.sidebar.open{width:310px;transform:translate(0)}@media (max-width: 768px){.sidebar.open{width:280px}}.sidebar.open .sidebar-container{opacity:1;visibility:visible;padding:1rem;overflow-y:auto;max-height:100vh}.sidebar.open .sidebar-container::-webkit-scrollbar{width:12px;background:#fff;border-radius:8px}.sidebar.open .sidebar-container::-webkit-scrollbar-track{background:#fff;border-radius:8px}.sidebar.open .sidebar-container::-webkit-scrollbar-thumb{background:#0971fe;border-radius:8px;border:2px solid #fff;min-height:100px}.sidebar.open .sidebar-container::-webkit-scrollbar-thumb:hover{background:#3c8efe;cursor:pointer}@media (max-width: 768px){.sidebar.open .sidebar-container{flex:0 0 280px}}.sidebar.open .sidebar-close{transform:translate(-50%)}.sidebar-container{transition:flex-basis .5s ease-in-out,opacity .5s ease-in-out,visibility .5s ease-in-out,padding .5s ease-in-out;opacity:0;gap:1rem;display:flex;flex-direction:column;max-width:390px;padding:0;visibility:hidden;will-change:transform,opacity,flex-basis}.sidebar:not(.open) .sidebar-container{pointer-events:none}.sidebar-close{position:absolute;top:5rem;left:0;transform:translate(-100%);z-index:20;will-change:transform;transition:transform .5s ease-in-out}@media (max-width: 768px){.sidebar-close{top:2rem}}.sidebar .sidebar-close .arrow-icon{transform:rotate(90deg);transition:transform .5s ease-in-out;will-change:transform}.sidebar .sidebar-close .arrow-icon.rotated{transform:rotate(-90deg)}@media (min-width: 993px){.sidebar{min-height:100vh;margin:0}}.sidebar-title{font-size:1.25rem;color:var(--main-text-blue);font-weight:700;text-align:center}.sidebar-buttons-controls{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 993px){.sidebar-buttons-controls{flex-direction:row;gap:1rem}}[data-v-8ae5a699]:root{--main-font-roboto: "Roboto", sans-serif;--font-size-base: 14px;--spacing-md: 8px;--main-bg-black: #000;--main-bg-white: #fff;--main-bg-blue: #0971fe;--main-bg-green: #008000;--main-bg-page: #f9f9f9;--main-bg-secondary: #fbfdfe;--main-bg-gray: #d1d5db;--main-bg-red: #f00;--main-bg-orange: #ff6900;--main-bg-silver-haze: #ced6dc;--main-bg-yelow: #ffc107;--main-text-white: #fff;--main-text-primary: #101828;--main-text-placeholder: #667085;--main-text-blue: #0971fe;--main-text-red: #f00;--main-text-orange: #ff6900;--main-text-green: #008000;--main-text-link: #00598a;--main-button-primary-bg: #0971fe;--main-button-primary-border: #7f56d9;--main-button-tertiary-color: #6941c6;--main-button-tertiary-border: #d6bbfb;--main-button-secondary-color: #344054;--main-border-primary: #d0d5dd;--main-border-secondary: #eaecf0;--main-border-blue: #0971fe;--main-border-gray: #d1d5db;--main-shadow-primary-color: rgb(0 0 0 / 20%)}.game-canvas-element[data-v-8ae5a699],.game-info[data-v-8ae5a699]{box-shadow:0 2px 5px 0 var(--main-shadow-primary-color)!important}.game-canvas[data-v-8ae5a699]{display:flex;flex-direction:row;gap:1rem;width:100%;background-color:var(--main-bg-gray);overflow-x:hidden;min-height:100vh}@media (min-width: 993px){.game-canvas[data-v-8ae5a699]{padding-left:1.25rem;padding-right:0;padding-top:0}}.game-content[data-v-8ae5a699]{display:flex;flex-direction:column;align-items:center;width:100%;gap:1rem}.game-info[data-v-8ae5a699]{display:flex;flex-direction:column;align-items:center;width:100%;background-color:var(--main-bg-blue);color:var(--main-text-white);padding:1rem;border-radius:.75rem;font-size:1.25rem;font-weight:600}@media (min-width: 993px){.game-info[data-v-8ae5a699]{margin-top:1rem}}.game-canvas-element[data-v-8ae5a699]{border-radius:.75rem;max-width:100%;display:block;margin-inline:auto}[data-v-76619823]:root{--main-font-roboto: "Roboto", sans-serif;--font-size-base: 14px;--spacing-md: 8px;--main-bg-black: #000;--main-bg-white: #fff;--main-bg-blue: #0971fe;--main-bg-green: #008000;--main-bg-page: #f9f9f9;--main-bg-secondary: #fbfdfe;--main-bg-gray: #d1d5db;--main-bg-red: #f00;--main-bg-orange: #ff6900;--main-bg-silver-haze: #ced6dc;--main-bg-yelow: #ffc107;--main-text-white: #fff;--main-text-primary: #101828;--main-text-placeholder: #667085;--main-text-blue: #0971fe;--main-text-red: #f00;--main-text-orange: #ff6900;--main-text-green: #008000;--main-text-link: #00598a;--main-button-primary-bg: #0971fe;--main-button-primary-border: #7f56d9;--main-button-tertiary-color: #6941c6;--main-button-tertiary-border: #d6bbfb;--main-button-secondary-color: #344054;--main-border-primary: #d0d5dd;--main-border-secondary: #eaecf0;--main-border-blue: #0971fe;--main-border-gray: #d1d5db;--main-shadow-primary-color: rgb(0 0 0 / 20%)}.spinner[data-v-76619823]{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:#fff9}.spinner-inner[data-v-76619823]{display:flex;flex-direction:column;align-items:center;gap:.75rem}.spinner-loader[data-v-76619823]{animation:spin-76619823 .8s linear infinite}.spinner-text[data-v-76619823]{font-size:1rem;text-align:center;color:var(--main-text-blue, #333)}@keyframes spin-76619823{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.button-component.primary,.button-component.secondary,.button-component.tertiary,.button-component.round,.modal{box-shadow:0 2px 5px 0 var(--main-shadow-primary-color)!important}.bg-gray{background-color:var(--main-bg-gray)}.text-xs{font-size:12px}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-disabled{color:var(--main-text-placeholder)}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.h-6{height:24px}.h-8{height:32px}.h-12{height:48px}.w-6{width:24px}.w-8{width:32px}.w-12{width:48px}.rounded{border-radius:8px}.rounded-full{border-radius:50%}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.gap-8{gap:8px}.d-block{display:block}.flex-column{display:flex;flex-direction:column}.space-between{justify-content:space-between}.text-center{text-align:center}.fade-panel-enter-active,.fade-panel-leave-active{animation-duration:.3s;animation-fill-mode:both}.fade-panel-enter-active{animation-name:visible-in}.fade-panel-leave-active{animation-name:visible-out}@keyframes visible-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes visible-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.slide-enter-active,.slide-leave-active{transition:transform .3s ease}.slide-enter-from,.slide-leave-to{transform:translate(100%)}html{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}html::-webkit-scrollbar{width:14px;background:#fff;border-radius:8px}html::-webkit-scrollbar-track{background:#fff;border-radius:8px}html::-webkit-scrollbar-thumb{background:#0971fe;border-radius:8px;border:2px solid #fff;min-height:100px}html::-webkit-scrollbar-thumb:hover{background:#3c8efe;cursor:pointer}body{margin:0;padding:0;font-size:var(--font-size-base);font-family:var(--main-font-roboto);font-weight:400;background-color:var(--main-bg-page);color:var(--main-text-primary);-moz-osx-font-smoothing:grayscale!important;-webkit-font-smoothing:subpixel-antialiased!important}*{margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-weight:700}a{text-decoration:none}img,svg{vertical-align:middle}img{border-style:none}ul{list-style:none;margin:0;padding:0}.modal{position:fixed;z-index:1050;width:100%;max-width:500px;inset:50% 0 0 50%;transform:translate(-50%,-50%);background-color:var(--main-bg-white);border-radius:8px;padding:1rem;height:fit-content}@media (max-width: 576px){.modal{width:calc(100% - 24px)}}.modal-title{font-size:1.2rem;text-align:center}.modal-info{text-align:center;font-size:.875rem;color:var(--main-text-placeholder);margin-bottom:1rem}.modal-message{color:var(--main-text-primary);font-size:1rem;margin-bottom:1rem}.modal-actions{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 993px){.modal-actions{flex-direction:row;gap:1rem}}.layout{min-height:100vh;width:100%}.button-component.tertiary,.button-component.secondary,.button-component.primary{border-radius:8px}.button-component{display:flex;align-items:center;justify-content:center;line-height:1;transition:all .35s ease-in-out;outline:none!important;font-weight:500;cursor:pointer}.button-component.primary{background-color:var(--main-button-primary-bg);color:var(--main-text-white);border:1px solid transparent}.button-component.primary:hover:not(:disabled),.button-component.primary.active:not(:disabled){background-color:var(--main-bg-primary);color:var(--main-text-primary);border:1px solid var(--main-border-primary)}.button-component.secondary{color:var(--main-text-primary);border:1px solid var(--main-border-primary);background-color:var(--main-bg-white)}.button-component.secondary:hover:not(:disabled),.button-component.secondary.active:not(:disabled){background-color:var(--main-button-primary-bg);color:var(--main-text-white)}.button-component.tertiary{color:var(--main-text-primary);border:1px solid var(--main-button-tertiary-border);background-color:var(--main-bg-primary)}.button-component.tertiary:hover:not(:disabled),.button-component.tertiary.active:not(:disabled){background-color:var(--main-button-primary-bg);color:var(--main-text-white)}.button-component.round{background-color:var(--main-bg-secondary);color:var(--main-text-primary);border:none;border-radius:50%}.button-component.round:hover:not(:disabled),.button-component.round.active:not(:disabled){background-color:var(--main-button-primary-bg);color:var(--main-text-white)}.button-component:disabled{background-color:var(--main-bg-gray);color:var(--main-text-placeholder);cursor:not-allowed;pointer-events:none}:root{--main-font-roboto: "Roboto", sans-serif;--font-size-base: 14px;--spacing-md: 8px;--main-bg-black: #000;--main-bg-white: #fff;--main-bg-blue: #0971fe;--main-bg-green: #008000;--main-bg-page: #f9f9f9;--main-bg-secondary: #fbfdfe;--main-bg-gray: #d1d5db;--main-bg-red: #f00;--main-bg-orange: #ff6900;--main-bg-silver-haze: #ced6dc;--main-bg-yelow: #ffc107;--main-text-white: #fff;--main-text-primary: #101828;--main-text-placeholder: #667085;--main-text-blue: #0971fe;--main-text-red: #f00;--main-text-orange: #ff6900;--main-text-green: #008000;--main-text-link: #00598a;--main-button-primary-bg: #0971fe;--main-button-primary-border: #7f56d9;--main-button-tertiary-color: #6941c6;--main-button-tertiary-border: #d6bbfb;--main-button-secondary-color: #344054;--main-border-primary: #d0d5dd;--main-border-secondary: #eaecf0;--main-border-blue: #0971fe;--main-border-gray: #d1d5db;--main-shadow-primary-color: rgb(0 0 0 / 20%)}.collapsed{font-family:var(--main-font-roboto)}.collapsed__header{display:flex;align-items:center;gap:.5rem;font-weight:700;width:max-content;border-bottom:1.5px solid var(--main-text-blue);font-size:1rem;cursor:pointer;color:#2e86fe}.collapsed__header:hover{color:#2e86fe;border-color:#2e86fe}.collapsed__header--reversed{display:flex;align-items:center;flex-direction:row-reverse}.collapsed__header--reversed i{margin-left:.5rem;margin-right:0}.collapsed__header .icon{font-size:12px;transform:rotate(90deg);transition:transform .5s ease-in-out;color:#0971fe}.collapsed__header .icon.open{transform:rotate(-90deg)}.scene{position:fixed;inset:0;z-index:9999;display:grid;place-items:center}.scene .cube-wrapper{transform-style:preserve-3d;animation:bouncing 2s infinite}.scene .cube{transform-style:preserve-3d;transform:rotateX(45deg) rotate(45deg);animation:rotation 2s infinite}.scene .cube-faces{transform-style:preserve-3d;height:80px;width:80px;position:relative;transform-origin:0 0;transform:translate(0) translateY(0) translateZ(-40px)}.scene .cube-face{position:absolute;inset:0;background:#110d31;border:1px solid #ff8484}.scene .cube-face.shadow{transform:translateZ(-80px);animation:bouncing-shadow 2s infinite}.scene .cube-face.top{transform:translateZ(80px)}.scene .cube-face.front{transform-origin:0 50%;transform:rotateY(-90deg)}.scene .cube-face.back{transform-origin:0 50%;transform:rotateY(-90deg) translateZ(-80px)}.scene .cube-face.right{transform-origin:50% 0;transform:rotateX(-90deg) translateY(-80px)}.scene .cube-face.left{transform-origin:50% 0;transform:rotateX(-90deg) translateY(-80px) translateZ(80px)}@keyframes rotation{0%{transform:rotateX(45deg) rotateY(0) rotate(45deg);animation-timing-function:cubic-bezier(.17,.84,.44,1)}50%{transform:rotateX(45deg) rotateY(0) rotate(225deg);animation-timing-function:cubic-bezier(.76,.05,.86,.06)}to{transform:rotateX(45deg) rotateY(0) rotate(405deg);animation-timing-function:cubic-bezier(.17,.84,.44,1)}}@keyframes bouncing{0%{transform:translateY(-40px);animation-timing-function:cubic-bezier(.76,.05,.86,.06)}45%{transform:translateY(40px);animation-timing-function:cubic-bezier(.23,1,.32,1)}to{transform:translateY(-40px);animation-timing-function:cubic-bezier(.76,.05,.86,.06)}}@keyframes bouncing-shadow{0%{transform:translateZ(-80px) scale(1.3);animation-timing-function:cubic-bezier(.76,.05,.86,.06);opacity:.05}45%{transform:translateZ(0);animation-timing-function:cubic-bezier(.23,1,.32,1);opacity:.3}to{transform:translateZ(-80px) scale(1.3);animation-timing-function:cubic-bezier(.76,.05,.86,.06);opacity:.05}}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}
