*,:before,:after{box-sizing:border-box}:root{color-scheme:dark;--bg:#070a12;--bg-soft:#0c1220;--bg-card:#11192a;--bg-card-hover:#172239;--bg-header:#070a12d1;--accent:#7c5cff;--accent-2:#20c7e8;--accent-hover:#a291ff;--text:#f7f8fc;--text-muted:#9ba7bd;--border:#ffffff17;--border-strong:#9984ff57;--radius:20px;--radius-sm:13px;--shadow:0 24px 70px #00000057;--shadow-card:0 12px 34px #00000047;--game-size:clamp(145px, 18vw, 205px)}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 12% 4%, #7c5cff29, transparent 31rem), radial-gradient(circle at 88% 18%, #20c7e81a, transparent 28rem), linear-gradient(180deg, #080b14 0%, var(--bg) 42%, #090c16 100%);min-height:100vh;color:var(--text);flex-direction:column;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}main{z-index:1;flex:1;width:100%;max-width:1320px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem) 3rem;position:relative}.stars-bg{pointer-events:none;z-index:0;opacity:.34;position:fixed;inset:0;overflow:hidden}.star{opacity:.45;background:#d8d3ff;border-radius:50%;animation:4.5s ease-in-out infinite sparkle;position:absolute}@keyframes sparkle{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:.75;background:#b9f4ff;transform:scale(1.25)}}.site-header{z-index:100;background:var(--bg-header);backdrop-filter:blur(22px)saturate(1.2);border-bottom:1px solid var(--border);position:sticky;top:0;box-shadow:0 10px 35px #0003}.header-inner{align-items:center;gap:clamp(.75rem,2vw,1.5rem);max-width:1320px;min-height:74px;margin:0 auto;padding:.65rem clamp(1rem,3vw,2rem);display:flex}.logo-link{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.logo-wrap{flex-shrink:0;display:inline-block;position:relative}.logo-img{z-index:1;filter:drop-shadow(0 7px 15px #00000059);width:auto;height:clamp(44px,6vw,54px);display:block;position:relative}.logo-glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#7c5cff3d 0%,#0000 70%);border-radius:50%;animation:5s ease-in-out infinite logo-pulse;position:absolute;inset:-8px}.logo-shine{z-index:2;pointer-events:none;border-radius:8px;position:absolute;inset:0;overflow:hidden;mask-image:linear-gradient(#000,#000)}.logo-shine:after{content:"";background:linear-gradient(105deg,#0000 40%,#ffffff26 45%,#ffe696d9 50%,#ffffff26 55%,#0000 60%);width:40%;height:200%;animation:7s ease-in-out infinite logo-shine;position:absolute;top:-50%;left:-60%;transform:skew(-20deg)}@keyframes logo-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes logo-shine{0%,75%,to{opacity:0;left:-60%}10%{opacity:1}40%{opacity:1;left:120%}}.logo-text{letter-spacing:-.025em;white-space:nowrap;font-size:clamp(.95rem,2vw,1.1rem);font-weight:750}.site-nav{border:1px solid var(--border);background:#ffffff09;border-radius:999px;flex-wrap:wrap;flex:1;justify-content:flex-start;align-items:center;gap:.25rem;max-width:max-content;padding:.25rem;display:flex}.site-nav a{color:var(--text-muted);border-radius:999px;padding:.48rem .8rem;font-size:.86rem;font-weight:650;transition:color .2s,background .2s,box-shadow .2s}.site-nav a:hover,.site-nav a.active{color:var(--text);background:#7c5cff2e;box-shadow:inset 0 0 0 1px #a191ff21}.search-form{border:1px solid var(--border);background:#ffffff0a;border-radius:999px;gap:.35rem;width:min(100%,300px);margin-left:auto;padding:.25rem;display:flex}.search-form input{min-width:0;color:var(--text);background:0 0;border:0;border-radius:999px;flex:1;padding:.55rem .75rem;font-size:.9rem}.search-form input:focus{outline:none}.search-form button,.btn{background:linear-gradient(135deg, var(--accent), #5f80ff);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:filter .2s,transform .15s,box-shadow .2s}.search-form button{justify-content:center;align-items:center;gap:.4rem;padding:.52rem .82rem;display:inline-flex;box-shadow:0 7px 18px #695bff40}.search-form button svg{width:1rem;height:1rem}.search-form button:hover,.btn:hover{filter:brightness(1.12);box-shadow:0 9px 24px #695bff52}.btn-secondary{background:#ffffff1a}.btn-secondary:hover{background:#ffffff2e}.page-title{text-align:left;letter-spacing:-.045em;width:min(100% - 2rem,1256px);margin:clamp(1.8rem,4vw,3.3rem) auto clamp(1.25rem,3vw,2rem);font-size:clamp(1.75rem,4vw,2.65rem);font-weight:850;line-height:1.08}.category-filter{border:1px solid var(--border);border-radius:var(--radius-sm);backdrop-filter:blur(14px);background:#11192ab8;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem;margin:0 0 1.5rem;padding:.8rem .9rem .8rem 1.1rem;display:flex;box-shadow:0 12px 32px #0000002e}.category-filter label{font-size:.95rem;font-weight:700}.category-filter select{border:1px solid var(--border-strong);color:var(--text);background:#101829;border-radius:10px;min-width:200px;padding:.62rem 2.5rem .62rem .9rem;font-size:.95rem}.category-intro{text-align:center;color:var(--text-muted);margin:0 0 1.25rem;font-size:.95rem;line-height:1.55}.category-intro strong{color:var(--text)}.featured-section{border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);box-shadow:var(--shadow);background:linear-gradient(135deg,#7c5cff21,#0000 42%),#0c1220d6;margin-bottom:1.5rem;padding:clamp(1rem,2vw,1.5rem)}.featured-header{text-align:left;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.1rem;display:flex}.featured-hint{color:var(--text-muted);margin:0;font-size:.9rem}@media (hover:none),(pointer:coarse){.featured-hint--hover{display:none}}@media (hover:hover) and (pointer:fine){.featured-hint--touch{display:none}}.featured-grid{grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:.8rem;margin-bottom:0}.game-card-media{aspect-ratio:1;background:var(--bg-soft);width:100%;position:relative;overflow:hidden}.game-card-media img{object-fit:cover;width:100%;height:100%;transition:opacity .2s,transform .4s,filter .3s}.game-card-media img.is-hidden{opacity:0}.game-card-video{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.game-card--featured{max-width:none}.game-card--featured .game-card-title{font-size:.78rem}.games-grid{grid-template-columns:repeat(auto-fill, minmax(var(--game-size), 1fr));justify-items:center;gap:clamp(.8rem,1.8vw,1.2rem);display:grid}.game-card{border-radius:var(--radius);background:var(--bg-card);border:1px solid var(--border);width:100%;max-width:230px;box-shadow:var(--shadow-card);transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.game-card:hover{border-color:var(--border-strong);transform:translateY(-6px);box-shadow:0 22px 46px #1910406b}.game-card:hover .game-card-media img{filter:saturate(1.08);transform:scale(1.045)}.game-card img{aspect-ratio:1;object-fit:cover;width:100%}.game-card-title{text-align:left;text-shadow:0 2px 8px #000000e6;opacity:1;background:linear-gradient(#0000,#050810f2);justify-content:flex-start;align-items:flex-end;min-height:45%;padding:2.6rem .8rem .75rem;font-size:clamp(.78rem,1.5vw,.9rem);font-weight:750;line-height:1.25;transition:color .2s;display:flex;position:absolute;inset:auto 0 0}.game-card:hover .game-card-title,.game-card:focus-within .game-card-title{opacity:1;color:#fff}@media (hover:none){.game-card-title{opacity:1;background:linear-gradient(#0000,#050810f2);font-size:.78rem}}.pagination{flex-wrap:wrap;justify-content:center;gap:.45rem;margin:2.5rem 0;display:flex}.pagination a,.pagination span{text-align:center;border-radius:11px;min-width:2.5rem;padding:.6rem .85rem;font-size:.9rem;font-weight:600}.pagination a{background:var(--bg-card);color:var(--text-muted);border:1px solid var(--border)}.pagination a:hover{background:var(--bg-card-hover);border-color:var(--border-strong);color:#fff}.pagination span.current{background:linear-gradient(135deg, var(--accent), #5f80ff);color:#fff;box-shadow:0 8px 20px #695bff47}.intro-text{border:1px solid var(--border);border-radius:var(--radius);columns:1;color:#c7cfdd;background:#11192a9e;width:100%;max-width:980px;margin:3rem auto 0;padding:clamp(1.25rem,3vw,2.25rem);font-size:.98rem;line-height:1.8}@media (width>=900px){.intro-text{padding:2rem 2.5rem}.intro-text p:not(:first-child){text-align:justify}}.intro-text p{margin:0 0 1rem}.intro-text b,.intro-text strong{color:var(--accent-hover)}.game-player-wrap{z-index:2;isolation:isolate;max-width:1180px;margin:0 auto 1.75rem;position:relative}.game-player-bar{top:calc(env(safe-area-inset-top,0px) + .5rem);z-index:20;justify-content:flex-end;margin-bottom:.5rem;display:flex;position:sticky}.fs-btn{backdrop-filter:blur(12px);min-height:44px;color:var(--text);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#0d1423e0;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:background .2s,border-color .2s,transform .15s;display:inline-flex;box-shadow:0 4px 20px #00000059}.fs-btn:hover,.fs-btn:focus-visible{border-color:var(--accent);background:#1e293bf2;outline:none}.fs-btn:active{transform:scale(.97)}.fs-btn.is-active{background:var(--accent);border-color:var(--accent-hover);color:#fff}.fs-icon{flex-shrink:0;width:1.25rem;height:1.25rem}.fs-icon-close,.fs-btn.is-active .fs-icon-open{display:none}.fs-btn.is-active .fs-icon-close{display:block}.fs-label-close,.fs-btn.is-active .fs-label-open{display:none}.fs-btn.is-active .fs-label-close{display:inline}.game-stage{z-index:1;border-radius:var(--radius);border:1px solid var(--border-strong);background:#000;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000075,0 0 50px #7c5cff14}.game-embed{aspect-ratio:16/10;background:#000;width:100%;max-height:min(70vh,600px);position:relative}.game-embed iframe{opacity:0;pointer-events:none;border:none;width:100%;height:100%;display:block}.game-embed.is-playing iframe{opacity:1;pointer-events:auto}.game-cover{z-index:3;background:#0a0a12;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.game-cover[hidden]{display:none}.game-cover-bg{object-fit:cover;filter:blur(2px)saturate(1.1);width:100%;height:100%;position:absolute;inset:0;transform:scale(1.05)}.game-cover-shade{background:linear-gradient(#080c1c8c 0%,#080c1cd1 45%,#040612eb 100%);position:absolute;inset:0}.game-cover-content{z-index:1;text-align:center;max-width:28rem;padding:1.25rem 1rem;position:relative}.game-cover-kicker{letter-spacing:.06em;text-transform:uppercase;color:var(--accent-hover);margin:0 0 .35rem;font-size:.8rem;font-weight:600}.game-cover-title{color:#fff;text-shadow:0 2px 16px #00000080;margin:0 0 1.25rem;font-size:clamp(1.15rem,4.5vw,1.5rem);font-weight:700;line-height:1.25}.game-play-btn{background:linear-gradient(135deg, var(--accent) 0%, #5f80ff 100%);color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.65rem;min-width:min(100%,16rem);min-height:52px;padding:.85rem 1.75rem;font-size:1.05rem;font-weight:700;transition:transform .15s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 4px 24px #7c5cff6b,0 2px 8px #00000059}.game-play-btn:hover,.game-play-btn:focus-visible{filter:brightness(1.08);outline-offset:3px;outline:2px solid #ffffff59}.game-play-btn:active{transform:scale(.97)}.game-play-icon{flex-shrink:0;width:1.35rem;height:1.35rem}.game-cover-note{color:#ffffffb8;margin:1rem 0 0;font-size:.85rem}.game-loading{z-index:2;color:var(--text);background:#000000e0;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.95rem;display:flex;position:absolute;inset:0}.game-loading[hidden]{display:none}.game-loading-spinner{border:3px solid #ffffff26;border-top-color:var(--accent);border-radius:50%;width:2.5rem;height:2.5rem;animation:.75s linear infinite game-spin}@keyframes game-spin{to{transform:rotate(360deg)}}.game-player-bar:has(#fullscreen-btn[hidden]){display:none}body.game-fs-lock{overflow:hidden}:-webkit-any(.game-stage:fullscreen,.game-stage:-webkit-full-screen){background:#000;border-radius:0;flex-direction:column;width:100%;height:100%;display:flex;max-height:none!important}:is(.game-stage:fullscreen,.game-stage:fullscreen){background:#000;border-radius:0;flex-direction:column;width:100%;height:100%;display:flex;max-height:none!important}:-webkit-any(.game-stage:fullscreen .game-embed,.game-stage:-webkit-full-screen .game-embed){width:100%;height:100%;aspect-ratio:unset;flex:1;max-height:none!important}:is(.game-stage:fullscreen .game-embed,.game-stage:fullscreen .game-embed){width:100%;height:100%;aspect-ratio:unset;flex:1;max-height:none!important}:-webkit-any(.game-embed:fullscreen,.game-embed:-webkit-full-screen){width:100%;height:100%;aspect-ratio:unset;background:#000;max-height:none!important}:is(.game-embed:fullscreen,.game-embed:fullscreen){width:100%;height:100%;aspect-ratio:unset;background:#000;max-height:none!important}.game-stage-fs{z-index:9999;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);background:#000;border-radius:0;position:fixed;inset:0;max-height:none!important}.game-stage-fs .game-embed{height:100%;max-height:none;aspect-ratio:unset}@media (width<=639px){.game-player-bar{justify-content:stretch}.fs-btn{justify-content:center;width:100%;min-height:48px;font-size:1rem}.game-play-btn{width:100%;max-width:20rem;min-height:56px;font-size:1.1rem}.game-cover-content{width:100%;padding:1rem .75rem}.game-embed{aspect-ratio:4/3;max-height:min(55vh,480px)}}@media (width>=640px){.fs-label-open,.fs-label-close{display:inline}.fs-btn:not(.is-active) .fs-label-close{display:none}}.game-info{border:1px solid var(--border);border-radius:var(--radius);background:#11192aad;gap:1.25rem;max-width:980px;margin:1.75rem auto;padding:clamp(1rem,2.5vw,1.5rem);display:grid}@media (width>=640px){.game-info{grid-template-columns:150px 1fr;align-items:start}}.game-info img{object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);width:150px;height:150px;box-shadow:var(--shadow-card);margin:0 auto}.game-description{color:#cbd3df;font-size:.98rem;line-height:1.78}.game-description p{margin:0 0 1rem}.game-description p:last-child{margin-bottom:0}.game-description .desc-h,.game-description h2,.game-description h3,.game-description h4{color:#b7abff;margin:1.5rem 0 .65rem;font-size:1.15rem;font-weight:700;line-height:1.35}.game-description .desc-h:first-child,.game-description h2:first-child,.game-description h3:first-child{margin-top:0}.game-description .desc-list,.game-description ul,.game-description ol{margin:.5rem 0 1.25rem;padding-left:1.35rem}.game-description li{margin-bottom:.45rem}.game-description b,.game-description strong{color:var(--text);font-weight:600}.game-tags{text-align:center;max-width:980px;margin:1rem auto}.game-tags a{color:var(--accent-hover);font-weight:600}.game-tags a:hover{text-decoration:underline}.section-title{text-align:left;letter-spacing:-.025em;margin:2rem 0 1rem;font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:780}.content-page{border:1px solid var(--border);border-radius:var(--radius);max-width:900px;box-shadow:var(--shadow-card);background:#11192abd;margin:0 auto;padding:clamp(1.25rem,3vw,2.25rem);line-height:1.78}.content-page a{color:var(--accent-hover)}.content-page h2{color:var(--text);margin:2rem 0 .7rem;font-size:clamp(1.2rem,2.4vw,1.45rem);line-height:1.3}.content-page h2:first-child{margin-top:0}.content-page p{margin:0 0 1rem}.content-page ul,.content-page ol{margin:.5rem 0 1.25rem;padding-left:1.4rem}.content-page li{margin-bottom:.45rem}.site-footer{z-index:1;border-top:1px solid var(--border);text-align:left;backdrop-filter:blur(18px);background:#080c16eb;margin-top:auto;padding:clamp(2rem,4vw,3rem) clamp(1rem,3vw,2rem) 1.5rem;position:relative}.footer-categories{max-width:1256px;margin:0 auto}.footer-categories h3{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 1rem;font-size:.78rem}.footer-categories ul{max-width:none;margin:0;padding:0;line-height:2.2;list-style:none}.footer-categories li{margin:0;display:inline}.footer-categories a{color:var(--text-muted);white-space:nowrap;padding:.05rem .25rem;font-size:.8rem;display:inline-block}.footer-categories a:hover{color:var(--accent-hover)}.footer-categories li:not(:last-child):after{content:" / ";color:var(--text-muted);margin:0 .15rem}.footer-copy{color:var(--text-muted);margin:0;font-size:.85rem}.footer-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;max-width:1256px;margin:1.75rem auto 0;padding-top:1.25rem;display:flex}.footer-legal{flex-wrap:wrap;justify-content:flex-end;gap:.55rem 1rem;display:flex}.footer-legal a{color:var(--text-muted);font-size:.82rem}.footer-legal a:hover{color:var(--text)}.blog-list{gap:1.25rem;max-width:900px;margin:0 auto;display:grid}.blog-card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);background:#11192abd;gap:1rem;padding:1rem;transition:transform .2s,border-color .2s;display:grid}@media (width>=540px){.blog-card{grid-template-columns:160px 1fr}}.blog-card:hover{border-color:var(--border-strong);transform:translateY(-4px)}.blog-card img{aspect-ratio:1;object-fit:cover;border-radius:12px;width:100%}.blog-card h2{margin:0 0 .5rem;font-size:1.15rem}.blog-snippet{color:var(--text-muted);font-size:.9rem}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 1rem}@media (width<=600px){.header-inner{flex-wrap:wrap;min-height:auto;padding-block:.55rem}.site-nav{margin-left:auto}.search-form{order:3;width:100%;max-width:none;margin-left:0}.search-form button span{display:none}.search-form button{width:2.4rem;padding-inline:0}.page-title{width:min(100% - 2rem,1256px);margin-top:1.5rem}.category-filter{flex-direction:column;align-items:stretch;padding:.85rem}.category-filter select{width:100%}.featured-header{display:block}.featured-hint{margin-top:.35rem}.featured-grid{overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:thin;scrollbar-color:#a191ff73 transparent;justify-content:flex-start;padding:0 0 .55rem;display:flex;overflow-x:auto}.featured-grid .game-card{scroll-snap-align:start;flex:0 0 min(42vw,160px)}.footer-bottom{flex-direction:column-reverse;align-items:flex-start}.footer-legal{justify-content:flex-start}}@media (width<=420px){.logo-text{display:none}}:focus-visible{outline-offset:3px;outline:3px solid #20c7e8cc}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
