:root{--blue: #0073ff;--red: #ff0033;--yellow: #ffef00;--green: #00d26a;--text-dark: #000;--text-light: #fff;--shadow: #000}html,body{margin:0;padding:0;font-family:Trebuchet MS,Arial Black,sans-serif;color:var(--text-dark);background:#fff;min-height:100%;overflow-x:hidden}body{text-align:center}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1;width:100%;max-width:none;margin:0 auto;padding:clamp(12px,2.2vw,20px) clamp(10px,2.8vw,24px);background:transparent;z-index:1;box-sizing:border-box}#content{width:100%;min-height:0}#content.ready{opacity:1;transition:opacity .3s ease-in}#content.off{opacity:0;transition:opacity 0s ease-in}header{width:100%;position:relative;z-index:100}.top-bar{background:linear-gradient(180deg,#0059c7,#0047a0);display:flex;justify-content:space-between;align-items:center;gap:10px 14px;padding:12px clamp(10px,3vw,40px);border-bottom:3px solid #f4d447;flex-wrap:wrap;box-sizing:border-box}.brand{display:flex;align-items:center;gap:10px}.brand-logo{height:48px;width:auto;filter:drop-shadow(2px 2px 0 var(--shadow));transform:translateY(2px);transition:transform .2s ease}.brand-logo:hover{transform:scale(1.1) rotate(-2deg)}.top-bar h1{margin:0;font-size:clamp(1.15rem,3.6vw,1.8rem);color:var(--text-light);font-weight:800;letter-spacing:1px;text-shadow:0 1px 0 rgba(0,0,0,.2)}.top-bar nav a{color:var(--text-light);font-weight:700;text-decoration:none;margin:0 6px;transition:color .2s,transform .2s}.top-bar nav a:hover{color:#ffe37a;transform:scale(1.1)}.controls{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:10px}.mobile-menu-list{display:contents}.mobile-menu-label,.menu-toggle,.menu-close,.mobile-backdrop{display:none}#lang-select{padding:4px 6px;border:2px solid var(--shadow);background:#fff;font-weight:700}#theme-toggle{background:var(--yellow);border:2px solid var(--shadow);padding:5px 10px;font-weight:700;cursor:pointer;box-shadow:3px 3px 0 var(--shadow);transition:all .2s ease}#theme-toggle:hover{transform:translate(-2px,-2px);box-shadow:5px 5px 0 var(--shadow)}footer{width:100%;background:var(--blue);color:var(--text-light);border-top:4px solid var(--yellow);padding:16.5px 0;margin:0;text-align:center;font-size:.9rem;text-shadow:2px 2px 0 var(--shadow);position:relative;z-index:100}footer p{margin:5px 0;display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}footer a{color:var(--yellow);text-decoration:none;font-weight:700}footer a:hover{color:var(--red)}button,.btn{background:var(--yellow);border:3px solid var(--shadow);box-shadow:4px 4px 0 var(--red);color:var(--text-dark);font-weight:700;padding:8px 16px;cursor:pointer;text-transform:uppercase;transition:transform .2s,box-shadow .2s}button:hover,.btn:hover{transform:translateY(-2px);box-shadow:5px 5px 0 var(--green)}.icon-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:2px solid #000;background:#ffef00;color:#111;text-decoration:none;box-shadow:3px 3px #000;margin:0 4px}.icon-link:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #000}.store-icon-svg{width:20px;height:20px;fill:currentColor;stroke:currentColor;display:block}.store-icon-img{width:22px;height:22px;object-fit:contain;display:block}hr{border:none;border-top:2px solid var(--yellow);margin:10px 0}.blink{animation:blink 1.5s step-start infinite}@keyframes blink{50%{opacity:0}}@media (max-width: 700px){.top-bar{position:relative;display:block;text-align:left;min-height:58px;padding:10px 56px 10px 8px}.brand{display:block;margin:0;text-align:left}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:50%;right:8px;transform:translateY(-50%);min-width:42px;min-height:38px;font-size:1.25rem;line-height:1;padding:0 10px;border:2px solid #000;background:#ffef00;color:#000;box-shadow:3px 3px #000;cursor:pointer;margin:0}.menu-close{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:12px;right:12px;width:36px;height:36px;font-size:1.25rem;line-height:1;border:2px solid #000;background:#ffef00;color:#000;box-shadow:3px 3px #000;z-index:1}.controls{position:fixed;top:0;right:0;width:min(82vw,320px);height:100dvh;background:linear-gradient(180deg,#0059c7,#0047a0);border-left:3px solid #f4d447;box-shadow:-10px 0 28px #00000059;padding:64px 14px 14px;box-sizing:border-box;z-index:1200;transform:translate(105%);transition:transform .22s ease;overflow-y:auto;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;gap:12px}.mobile-menu-list{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:8px}.controls.open{transform:translate(0)}.top-bar .controls nav{display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px}.top-bar .controls nav a{display:block;margin:0;text-align:center;padding:8px 10px;border:2px solid rgba(255,255,255,.3);border-radius:2px}.top-bar .controls nav a.active{border-color:#f4d447}.controls select{width:100%}.mobile-menu-label{display:block;color:#fff;text-align:left;font-size:.86rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-top:2px}#lang-select,#theme-style-select{min-height:34px}.mobile-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:none;background:#00000075;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1100}.mobile-backdrop.open{opacity:1;pointer-events:auto}main{width:100%;padding:14px 10px}#theme-toggle{padding:6px 12px}footer{font-size:.82rem}}@media (max-width: 480px){.top-bar{min-height:54px;padding:8px 54px 8px 6px}.top-bar .controls nav a{font-size:.92rem}#lang-select,#theme-style-select{font-size:.9rem;padding:3px 6px}footer p{padding-inline:8px}}body.crt-mode{background:radial-gradient(circle at center,#000,#050505 60%,#000);color:#fff;font-family:Trebuchet MS,Arial Black,sans-serif;text-shadow:0 0 4px #00ffcc}body.crt-mode main{background:#000000bf;border:2px solid #00c87a;box-shadow:0 0 12px #0fc;position:relative;z-index:10}body.crt-mode #content{background:#0000;border-top:4px solid #00c87a;border-bottom:4px solid #007bff;color:#fff}body.crt-mode .top-bar{background-color:#000;color:#fff;border-bottom:4px solid #00c87a;box-shadow:0 0 8px #0fc}body.crt-mode .logo-area h1,body.crt-mode .top-bar h1{color:#ffeb00;text-shadow:0 0 6px #00ffcc,0 0 2px #00ffcc}body.crt-mode .subtitle{color:#ffeb00;text-shadow:0 0 6px #00ffcc}body.crt-mode .controls{color:#fff}body.crt-mode nav a{color:#ffeb00;text-shadow:0 0 6px #00ffcc;transition:color .2s ease}body.crt-mode nav a:hover{color:#f35;text-shadow:0 0 8px #ff3355;transform:scale(1.1)}body.crt-mode #lang-select{background-color:#000;color:#0fc;border:2px solid #00ffcc;box-shadow:0 0 6px #0fc;font-family:Courier New,monospace}body.crt-mode #theme-toggle{background-color:#00c87a;color:#000;font-weight:700;border:2px solid #ffeb00;box-shadow:3px 3px #f35,0 0 8px #0fc;text-transform:uppercase;cursor:pointer;transition:all .15s ease}body.crt-mode #theme-toggle:hover{background-color:#ffeb00;color:#000;box-shadow:4px 4px #00c87a,0 0 8px #ffeb00;transform:translate(-2px,-2px)}body.crt-mode .section h2,body.crt-mode h2,body.crt-mode h3,body.crt-mode h4{color:#ffeb00;text-shadow:0 0 6px #00ffcc,0 0 2px #00ffcc}body.crt-mode .section p,body.crt-mode p{color:#d5ffe9;text-shadow:0 0 4px #00ffcc}body.crt-mode .screenshot,body.crt-mode .game-thumb,body.crt-mode .carousel,body.crt-mode .about-box,body.crt-mode .video-wrapper{background-color:#000;border:3px solid #00c87a;box-shadow:4px 4px #00c87a,0 0 8px #0fc;filter:brightness(.9) contrast(1.2) drop-shadow(0 0 6px #00ffcc);color:#fff}body.crt-mode .about-box h3{color:#ffeb00;text-shadow:0 0 6px #00ffcc}body.crt-mode .about-box li{color:#d5ffe9}body.crt-mode .screenshot img,body.crt-mode .game-thumb,body.crt-mode .carousel-img,body.crt-mode .video-wrapper video{filter:brightness(1.05) contrast(1.15);background-color:#000}body.crt-mode button,body.crt-mode .btn,body.crt-mode .game-link{background-color:#00c87a;color:#000;border:2px solid #ffeb00;box-shadow:3px 3px #f35,0 0 8px #0fc;font-weight:700;padding:8px 16px;text-decoration:none;display:inline-block;cursor:pointer;transition:all .15s ease}body.crt-mode button:hover,body.crt-mode .btn:hover,body.crt-mode .game-link:hover{background-color:#ffeb00;color:#000;box-shadow:4px 4px #00c87a,0 0 8px #ffeb00;transform:translate(-2px,-2px)}body.crt-mode .coming-future{background:#0009;border:3px solid #00c87a;box-shadow:4px 4px #00c87a,0 0 8px #0fc;padding:20px;border-radius:2px}body.crt-mode .quote{color:#d5ffe9;text-shadow:0 0 4px #00ffcc}body.crt-mode .quote .highlight{color:#ffeb00;text-shadow:0 0 6px #00ffcc;font-weight:700}body.crt-mode footer{background-color:#000;color:#ffeb00;border-top:4px solid #00c87a;text-shadow:0 0 6px #00ffcc,0 0 2px #00ffcc;box-shadow:0 0 12px #0fc}body.crt-mode footer a{color:#00c87a;text-decoration:none;font-weight:700;text-shadow:0 0 6px #00ffcc}body.crt-mode footer a:hover{color:#f35;text-shadow:0 0 8px #ff3355}body.crt-mode hr{border:none;border-top:2px solid #00c87a;box-shadow:0 0 6px #0fc;margin:10px 0}body.crt-mode .blink{color:#00c87a;text-shadow:0 0 6px #00ffcc}body.crt-mode:after{content:"";pointer-events:none;position:fixed;left:0;top:0;right:0;bottom:0;background-image:repeating-linear-gradient(to bottom,#00ffc812,#00ffc812 2px,#0000 2px,#0000 4px);mix-blend-mode:screen;opacity:.4;z-index:9999}#theme-style-select{padding:4px 6px;border:2px solid var(--shadow);background:#fff;font-weight:700}.logo{width:52px;height:auto;vertical-align:middle;margin-right:10px;filter:drop-shadow(2px 2px 0 #ff0033) drop-shadow(-2px -2px 0 #00d26a);transition:transform .25s ease,filter .25s ease;cursor:pointer}.logo:hover{transform:scale(1.1) rotate(-2deg);filter:drop-shadow(0 0 6px #00ffcc) contrast(1.2)}.logo-mini{width:20px;height:auto;vertical-align:middle;filter:drop-shadow(1px 1px 0 #ff0033) drop-shadow(-1px -1px 0 #00d26a);transition:transform .3s ease}.logo-mini:hover{transform:scale(1.2) rotate(3deg)}body{position:relative;z-index:0;background:none;overflow-x:hidden;overflow-y:auto}body:before{content:"";position:fixed;top:50%;left:50%;width:200%;height:200%;background:url(/assets/bkg-Dkn3xnjK.png) 0 0 repeat;background-size:repeat;transform:translate(-50%,-50%) rotate(var(--bg-rotation, 45deg));z-index:-1;pointer-events:none}header,main,footer{z-index:10}.top-bar{background:#0073ff;display:flex;justify-content:space-between;align-items:center;padding:12px 40px;border-bottom:4px solid #ffef00;position:relative;z-index:1000}.brand{display:flex;align-items:center;gap:12px}.brand-logo{height:48px;width:auto;filter:drop-shadow(2px 2px 0 #000);transform:translateY(2px)}.top-bar h1{font-size:1.8rem;color:#fff;margin:0;font-weight:800;letter-spacing:1px}.top-bar nav a{color:#fff;font-weight:700;text-decoration:none;margin:0 5px;transition:color .2s}.top-bar nav a:hover{color:#ffef00}.controls{display:flex;align-items:center;gap:10px;margin-right:12px}#lang-select{padding:4px 6px;border:2px solid #000;background:#fff}#theme-toggle{background:#ffef00;border:2px solid #000;font-weight:700;padding:4px 10px;cursor:pointer;box-shadow:3px 3px #000;transition:transform .1s ease,box-shadow .1s ease}#theme-toggle:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #000}.future-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background:#000;color:#0fc;font-family:Courier New,monospace;overflow:hidden;border:3px solid #00c87a;box-shadow:0 0 12px #0fc;animation:crtPowerOn 1.2s ease-out;position:relative}.future-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(to bottom,#00ffc80d,#00ffc80d 2px,#0000 2px,#0000 4px);mix-blend-mode:screen;opacity:.3;pointer-events:none}.future-title{font-size:2rem;color:#ffeb00;text-shadow:0 0 10px #00ffcc;opacity:0;transform:translateY(30px);animation:textAppear 1.4s ease forwards .8s}.future-subtitle{font-size:1.3rem;margin-top:10px;color:#d5ffe9;opacity:0;transform:translateY(20px);animation:textAppear 1.4s ease forwards 1.4s}@keyframes crtPowerOn{0%{transform:scaleY(0);opacity:0}40%{transform:scaleY(.05);opacity:1;background:#fff}to{transform:scaleY(1);opacity:1}}@keyframes textAppear{to{opacity:1;transform:translateY(0)}}.hero{display:flex;justify-content:center;align-items:center;text-align:center;padding:clamp(24px,4vh,56px) 20px;min-height:0;position:relative;z-index:5}@media (min-height: 900px) and (min-width: 1400px){#home{min-height:calc(100dvh - 220px);display:flex;align-items:center;justify-content:center}.hero{width:100%;padding-block:24px}}.hero-content{display:flex;flex-direction:column;align-items:center;gap:25px;max-width:800px}.hero-img{width:160px;height:auto;filter:drop-shadow(2px 2px 0 #ff0033) drop-shadow(-2px -2px 0 #00d26a);animation:float 5s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.hero-text h2{font-size:2rem;font-weight:800;color:#000;text-shadow:2px 2px 0 #ffef00}.hero-text span{color:#0073ff}.tagline{font-size:1.1rem;color:#222;margin-top:10px}.poetic{font-style:italic;font-size:1rem;margin:15px 0;color:#444;opacity:.8}.btn{display:inline-block;margin-top:20px;background:#ffef00;color:#000;border:2px solid #000;padding:8px 20px;font-weight:700;box-shadow:3px 3px #000;text-decoration:none;transition:transform .1s ease,box-shadow .1s ease}.btn:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #000}@media (max-width: 700px){.hero{padding:24px 15px}.hero-img{width:120px}.hero-text h2{font-size:1.6rem}.tagline,.poetic{font-size:.98rem}}@media (max-width: 480px){.hero{padding:18px 10px}.hero-content{gap:14px}.hero-img{width:98px}.hero-text h2{font-size:1.32rem;line-height:1.2}.btn{width:100%;max-width:280px}}#about{padding:clamp(24px,4vh,56px) 20px;min-height:0;text-align:center}.about-container{max-width:900px;margin:0 auto}#about h2{font-size:2rem;color:#000;text-shadow:2px 2px 0 #ffef00;margin-bottom:25px}.intro{font-size:1.1rem;margin-bottom:20px}.story{font-size:1rem;color:#333;line-height:1.6;margin-bottom:40px}.highlight{color:#0073ff;font-weight:800}.about-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:30px}.about-box{background:#fff;border:3px solid #000;padding:20px;width:260px;box-shadow:5px 5px #000;text-align:left;transition:transform .1s ease,box-shadow .1s ease}.about-box:hover{transform:translate(-3px,-3px);box-shadow:8px 8px #000}.about-box h3{margin-top:0;color:#0073ff}.about-box ul{list-style:none;padding:0}.about-box li{margin:8px 0}.signature{font-style:italic;margin:30px 0;opacity:.8;font-size:1.1rem}.contact p{margin:5px 0}.contact a{color:#0073ff;font-weight:700;text-decoration:none}.contact a:hover{color:#f03}@media (max-width: 700px){.about-box{width:100%;box-sizing:border-box}#about h2{font-size:1.7rem}.about-container{padding-inline:4px}.signature{font-size:1rem}}@media (max-width: 480px){#about{padding-inline:10px}.about-box{padding:14px}}#contact-section{padding:clamp(24px,4vh,56px) 20px;min-height:0;text-align:center}#content.page-contact{min-height:calc(100dvh - 190px);display:flex;align-items:center}#content.page-contact #contact-section{width:100%;padding-block:8px}#contact-section h2{font-size:2rem;color:#000;text-shadow:2px 2px 0 #ffef00;margin-bottom:20px}.contact-intro{margin:0 auto 24px;max-width:760px}.contact-card{width:min(760px,100%);margin:0 auto}.contact-card:hover{transform:none;box-shadow:5px 5px #000}.contact-card p{margin:8px 0}.contact-form{margin-top:18px;display:flex;flex-direction:column;gap:8px}.contact-form label{font-weight:700}.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box;border:2px solid #000;padding:8px 10px;font:inherit}.contact-form textarea{resize:vertical}.contact-form small{opacity:.78}.contact-form .btn:hover,.contact-form button:hover{transform:none;box-shadow:3px 3px #000}.hp-field{position:absolute;left:-9999px;opacity:0;pointer-events:none}.form-status{margin:6px 0 0;font-size:.92rem;font-weight:700}.form-status.success{color:#0f7a3b}.form-status.error{color:#b2151b}@media (max-width: 700px){#contact-section h2{font-size:1.7rem}#contact-section{padding:14px 10px 8px}.contact-intro{margin-bottom:10px}.contact-card{margin-bottom:0}#content.page-contact{min-height:calc(100dvh - 170px);align-items:flex-start}.contact-form{margin-top:10px;gap:6px}}@media (max-width: 480px){#contact-section{padding:10px 8px 6px}#content.page-contact{min-height:calc(100dvh - 160px)}}.game-media-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:20px;margin:20px auto;max-width:1000px}.game-media{flex:1 1 480px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;justify-items:center}.game-thumb{width:100%;max-width:280px;aspect-ratio:4/3;object-fit:cover;border:3px solid #000;box-shadow:4px 4px #f03}.carousel{flex:1 1 480px;position:relative;overflow:hidden;border:3px solid #000;box-shadow:4px 4px #f03}.carousel-track{display:flex;transition:transform .4s ease}.carousel-img{width:100%;aspect-ratio:4/3;object-fit:cover;flex-shrink:0}.carousel-btn{position:absolute;top:50%;transform:translateY(-15%);background:#ffef00;border:2px solid #000;cursor:pointer;font-weight:700;box-shadow:2px 2px #00d26a;z-index:10}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.video-wrapper{flex:1 1 480px;max-width:480px;border:3px solid #000;box-shadow:4px 4px #004cff;overflow:hidden;background:#000}.video-wrapper video{width:100%;height:auto;aspect-ratio:16/9;display:block;object-fit:cover}.game-media-container.media-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.game-media-container.media-split .carousel,.game-media-container.media-split .video-wrapper{width:100%;max-width:none;min-width:0;flex:initial}@media (max-width: 900px){.game-media-container{flex-direction:column;align-items:center}.video-wrapper{max-width:100%}.game-media-container.media-split{grid-template-columns:1fr}.game-media{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media (max-width: 480px){.game-media{grid-template-columns:1fr}.game-thumb{max-width:100%}.carousel-btn{width:34px;height:34px;line-height:1;padding:0;font-size:.9rem}.coming-future{gap:12px;margin-top:12px}.troy-img{width:min(180px,70vw)}.quote{max-width:100%;text-align:center;font-size:1rem}}.carousel-img,.game-thumb{aspect-ratio:16/9}.coming-future{display:flex;justify-content:center;align-items:center;gap:25px;flex-wrap:wrap;margin-top:30px}.troy-img{width:180px;border:3px solid #000;box-shadow:4px 4px #000;background:#ffef00}.quote{font-size:1.1rem;font-style:italic;color:#444;max-width:400px;text-align:left}.quote .highlight{color:#0073ff;font-weight:700}.game-description{white-space:pre-wrap;font-family:inherit}.coming-future-vertical{flex-direction:column;margin-top:8px}.coming-future-vertical .quote{margin-top:0;text-align:center;max-width:620px;margin-bottom:6px}#games-section{padding:30px 20px 60px}#game-content{width:min(86vw,920px);margin:0 auto}#games-section h2{font-size:2rem;margin-bottom:20px;text-shadow:2px 2px 0 #ffef00}.game-menu{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:24px}.game-tab{border:2px solid #000;background:#fff;box-shadow:3px 3px #000;padding:6px 12px;text-transform:none}.game-tab.active{background:#ffef00;box-shadow:3px 3px #f03}.game-card{border:3px solid #000;box-shadow:6px 6px #004cff;background:#fff;padding:20px}.game-card h3{margin-top:0;margin-bottom:6px}.game-card h4{margin-top:0;margin-bottom:14px}.game-links{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:14px}.game-link{display:inline-block;text-decoration:none;border:2px solid #000;background:#ffef00;color:#000;box-shadow:3px 3px #000;padding:8px 14px;font-weight:700}.game-link:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #000}.game-links .game-link.icon-link{width:44px;height:44px;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;line-height:1}.game-links .game-link.icon-link .store-icon-img{width:24px;height:24px}.game-links .game-link.icon-link .store-icon-svg{width:22px;height:22px}.top-bar nav{display:flex;gap:10px}.top-bar nav a{padding:4px 8px;border-radius:2px}.top-bar nav a.active{color:#000;background:#f4d447;box-shadow:inset 0 -2px #00000040}@media (max-width: 700px){#games-section{padding-inline:0}#game-content{width:100%}.game-menu{gap:8px}.game-tab{font-size:.92rem;padding:6px 10px}.game-card{padding:14px}.top-bar nav{flex-wrap:wrap;justify-content:center}}@media (max-width: 480px){#games-section{padding:20px 0 42px}#games-section h2{font-size:1.6rem}.game-card{padding:12px}.game-link{width:100%;box-sizing:border-box;text-align:center}}body.theme-2000{--neo-cyan: #6be8ff;--neo-blue: #2c57ff;--neo-indigo: #1a2b78;--neo-silver: #d6e6ff;--neo-magenta: #ff4db8;--neo-deep: #090f2a;font-family:Tahoma,Verdana,Trebuchet MS,sans-serif;letter-spacing:.01em}body.theme-2000:before{background:radial-gradient(circle at 20% 15%,rgba(107,232,255,.14),transparent 38%),radial-gradient(circle at 85% 80%,rgba(255,77,184,.12),transparent 40%),linear-gradient(160deg,#060b23,#0a1240 42%,#1b2d78);transform:none;width:100%;height:100%;top:0;left:0}body.theme-2000 main{background:linear-gradient(180deg,#f0f7fff2,#e1ecffeb);border:1px solid rgba(255,255,255,.65);box-shadow:inset 0 1px #fffffff2,0 12px 40px #00052359}body.theme-2000 .top-bar{background:linear-gradient(180deg,#6f8cff,#3558dd 48%,#263f9f);border-bottom:1px solid rgba(255,255,255,.55);box-shadow:inset 0 1px #ffffffe6,0 6px 18px #03082d59}body.theme-2000 .top-bar h1{font-size:1.5rem;text-shadow:0 1px 0 rgba(0,0,0,.28)}body.theme-2000 .top-bar nav a{border:1px solid transparent;border-radius:999px;padding:5px 11px;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}body.theme-2000 .top-bar nav a:hover,body.theme-2000 .top-bar nav a.active{color:#fff;background:linear-gradient(180deg,#ffffff47,#ffffff14);border-color:#ffffff73;transform:translateY(-1px)}body.theme-2000 #lang-select,body.theme-2000 #theme-style-select{border:1px solid rgba(255,255,255,.7);color:#0c1f5f;background:linear-gradient(180deg,#fff,#e8f1ff);border-radius:8px;box-shadow:inset 0 1px #ffffffe6}body.theme-2000 button,body.theme-2000 .btn,body.theme-2000 .game-link,body.theme-2000 .game-tab{border:1px solid #5f80ff;border-radius:12px;background:linear-gradient(180deg,#fefefe,#dfe9ff);box-shadow:inset 0 1px #fff,0 4px 10px #0e1f5c40;color:#10226f;text-transform:none}body.theme-2000 button:hover,body.theme-2000 .btn:hover,body.theme-2000 .game-link:hover,body.theme-2000 .game-tab:hover{box-shadow:inset 0 1px #fff,0 8px 16px #142c8259;transform:translateY(-1px)}body.theme-2000 .game-tab.active{background:linear-gradient(180deg,#d6e6ff,#b7cbff);border-color:#476fff;color:#10226f}body.theme-2000 .game-card,body.theme-2000 .about-box,body.theme-2000 .video-wrapper,body.theme-2000 .carousel{border:1px solid rgba(70,102,220,.45);border-radius:14px;box-shadow:inset 0 1px #ffffffeb,0 10px 24px #0010502e}body.theme-2000 .game-thumb,body.theme-2000 .troy-img{border:none;box-shadow:none}body.theme-2000 .hero-text h2,body.theme-2000 #about h2,body.theme-2000 #games-section h2{color:#101e62;text-shadow:none}body.theme-2000 .hero-text span,body.theme-2000 .about-box h3{color:#2547d6}body.theme-2000 .game-description{background:#fafdffb8;border:1px solid rgba(80,110,220,.22);border-radius:10px;padding:10px 12px}body.theme-2000 .carousel-btn{border-radius:999px;border:1px solid #5f80ff;width:38px;height:38px;padding:0;background:linear-gradient(180deg,#fff,#d7e4ff);box-shadow:inset 0 1px #fff,0 4px 10px #0e1f5c40}body.theme-2000 .icon-link{border:1px solid #5f80ff;border-radius:12px;background:linear-gradient(180deg,#fefefe,#dfe9ff);box-shadow:inset 0 1px #fff,0 4px 10px #0e1f5c40;color:#10226f}body.theme-2000 .icon-link:hover{transform:translateY(-1px);box-shadow:inset 0 1px #fff,0 8px 16px #142c8259}body.theme-2000 footer{background:linear-gradient(180deg,#2a49b8,#1b2f7e);border-top:1px solid rgba(255,255,255,.45);text-shadow:0 1px 0 rgba(0,0,0,.35)}body.theme-2000 footer hr{border-top:1px solid rgba(255,255,255,.3)}body.theme-2000 #root:after{content:"";pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(to bottom,#ffffff09 0,#ffffff09 1px,#fff0 2px,#fff0 4px);z-index:9998}@media (max-width: 700px){body.theme-2000 main{border-radius:0;border-left:none;border-right:none}body.theme-2000 .top-bar{padding:10px 12px}}body.theme-90{font-family:Verdana,Arial,sans-serif;letter-spacing:0;color:#000}body.theme-90:before{background-color:silver;background-image:linear-gradient(45deg,rgba(0,0,0,.04) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.04) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.04) 75%),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.04) 75%);background-size:12px 12px;background-position:0 0,0 6px,6px -6px,-6px 0;transform:none;width:100%;height:100%;top:0;left:0}body.theme-90 .top-bar{background:navy;border-bottom:2px solid #000;box-shadow:inset 0 -1px #000}body.theme-90 .top-bar h1{font-family:Times New Roman,serif;font-size:1.7rem;color:#fff;text-shadow:none}body.theme-90 .top-bar nav a,body.theme-90 .top-bar nav a:visited{color:#fff}body.theme-90 .top-bar nav a:hover,body.theme-90 .top-bar nav a.active{color:navy;background:#fff;border-radius:0;transform:none}body.theme-90 #lang-select,body.theme-90 #theme-style-select{background:#d4d0c8;border-width:2px;border-style:solid;border-color:#fff #808080 #808080 #fff;box-shadow:none;border-radius:0}body.theme-90 main{background:silver;border-width:3px;border-style:solid;border-color:#fff #808080 #808080 #fff;box-shadow:none}body.theme-90 button,body.theme-90 .btn,body.theme-90 .game-link,body.theme-90 .game-tab{border-width:2px;border-style:solid;border-color:#fff #808080 #808080 #fff;border-radius:0;background:#d4d0c8;color:#000;box-shadow:none;font-weight:700}body.theme-90 button:hover,body.theme-90 .btn:hover,body.theme-90 .game-link:hover,body.theme-90 .game-tab:hover{transform:none;border-color:#808080 #fff #fff #808080}body.theme-90 .game-tab.active{background:#b7c6e6;border-color:#808080 #fff #fff #808080}body.theme-90 .game-card,body.theme-90 .about-box,body.theme-90 .video-wrapper,body.theme-90 .carousel,body.theme-90 .game-thumb{border:2px solid #000080;border-radius:0;box-shadow:none;background:#fff}body.theme-90 #home,body.theme-90 #about,body.theme-90 #games-section{background:#fff;border:2px groove #808080;padding:16px}body.theme-90 .hero-text h2,body.theme-90 #about h2,body.theme-90 #games-section h2{font-family:Times New Roman,serif;color:navy;text-shadow:none}body.theme-90 .carousel-btn{border-radius:0;border-width:2px;border-style:solid;border-color:#fff #808080 #808080 #fff;box-shadow:none}body.theme-90 .icon-link{border-width:2px;border-style:solid;border-color:#fff #808080 #808080 #fff;border-radius:0;background:#d4d0c8;box-shadow:none;color:navy;text-decoration:none}body.theme-90 .icon-link:hover{transform:none;border-color:#808080 #fff #fff #808080;box-shadow:none}body.theme-90 footer{background:navy;border-top:2px solid #000;text-shadow:none}body.theme-90 a{color:#00e;text-decoration:underline}body.theme-90 a:visited{color:#551a8b}body.theme-90 .game-description{background:#fff;border:1px dashed #000080;padding:10px 12px}body.theme-90 .hero-img{animation:none}body.theme-90 .carousel-track{transition:none}body.theme-90 .about-box,body.theme-90 .about-box:hover{transform:none;transition:none}body.theme-90 #root:after{content:none}body.theme-90 .top-bar nav a{border:1px solid transparent;padding:2px 4px}body.theme-90 .top-bar nav a:hover,body.theme-90 .top-bar nav a.active{border-color:#fff #808080 #808080 #fff}body.theme-80{font-family:Lucida Console,Terminal,Courier New,monospace;letter-spacing:.01em;color:#8bff9a}body.theme-80:before{background:radial-gradient(circle at 50% 0%,rgba(90,255,120,.08),transparent 35%),radial-gradient(circle at 50% 120%,rgba(0,140,60,.24),transparent 60%),#030603;transform:none;width:100%;height:100%;top:0;left:0}body.theme-80 #root:after{content:"";pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(to bottom,#8bff9a14 0,#8bff9a14 1px,#0000 3px,#0000 4px);mix-blend-mode:screen;z-index:9997}body.theme-80 .top-bar{background:#040904;border-bottom:2px solid #1dff5e;box-shadow:inset 0 -1px #0f7a2f,0 0 14px #1dff5e2e}body.theme-80 .top-bar h1{color:#72ff90;text-shadow:0 0 8px rgba(114,255,144,.45);font-size:1.5rem}body.theme-80 .top-bar nav a{color:#8bff9a;border:1px solid transparent;padding:3px 6px}body.theme-80 .top-bar nav a:hover,body.theme-80 .top-bar nav a.active{color:#031003;background:#7cff98;border-color:#b7ffc5;text-shadow:none;transform:none}body.theme-80 #lang-select,body.theme-80 #theme-style-select{background:#020802;color:#8bff9a;border:1px solid #2bff68;border-radius:0;box-shadow:inset 0 0 0 1px #8bff9a24}body.theme-80 main{background:#020802f0;border:2px solid #1dff5e;box-shadow:0 0 22px #1dff5e26}body.theme-80 #home,body.theme-80 #about,body.theme-80 #games-section,body.theme-80 .game-card,body.theme-80 .about-box,body.theme-80 .video-wrapper,body.theme-80 .carousel{background:#030a03;border:1px solid #1dff5e;box-shadow:inset 0 0 0 1px #8bff9a24;color:#8bff9a;border-radius:0}body.theme-80 .hero-text h2,body.theme-80 #about h2,body.theme-80 #games-section h2,body.theme-80 h3,body.theme-80 h4{color:#a8ffb8;text-shadow:0 0 8px rgba(114,255,144,.35)}body.theme-80 .hero-text span,body.theme-80 .about-box h3,body.theme-80 .tagline,body.theme-80 .poetic,body.theme-80 .signature,body.theme-80 p,body.theme-80 li{color:#8bff9a}body.theme-80 .game-description{background:#000;border:1px dashed #2bff68;color:#8bff9a;padding:10px 12px}body.theme-80 .hero-img{animation:none}body.theme-80 .carousel-track{transition:none}body.theme-80 .about-box,body.theme-80 .about-box:hover{transform:none;transition:none}body.theme-80 button,body.theme-80 .btn,body.theme-80 .game-link,body.theme-80 .game-tab,body.theme-80 .carousel-btn{background:#021002;color:#8bff9a;border:1px solid #2bff68;border-radius:0;box-shadow:none;text-transform:none}body.theme-80 .icon-link{background:#021002;color:#8bff9a;border:1px solid #2bff68;border-radius:0;box-shadow:none;text-decoration:none}body.theme-80 .icon-link:hover{background:#7cff98;color:#031003;border-color:#c9ffd4;transform:none;box-shadow:none}body.theme-80 .icon-link .store-icon-img{filter:grayscale(1) contrast(1.2) brightness(.88) sepia(.7) hue-rotate(55deg) saturate(2.1)}body.theme-80 button:hover,body.theme-80 .btn:hover,body.theme-80 .game-link:hover,body.theme-80 .game-tab:hover,body.theme-80 .carousel-btn:hover,body.theme-80 .game-tab.active{background:#7cff98;color:#031003;border-color:#c9ffd4;transform:none}body.theme-80 a{color:#7cff98;text-decoration:underline}body.theme-80 a:visited{color:#6ae181}body.theme-80 .game-thumb,body.theme-80 .carousel-img,body.theme-80 .video-wrapper video,body.theme-80 .hero-img,body.theme-80 .troy-img,body.theme-80 .logo-mini{filter:grayscale(1) contrast(1.15) brightness(.85) sepia(.65) hue-rotate(55deg) saturate(2.2)}body.theme-80 footer{background:#040904;color:#8bff9a;border-top:2px solid #1dff5e;box-shadow:0 -6px 16px #1dff5e1f;text-shadow:none}body.theme-80 footer hr{border-top:1px solid #1dff5e}@media (max-width: 700px){body.theme-80 .menu-toggle,body.theme-80 .menu-close{background:#021002;color:#8bff9a;border:1px solid #2bff68;box-shadow:none}body.theme-80 .controls{background:#030a03;border-left:2px solid #1dff5e;box-shadow:-10px 0 28px #00000080}body.theme-80 .mobile-menu-label{color:#8bff9a}body.theme-80 .top-bar .controls nav a{color:#8bff9a;border-color:#1dff5e;background:#021002}body.theme-80 .top-bar .controls nav a:hover,body.theme-80 .top-bar .controls nav a.active{color:#031003;background:#7cff98;border-color:#c9ffd4}body.theme-80 .mobile-backdrop{background:#0014009e}}
