:root{--font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bg: #050608;--bg-accent: #14151f;--bg-discription: #090a10;--color-text-main: #f7f3ea;--color-text-muted: #b3a9a0;--accent: #f6b756;--accent-soft: #ffe3a4;--border: #3b2a1a;--box-shadow: rgba(0, 0, 0, .55)}*{margin:0;padding:0}html,body{height:100%;font-family:var(--font-ui);color:var(--color-text-main);background-color:var(--bg)}main{min-height:70vh}.game-player{min-height:100vh;display:flex;align-items:center;flex-direction:column;position:relative;background-color:var(--bg);background-image:radial-gradient(circle at 50% 100%,transparent 12px,var(--bg-accent) 12px 13px,transparent 13px 18px,var(--bg-accent) 18px 19px,transparent 19px 24px,var(--bg-accent) 24px 25px,transparent 25px 999px),radial-gradient(circle at 50% 100%,transparent 12px,var(--bg-accent) 12px 13px,transparent 13px 18px,var(--bg-accent) 18px 19px,transparent 19px 24px,var(--bg-accent) 24px 25px,transparent 25px 999px);background-size:32px 20px,32px 20px;background-position:0 0,16px 10px;background-repeat:repeat;overflow-x:hidden}#container{position:relative;z-index:3;width:100%;height:60vh;border-radius:6px;overflow:hidden;box-shadow:0 18px 40px var(--box-shadow);background-color:#000}.player-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;max-width:1000px;width:100%;margin:0 auto;padding:2rem}.gameTitle{color:var(--accent);margin:0 0 .6rem 1rem;text-decoration:underline 2px;font-size:clamp(1.8rem,2.4vw,2.6rem)}.gameContainer{flex:1;width:100%;max-width:1000px;aspect-ratio:4/3}.descriptionbox{display:flex;flex-direction:column;max-width:1000px;width:100%;height:auto;border-radius:10px;box-shadow:0 12px 30px var(--box-shadow);background:var(--bg-discription);color:var(--color-text-main);border:1px solid var(--border);overflow:auto}.descriptionbox p{line-height:1.5rem;margin:1rem;text-indent:2rem}.descriptionbox p:first-child{text-indent:0}.game-meta{display:flex;flex-direction:column;gap:.5rem;margin:1rem;font-size:.9rem;color:var(--color-text-muted)}.meta-item{display:flex;align-items:center;gap:.5rem}.label{font-weight:600;color:var(--color-text-main);min-width:4rem}.tags-section{margin-top:.5rem}.tags-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin-top:.25rem;margin-bottom:.75rem}.tag-chip{display:inline-flex;align-items:center;padding:.3rem .9rem;color:var(--accent-soft);border-radius:999px;font-size:.8rem;font-weight:500;border:1px solid var(--accent-soft);background-color:transparent;transition:.25s ease-out;cursor:pointer;background-color:#ffffff0a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.tag-chip a{text-decoration:none;color:inherit}.tag-chip:hover{color:#000;background-color:var(--accent-soft);transform:scale(1.05)}.buttonBox{display:flex;flex-direction:row;justify-content:flex-end;margin-top:.25rem;gap:.25rem;width:100%}.actionBtn{background-color:transparent;border:0;color:var(--color-text-muted);padding:.3rem .9rem;border-radius:999px;transition:.25s ease-out;cursor:pointer}.actionBtn:hover{color:var(--bg);background-color:var(--accent)}.top-nav{position:sticky;top:0;left:0;right:0;height:22vh;width:100%;background:var(--bg-discription);border-bottom:1px solid var(--bg-accent);z-index:1000;padding:0 2rem;display:flex;align-items:center;flex-direction:column;gap:2rem}.logoBox{position:relative;width:260px;height:160px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.contentLogoBox{gap:1rem;z-index:20;justify-content:center;align-items:center;height:100%;display:flex}.plate{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:320px;height:80px;background:#f8f8f8;border-radius:50%;border:2px solid #e0e0e0;box-shadow:inset 0 -4px 6px #00000014,0 10px 16px #00000040;z-index:1}.plate:before{content:"";position:absolute;inset:6px;border-radius:50%;border:1.5px solid #dcdcdc}.plate:after{content:"";position:absolute;width:80%;height:30%;left:50%;bottom:-14px;transform:translate(-50%);background:#00000059;filter:blur(14px);z-index:-1}.logoImage{width:50px;height:auto;z-index:10}.textlogobox{display:flex;flex-direction:column;align-items:center}.logo{font-family:"Baloo 2",var(--font-ui);font-size:1.8rem;font-weight:800;color:var(--accent-soft);text-decoration:none;z-index:10}.nav-links{display:flex;gap:2rem;margin-bottom:.25rem}.nav-link{color:var(--color-text-muted);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:999px;transition:all .25s ease-out;position:relative}.nav-link:hover{color:var(--bg);background-color:var(--accent);transform:translateY(-1px)}.site-footer{width:100vw;bottom:0;background:var(--bg-accent);border-top:1px solid rgba(255,255,255,.04);padding:1.75rem 1.5rem 2.25rem;color:var(--color-text-muted);font-size:.85rem}.footer-inner{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem;text-align:center}.footer-brand{display:flex;flex-direction:column;gap:.15rem}.footer-logo{font-weight:700;color:var(--accent-soft)}.footer-tagline{font-size:.8rem;color:var(--color-text-muted)}.footer-links{display:flex;justify-content:center;gap:1.5rem}.footer-links a{color:var(--color-text-main);text-decoration:none;font-weight:500;padding:.25rem .75rem;border-radius:999px;transition:.2s ease-out}.footer-links a:hover{background:var(--accent);color:var(--bg)}.footer-legal a{color:var(--accent-soft);text-decoration:underline}.footer-legal a:hover{color:var(--accent)}.footer-copy{margin-top:.2rem;opacity:.85}.alsoPlay{width:100%}.also-play-carousel{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:.75rem;padding:.5rem 0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.also-play-carousel::-webkit-scrollbar{display:none}.alsoplay-wrappering-wrap{max-width:900px;display:flex;flex-direction:row;align-items:center;gap:.5rem}.alsoPlay-wrapper p{left:0;text-decoration:underline 1px;color:var(--accent)}.also-play-item{display:flex;align-items:center;flex-direction:column;flex:0 0 auto;width:140px;scroll-snap-align:start;text-decoration:none;color:inherit;transition:.3s}.also-play-item:hover{transform:scale(1.05)}.also-play-thumb{width:100%;aspect-ratio:4 / 3;border-radius:6px;overflow:hidden;background:#000}.also-play-thumb img{width:100%;height:100%;object-fit:contain;display:block}.also-play-title{margin-top:.25rem;font-size:.8rem;line-height:1.2}.alsoPlay-wrapper{max-width:900px;position:relative;display:flex;flex-direction:column;gap:.5rem}.also-play-carousel{flex:1 1 auto;display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:.75rem;scroll-snap-type:x mandatory}.alsoPlay-arrow{flex:0 0 auto;width:32px;height:72px;border-radius:999px;border:var(--accent-soft) 1px solid;background-color:#ffffff0a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);color:var(--accent-soft);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.5s}.alsoPlay-arrow:hover{color:var(--bg);background-color:var(--accent-soft)}.section-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;flex-direction:row;gap:1rem 1.5rem;margin-top:1rem;width:100%}.section-grid .game-card{flex:0 1 calc(30% - .75rem);max-height:auto;margin-bottom:.5rem;display:flex;gap:.5rem;flex-direction:row;border-radius:8px;background:var(--bg-discription);padding:.5rem}.section-grid .game-card-fixed{width:90%;max-height:auto;margin-bottom:.5rem;display:flex;gap:.5rem;flex-direction:row;border-radius:8px;background:var(--bg-discription);padding:.5rem}.section-grid .thumb{display:flex;align-items:center;justify-content:center;width:10rem;aspect-ratio:4 / 3;overflow:hidden;border-radius:6px;background:#000}.section-grid .thumb img{width:100%;height:auto;object-fit:contain;display:block}.section-grid .titleCard{color:var(--accent);text-decoration:underline 1px}.section-grid .card-discription{text-decoration:none;color:var(--color-text-muted)}.section-grid a{text-decoration:none}@media(max-width:768px){.section-grid .game-card{flex:1 1 100%}}.mainView{display:flex;align-items:center;flex-direction:column;justify-content:center}.gameViewWraper{max-width:950px}.gameViewWarperVertical{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:center;justify-content:space-between}.viewHeader{width:100%;height:4vh;background-color:var(--bg-accent);color:var(--accent-soft);display:flex;align-items:center;justify-content:space-between;border-radius:10px}.hero{color:var(--color-text-main);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;margin-top:5rem;margin-bottom:5rem}.hero-subtitle{color:var(--color-text-muted)}.gameGroupTag{color:var(--accent);font-size:2rem}.viewHeader p{margin-right:1rem;margin-left:1rem}.sideBysideView{max-width:1100px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5rem}.viewAllGamesTag{text-decoration:underline 1px solid var(--accent-soft);font-size:.8rem;color:var(--accent-soft);margin-right:1rem;cursor:pointer}.tag-stacks{max-width:1000px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex;flex-wrap:wrap;gap:1.5rem}.tag-stack-card{position:relative;display:flex;flex-direction:column;box-sizing:border-box;flex:0 1 calc(50% - .75rem);min-height:170px;padding:.9rem 1.1rem 1.1rem;border-radius:12px;background:var(--bg-discription);box-shadow:0 14px 30px #000000a6;text-decoration:none;color:inherit;overflow:hidden;transition:transform .18s ease-out,box-shadow .18s ease-out}.tag-stack-card:hover{transform:translateY(-3px);box-shadow:0 20px 40px #000000d9}.covers{display:flex}.cover{width:140px;height:140px;margin-left:-60px;border-radius:10px;overflow:hidden;background:#000;box-shadow:16px 0 22px -8px #000000e6,-4px 0 10px -6px #0009}.cover img{width:100%;height:100%;object-fit:cover;display:block}.cover:first-child{margin-left:0}.count-badge{position:absolute;top:10px;right:14px;min-width:26px;height:26px;padding:0 .35rem;border-radius:999px;background:#000c;color:var(--accent);font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.tag-footer{margin-top:.6rem;display:flex;flex-direction:column;align-items:center;gap:.1rem}.tag-name{font-size:.95rem;font-weight:600}.tag-extra{font-size:.8rem;color:var(--color-text-muted)}.search-section{max-width:1000px;display:flex;align-items:center;flex-direction:column;margin:0 auto;padding:2rem 1.5rem 3rem}.search-bar{display:flex;align-items:center;width:100%;gap:.75rem;margin-bottom:1.25rem;min-height:2.5rem}.search-bar input{flex:1 1 auto;padding:.55rem .8rem;border-radius:999px;border:1px solid var(--bg-accent);background:var(--bg-discription);color:var(--color-text-main)}.no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:1rem;font-size:.9rem;min-width:80vw;text-align:center;color:var(--color-text)}.no-results p{font-size:1rem}.search-bar input:focus{border-color:var(--accent)}.search-count{font-size:.85rem;color:var(--color-text-muted)}.all-games{max-width:1000px;margin:0 auto;padding:2rem 1.5rem 3rem}.all-games-title{font-size:1.6rem;margin-bottom:.25rem}.all-games-count{font-size:.9rem;color:var(--color-text-muted);margin:0 0 .6rem 1rem}
