.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1em;width:100%;margin:0 auto;}@media (max-width:700px){.game-grid{grid-template-columns:repeat(1,1fr);gap:.2em}}.game-box{background:#fff;border-radius:.5em;box-shadow:0 2px 16px #ffd6000c,0 1.5px 8px #0002;padding:.5em;display:flex;flex-direction:column;gap:0;position:relative;min-width:0;transition:box-shadow .13s;}.game-box.focus{box-shadow:0 2px 16px #ffd6000c,0 1.5px 8px #0002,0 0 0 200vh #00000061;z-index:9;}.game-thumbnail{position:relative;width:100%;aspect-ratio:464 / 348;height:auto;overflow:hidden;background:#faf8e7;}.game-thumbnail img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .2s;z-index:1;border:2px solid #fa1000;}.game-thumbnail>a{display:flex;aspect-ratio:464 / 348;}.game-thumbnail.p,.game-thumbnail.p>a{aspect-ratio:464 / 618;}.game-thumbnail video{aspect-ratio:464 / 348;background:black;position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;border:2px solid #fa1000;}.game-thumbnail img.active{opacity:1;z-index:2;}.slide-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff8;border:none;font-size:2em;border-radius:50%;width:1.25em;height:1.25em;cursor:pointer;z-index:3;color:#222;outline:none;box-shadow:0 2px 8px #ffd60029;transition:background .15s;display:flex;justify-content:center;vertical-align:middle;}.slide-btn.prev{left:10px;}.slide-btn.next{right:10px;}.slide-btn:hover{background:#ffd600ee;color:#111;}.slide-dots{display:flex;gap:.4em;position:absolute;bottom:10px;left:50%;transform:translateX(-50%);z-index:5;}.dot{width:12px;height:12px;border-radius:50%;border:none;background:#ffe066bb;transition:background .2s;cursor:pointer;box-shadow:0 1px 4px #0001;position:relative;margin:0 8px;margin:8px;z-index:1}.dot.active{background:#ffd600;box-shadow:0 2px 8px #ffd6006b;}.game-thumbnail .slide-btn{opacity:.6;pointer-events:none;transition:opacity .18s;}.game-thumbnail:hover .slide-btn,.game-thumbnail:focus-within .slide-btn{opacity:1;pointer-events:auto;}.game-meta{display:flex;flex-direction:column;gap:0;position:relative;flex-grow:1;}.game-title{margin:0;font-size:1.25em;font-weight:600;background:linear-gradient(to bottom,#ff9800 0%,#fa1000 100%);color:#fff;padding:.25em;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;scrollbar-gutter:stable;}.game-title::-webkit-scrollbar{display:none;}.game-title:hover,.game-title:focus{color:#fff;}.game-title h2,.game-title .h2{font-size:inherit;margin:0;white-space:nowrap;}.game-desc{font-size:1em;color:#434343;background:#FEF099;border-radius:0 0 .7em .7em;max-height:4.25em;overflow:hidden;position:relative;transition:box-shadow .13s;cursor:help;}.game-desc.full{max-height:unset;border-radius:.7em;}.game-desc.expanded{max-height:42dvh;background:#FEF099;position:absolute;z-index:1000;box-shadow:0 2px 16px #ffd6000c,0 1.5px 8px #0002;margin-top:10%;width:100%;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;scrollbar-gutter:stable;}.game-tags::-webkit-scrollbar,.game-categorie::-webkit-scrollbar{display:none;}.game-desc>div{padding:.65em 1em;}.desc-toggle{align-self:flex-end;border:none;color:#8f6205;font-weight:600;font-size:1em;cursor:pointer;position:sticky;left:100%;bottom:0;background:#fff4bd;padding:.5em .65em .5em;border-top-left-radius:.75em;}.game-stats{display:flex;gap:.5em;font-size:.85em;flex-wrap:nowrap;align-items:baseline;color:#917200;margin-top:auto;}.game-stats *{white-space:nowrap;}.game-stats time{letter-spacing:-1px;}.game-stats .material-icons{font-size:1.1em;vertical-align:middle;margin-right:.18em;}.star-rating{color:#ff9f00;font-size:1.2em;margin-left:auto;}.star-rating .t{color:#d17500;}.game-date{color:#393939;font-weight:500;display:flex;align-items:center;}.game-tags,.game-categories{font-size:.99em;color:#735f11;display:flex;flex-wrap:nowrap;gap:.5em;max-width:100%;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;scrollbar-gutter:stable;margin:.1em 0 .1em 0;padding:.25em 0 .25em;}.game-tags.full,.game-categories.full{flex-wrap:wrap;padding:0 0 1.5em;}.game-tags::-webkit-scrollbar,.game-categorie::-webkit-scrollbar{display:none;}.tag,.category,.label{background:#fff7b7;color:#6a5201;font-size:.98em;padding:.15em .85em;border-radius:1em;font-weight:500;box-shadow:0 1px 5px #ffe06622;letter-spacing:.01em;transition:background .13s;white-space:nowrap;text-transform:capitalize;display:flex;align-items:center;justify-content:center;button{border:0;background:transparent;margin:0 -.85em 0 0;cursor:pointer;color:wheat}}.tag:focus,.tag:hover,.tag:active,.category:focus,.category:hover,.category:active{background:#e2dba3;color:#716001;text-decoration:none;}.category{background:#ffe06644;color:#7a5b00;}.category:focus,.category:hover,.category:active{background:#c3ac4e44;color:#805b06;}.tag h2,.tag h3,.category h2,.category h3{font-size:inherit;font-weight:inherit;margin:inherit;}.updated{cursor:pointer;position:absolute;left:.5em;top:.5em;z-index:3;content:'Updated';background:#b502b1e6;color:#f7ecf9;font-size:.98em;padding:.15em .35em;border-radius:1em;font-style:normal;}.updated:focus,.updated:hover,.updated:active{background:#d612d1e6;color:#ffffff;}.game-desc.full .game-stats{overflow:auto;flex-wrap:wrap;gap:.5em 1em;}.game-controls{display:flex;gap:1em;align-items:center;margin:.25em 0 1.5em;flex-wrap:wrap;justify-content:space-between;}.game-meta-block{display:grid;}.rating-form{display:flex;gap:.5em;align-items:center;flex-wrap:nowrap;background:#fff;border-radius:1.1em;box-shadow:0 2px 18px #3f51b51a;padding:.25em 1em;}.rating-form .btn{margin:-.25em 0;}.divider{flex-grow:1;}.rating-container{align-self:stretch;display:flex;}.click-to-play{font-weight:bold;background-color:#e2f8ff;font-size:3em;padding:1em;z-index:1;border-radius:2.2em;box-shadow:0 0 6px 3px #000000c9;white-space:nowrap;}.click-to-play:before{content:"Click";}@media (max-width:700px){.game-desc.expanded{position:fixed!important;left:.7em!important;right:.7em!important;top:.7em!important;bottom:.7em!important;transform:none!important;margin-top:.4em;min-width:unset!important;width:auto!important;max-width:96vw;margin-top:auto;max-height:50dvh;box-shadow:0 2px 16px #ffd6000c,0 1.5px 8px 100dvh #00000052}.game-stats{overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;scrollbar-gutter:stable}.game-stats::-webkit-scrollbar{display:none}.game-desc.full{max-height:15em;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none;scrollbar-gutter:stable}.game-desc.full::-webkit-scrollbar{display:none}.game-controls{font-size:.85em;gap:.5em .25em}.rating-form{order:1;margin:auto;padding:.25em .5em}.game-controls .rating-container:not(.rated)+.divider{display:none}.game-tags.full,.game-categories.full{padding:.75em 0 0}.game-meta-block{.game-tags.full,.game-categories.full{flex-wrap:nowrap}}.click-to-play{font-size:2em}.click-to-play:before{content:"Tap"}.game-title.h1{margin:0;white-space:nowrap}}html[data-theme="dark"] .game-box{background:#292929;color:#f6e5c4;box-shadow:0 2px 16px #10101055,0 1.5px 8px #0004;}html[data-theme="dark"] .game-box.focus{box-shadow:0 2px 16px #ffd6000c,0 1.5px 8px #0006,0 0 0 200vh #00000061;}html[data-theme="dark"] .game-thumbnail{background:#18181a;}html[data-theme="dark"] .game-thumbnail img{}html[data-theme="dark"] .slide-btn{background:#232323bb;color:#fff8;box-shadow:0 2px 8px #23232344;}html[data-theme="dark"] .slide-btn:hover{background:#ffd600cc;color:#191818;}html[data-theme="dark"] .dot{background:#3c3c3c;}html[data-theme="dark"] .dot.active{background:#ffd600;box-shadow:0 2px 8px #ffd600aa;}html[data-theme="dark"] .game-meta{color:#fff9ed;}html[data-theme="dark"] .game-title{background:linear-gradient(to bottom,#ffb84d 0%,#ff6b21 100%);color:#232325;text-shadow:0 2px 8px #fff7,0 1px 0 #0003;}html[data-theme="dark"] .game-title:hover,html[data-theme="dark"] .game-title:focus{color:#fff;}html[data-theme="dark"] .game-title h2,html[data-theme="dark"] .game-title .h2{color:inherit;}html[data-theme="dark"] .game-desc,html[data-theme="dark"] .game-desc.expanded{color:#f6f4e6;background:#343438;box-shadow:0 2px 16px #ffd60008,0 1.5px 8px #0002;}html[data-theme="dark"] .game-desc>div{padding:.65em 1em;}html[data-theme="dark"] .desc-toggle{color:#ffb800;background:rgba(44,44,46,.93);font-weight:700;}html[data-theme="dark"] .game-stats,html[data-theme="dark"] .game-date{color:#ffad34;}html[data-theme="dark"] .star-rating{color:#ff6400;}html[data-theme="dark"] .game-tags,html[data-theme="dark"] .game-categories{scrollbar-width:none;-ms-overflow-style:none;scrollbar-gutter:stable;}html[data-theme="dark"] .game-tags::-webkit-scrollbar,html[data-theme="dark"] .game-categorie::-webkit-scrollbar{display:none;}html[data-theme="dark"] .tag,html[data-theme="dark"] .category{background:#655c43;color:#ffce51;}html[data-theme="dark"] .tag:focus,html[data-theme="dark"] .tag:hover,html[data-theme="dark"] .tag:active,html[data-theme="dark"] .category:focus,html[data-theme="dark"] .category:hover,html[data-theme="dark"] .category:active{background:#383325;color:#d1a943;text-decoration:none;}html[data-theme="dark"] .category{background:#514939;color:#ffe17a;}html[data-theme="dark"] .category:focus,html[data-theme="dark"] .category:hover,html[data-theme="dark"] .category:active{background:#3d372b;color:#cdb462;}.preloader>div{display:flex;gap:3em;}.preloader>div>div{max-width:300px;}.preloader small{padding-top:.25em;}.preloader .h1{padding-bottom:.5em;font-size:.7em;margin:auto;justify-content:center;text-align:center;margin-top:-.5em;}@media (max-width:700px){.preloader>div{flex-direction:column;gap:1em}.preloader>div>div{max-width:200px}.preloader .game-title{font-size:1em}.preloader .game-stats{display:none}}.gallery{display:flex;flex-direction:column;align-content:stretch;}