@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box}:root{--bg: #1a1d24;--bg-card: #252932;--bg-header: rgba(36, 40, 80, .92);--accent: #5b8def;--accent-hover: #7aa3f5;--text: #f0f2f5;--text-muted: #a0a8b8;--radius: 16px;--shadow: 0 8px 32px rgba(0, 0, 0, .35);--game-size: clamp(140px, 42vw, 220px)}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:1rem;position:relative;z-index:1}.stars-bg{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.star{position:absolute;border-radius:50%;background:#a0c4ff;animation:sparkle 2.5s ease-in-out infinite;opacity:.7}@keyframes sparkle{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.4);opacity:1;background:#ffe566}}.site-header{position:sticky;top:0;z-index:100;background:var(--bg-header);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:var(--shadow)}.header-inner{max-width:1400px;margin:0 auto;padding:.75rem 1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem}.logo-link{display:flex;align-items:center;gap:.85rem;flex-shrink:0}.logo-wrap{position:relative;display:inline-block;flex-shrink:0}.logo-img{height:clamp(56px,10vw,72px);width:auto;display:block;position:relative;z-index:1;filter:drop-shadow(0 0 12px rgba(91,141,239,.45))}.logo-glow{position:absolute;inset:-8px;border-radius:50%;background:radial-gradient(circle,rgba(120,180,255,.35) 0%,transparent 70%);animation:logo-pulse 3s ease-in-out infinite;z-index:0;pointer-events:none}.logo-shine{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden;border-radius:8px;mask-image:linear-gradient(#000,#000)}.logo-shine:after{content:"";position:absolute;top:-50%;left:-60%;width:40%;height:200%;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.15) 45%,rgba(255,230,150,.85) 50%,rgba(255,255,255,.15) 55%,transparent 60%);transform:skew(-20deg);animation:logo-shine 4s ease-in-out infinite}@keyframes logo-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes logo-shine{0%,75%,to{left:-60%;opacity:0}10%{opacity:1}40%{left:120%;opacity:1}}.logo-text{font-size:clamp(1rem,2.5vw,1.2rem);font-weight:800;letter-spacing:-.02em}.site-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;flex:1;justify-content:center}.site-nav a{font-size:.9rem;font-weight:600;color:var(--text-muted);padding:.35rem .6rem;border-radius:8px;transition:color .2s,background .2s}.site-nav a:hover,.site-nav a.active{color:var(--text);background:#5b8def26}.search-form{display:flex;gap:.35rem;width:100%;max-width:280px}.search-form input{flex:1;padding:.5rem .75rem;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#00000040;color:var(--text);font-size:.9rem}.search-form input:focus{outline:2px solid var(--accent);border-color:transparent}.search-form button,.btn{padding:.5rem 1rem;border:none;border-radius:10px;background:var(--accent);color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s,transform .15s}.search-form button:hover,.btn:hover{background:var(--accent-hover)}.btn-secondary{background:#ffffff1a}.btn-secondary:hover{background:#ffffff2e}.page-title{text-align:center;font-size:clamp(1.25rem,4vw,1.75rem);font-weight:800;margin:1rem 0 1.25rem}.category-filter{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;justify-content:center}.category-filter label{font-weight:600;font-size:.95rem}.category-filter select{padding:.5rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.15);background:var(--bg-card);color:var(--text);font-size:.95rem;min-width:200px}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--game-size),1fr));gap:1rem;justify-items:center}.game-card{position:relative;width:100%;max-width:240px;border-radius:var(--radius);overflow:hidden;background:var(--bg-card);box-shadow:var(--shadow);transition:transform .25s ease,box-shadow .25s ease}.game-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 16px 40px #5b8def33}.game-card img{width:100%;aspect-ratio:1;object-fit:cover}.game-card-title{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:.75rem;text-align:center;font-weight:700;font-size:clamp(.85rem,2.5vw,1rem);text-shadow:0 2px 8px rgba(0,0,0,.9);background:linear-gradient(transparent 40%,#000000bf);opacity:0;transition:opacity .25s}.game-card:hover .game-card-title,.game-card:focus-within .game-card-title{opacity:1}@media(hover:none){.game-card-title{opacity:1;font-size:.8rem;background:linear-gradient(transparent 55%,#000000d9)}}.pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:2rem 0}.pagination a,.pagination span{padding:.5rem .85rem;border-radius:8px;font-weight:600;font-size:.9rem}.pagination a{background:#5b8def26;color:var(--accent)}.pagination a:hover,.pagination span.current{background:var(--accent);color:#fff}.intro-text{width:100%;max-width:none;margin:2rem 0;padding:1.75rem 2rem;background:var(--bg-card);border-radius:var(--radius);font-size:1rem;line-height:1.75;columns:1}@media(min-width:900px){.intro-text{padding:2rem 2.5rem}.intro-text :global(p:not(:first-child)){text-align:justify}}.intro-text :global(p){margin:0 0 1rem}.intro-text :global(b),.intro-text :global(strong){color:var(--accent-hover)}.game-player-wrap{margin-bottom:1.5rem;position:relative;z-index:2;isolation:isolate}.game-player-bar{display:flex;justify-content:flex-end;margin-bottom:.5rem;position:sticky;top:calc(env(safe-area-inset-top,0px) + .5rem);z-index:20}.fs-btn{display:inline-flex;align-items:center;gap:.5rem;min-height:44px;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#0f172ad9;backdrop-filter:blur(12px);color:var(--text);font-size:.9rem;font-weight:600;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:background .2s,border-color .2s,transform .15s;box-shadow:0 4px 20px #00000059}.fs-btn:hover,.fs-btn:focus-visible{background:#1e293bf2;border-color:var(--accent);outline:none}.fs-btn:active{transform:scale(.97)}.fs-btn.is-active{background:var(--accent);border-color:var(--accent-hover);color:#fff}.fs-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.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{position:relative;z-index:1;border-radius:var(--radius);overflow:hidden;background:#000;box-shadow:var(--shadow)}.game-embed{position:relative;width:100%;aspect-ratio:16 / 10;max-height:min(70vh,600px);background:#000}.game-embed iframe{width:100%;height:100%;border:none;display:block;opacity:0;pointer-events:none}.game-embed.is-playing iframe{opacity:1;pointer-events:auto}.game-cover{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0a0a12}.game-cover[hidden]{display:none}.game-cover-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(2px) saturate(1.1);transform:scale(1.05)}.game-cover-shade{position:absolute;inset:0;background:linear-gradient(180deg,#080c1c8c,#080c1cd1 45%,#040612eb)}.game-cover-content{position:relative;z-index:1;text-align:center;padding:1.25rem 1rem;max-width:28rem}.game-cover-kicker{margin:0 0 .35rem;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-hover)}.game-cover-title{margin:0 0 1.25rem;font-size:clamp(1.15rem,4.5vw,1.5rem);font-weight:700;line-height:1.25;color:#fff;text-shadow:0 2px 16px rgba(0,0,0,.5)}.game-play-btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:52px;min-width:min(100%,16rem);padding:.85rem 1.75rem;border:none;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,#4f7fd9 100%);color:#fff;font-size:1.05rem;font-weight:700;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-shadow:0 4px 24px #5b8def73,0 2px 8px #00000059;transition:transform .15s,box-shadow .2s,filter .2s}.game-play-btn:hover,.game-play-btn:focus-visible{filter:brightness(1.08);outline:2px solid rgba(255,255,255,.35);outline-offset:3px}.game-play-btn:active{transform:scale(.97)}.game-play-icon{width:1.35rem;height:1.35rem;flex-shrink:0}.game-cover-note{margin:1rem 0 0;font-size:.85rem;color:#ffffffb8}.game-loading{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:#000000e0;color:var(--text);font-size:.95rem}.game-loading[hidden]{display:none}.game-loading-spinner{width:2.5rem;height:2.5rem;border:3px solid rgba(255,255,255,.15);border-top-color:var(--accent);border-radius:50%;animation:game-spin .75s linear infinite}@keyframes game-spin{to{transform:rotate(360deg)}}.game-player-bar:has(#fullscreen-btn[hidden]){display:none}body.game-fs-lock{overflow:hidden}.game-stage-fs{position:fixed;inset:0;z-index:9999;max-height:none!important;border-radius:0;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);background:#000}.game-stage-fs .game-embed{max-height:none;height:100%;aspect-ratio:unset}@media(max-width:639px){.game-player-bar{justify-content:stretch}.fs-btn{width:100%;justify-content:center;min-height:48px;font-size:1rem}.game-play-btn{min-height:56px;font-size:1.1rem;width:100%;max-width:20rem}.game-cover-content{width:100%;padding:1rem .75rem}.game-embed{max-height:min(55vh,480px);aspect-ratio:4 / 3}}@media(min-width:640px){.fs-label-open,.fs-label-close{display:inline}.fs-btn:not(.is-active) .fs-label-close{display:none}}.game-info{display:grid;gap:1.25rem;margin:1.5rem 0}@media(min-width:640px){.game-info{grid-template-columns:150px 1fr;align-items:start}}.game-info img{width:150px;height:150px;object-fit:cover;border-radius:var(--radius);margin:0 auto}.game-description{font-size:.98rem;line-height:1.75}.game-description :global(p){margin:0 0 1rem}.game-description :global(p:last-child){margin-bottom:0}.game-description :global(.desc-h),.game-description :global(h2),.game-description :global(h3),.game-description :global(h4){font-size:1.15rem;font-weight:700;margin:1.5rem 0 .65rem;color:var(--accent-hover);line-height:1.35}.game-description :global(.desc-h:first-child),.game-description :global(h2:first-child),.game-description :global(h3:first-child){margin-top:0}.game-description :global(.desc-list),.game-description :global(ul),.game-description :global(ol){margin:.5rem 0 1.25rem;padding-left:1.35rem}.game-description :global(li){margin-bottom:.45rem}.game-description :global(b),.game-description :global(strong){color:var(--text);font-weight:600}.game-tags{text-align:center;margin:1rem 0}.game-tags a{color:var(--accent-hover);font-weight:600}.game-tags a:hover{text-decoration:underline}.section-title{text-align:center;font-size:1.25rem;font-weight:700;margin:2rem 0 1rem}.content-page{max-width:800px;margin:0 auto;padding:1rem;background:var(--bg-card);border-radius:var(--radius);line-height:1.7}.content-page :global(a){color:var(--accent-hover)}.site-footer{margin-top:auto;position:relative;z-index:1;background:#281a3c80;border-top:1px solid rgba(255,255,255,.06);padding:1.5rem 1rem;text-align:center}.footer-categories h3{font-size:1rem;margin:0 0 .75rem}.footer-categories ul{list-style:none;padding:0;margin:0 auto;max-width:900px;line-height:1.9}.footer-categories li{display:inline;margin:0}.footer-categories a{font-size:.85rem;color:var(--text-muted);white-space:nowrap}.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{margin-top:1rem;font-size:.85rem;color:var(--text-muted)}.online-badge{display:inline-flex;align-items:center;gap:.35rem;margin-top:.75rem;padding:.35rem .75rem;background:var(--accent);border-radius:999px;font-size:.85rem;font-weight:600}.online-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.blog-list{display:grid;gap:1.25rem;max-width:800px;margin:0 auto}.blog-card{display:grid;gap:1rem;padding:1.25rem;background:var(--bg-card);border-radius:var(--radius);transition:transform .2s}@media(min-width:540px){.blog-card{grid-template-columns:160px 1fr}}.blog-card:hover{transform:translateY(-2px)}.blog-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px}.blog-card h2{margin:0 0 .5rem;font-size:1.15rem}.blog-snippet{color:var(--text-muted);font-size:.9rem}.stats-page{max-width:1100px;margin:0 auto}.stats-login{max-width:360px;margin:2rem auto;padding:1.5rem;background:var(--bg-card);border-radius:var(--radius)}.stats-login label{display:block;margin-bottom:.35rem;font-weight:600;font-size:.9rem}.stats-login input{width:100%;padding:.6rem;margin-bottom:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#00000040;color:var(--text)}.stats-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.stats-totals{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;color:var(--text-muted);font-size:.9rem}.stats-totals strong{color:var(--text)}.stats-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.stats-tab{padding:.45rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#0003;color:var(--text-muted);cursor:pointer}.stats-tab.active{background:#60a5fa33;border-color:#60a5fa80;color:var(--text)}.stats-chart-wrap{height:360px;padding:1rem;background:var(--bg-card);border-radius:var(--radius);margin-bottom:1rem}.stats-note{color:var(--text-muted);font-size:.85rem;line-height:1.5}.stats-table{width:100%;border-collapse:collapse;font-size:.85rem}.stats-table th,.stats-table td{padding:.5rem;border-bottom:1px solid rgba(255,255,255,.08);text-align:left}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted)}@media(max-width:600px){.header-inner{flex-direction:column;align-items:stretch}.site-nav{justify-content:flex-start}.search-form{max-width:none}}
