.skip-to-main{position:absolute;left:-9999px;top:0;z-index:9999;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;font-weight:600;text-decoration:none;border-radius:0 0 var(--border-radius)0}.skip-to-main:focus{left:0}:root{--primary-color:#5cbc60;--primary-hover:#84d888;--secondary-color:#ffd633;--bg-color:#121212;--card-bg:#1e1e1e;--card-bg-hover:#2a2a2a;--header-bg:#1a1a1a;--text-color:#f5f5f5;--text-muted:#aaaaaa;--border-radius:12px;--card-border-radius:16px;--transition:all 0.3s ease;--shadow:0 10px 30px rgba(0, 0, 0, 0.5);--card-shadow:0 8px 24px rgba(0, 0, 0, 0.4);--badge-bg:#1e3a25;--badge-text:#81c784;--badge-border:#307341;--badge-muted-bg:#0f2213;--badge-muted-text:#5b8a5e;--badge-muted-border:#183f1c;--container-padding:clamp(1rem, 5%, 2rem)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-display:swap;text-rendering:optimizeSpeed;touch-action:manipulation;-webkit-overflow-scrolling:touch;height:-webkit-fill-available;overscroll-behavior-y:contain}body{font-family:poppins,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6;min-height:100vh;min-height:-webkit-fill-available;display:flex;flex-direction:column;font-size:16px;-webkit-tap-highlight-color:rgba(92,188,96,.2)}pre{margin:1rem}img{max-width:100%;height:auto;color:transparent;font-size:0}h1,h2,h3,h4,h5,h6{color:var(--primary-color);margin-bottom:.75rem;line-height:1.3;font-weight:600}h1{font-size:clamp(1.8rem,5vw,2.5rem)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover,a:focus-visible{color:var(--primary-hover);text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--container-padding)var(--container-padding)}.narrow-container{max-width:800px;margin:0 auto;padding:var(--container-padding)}header{background-color:var(--header-bg);box-shadow:0 5px 25px rgba(0,0,0,.6);position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);contain:layout}.header-container{display:flex;align-items:center;justify-content:space-between;padding:.75rem var(--container-padding);flex-wrap:wrap;min-height:52px;transform:translateZ(0);contain:layout;position:relative}.logo-container{display:flex;align-items:center;flex-shrink:0;position:relative}.logo-link{display:flex;align-items:center;text-decoration:none;color:var(--primary-color);font-weight:600;padding:.2rem 0;position:relative;transition:color .3s ease}.logo-link:hover{text-decoration:none}.logo-link:hover .header-name{color:#fff}.logo-link img{height:36px;width:36px;margin-right:1rem}.header-name{font-size:clamp(1.2rem,3vw,1.5rem);line-height:1.2;white-space:nowrap;color:#f5f5f5;transition:color .3s ease}.menu-toggle-checkbox{display:none}.menu-toggle{display:none;cursor:pointer;padding:8px;z-index:1001;margin-left:auto}.hamburger{display:block;position:relative;width:20px;height:14px}.hamburger::before,.hamburger::after,.hamburger span{content:'';position:absolute;left:0;width:100%;height:2px;background-color:var(--text-color);border-radius:2px;transition:transform .3s ease,opacity .3s ease}.hamburger::before{top:0}.hamburger span{top:6px}.hamburger::after{top:12px}.menu-toggle-checkbox:checked~.menu-toggle .hamburger::before{transform:translate3d(0,6px,0)rotate(45deg)}.menu-toggle-checkbox:checked~.menu-toggle .hamburger::after{transform:translate3d(0,-6px,0)rotate(-45deg)}.menu-toggle-checkbox:checked~.menu-toggle .hamburger span{opacity:0;transform:translateX(-5px)}.mobile-only-nav{display:none}.nav-games{color:#5cbc60}.nav-games:hover,.nav-games:focus{color:#84d888}.nav-tools{color:#ffd633}.nav-tools:hover,.nav-tools:focus{color:#ffe680}.nav-tools::after{background-color:#ffd633}.nav-container{display:flex;align-items:center;justify-content:flex-end;transition:all .3s ease}nav{display:flex;align-items:center;margin-right:1rem}nav a{color:var(--text-color);padding:.3rem 1rem;margin:0 .25rem;border-radius:8px;transition:all .3s ease;white-space:nowrap;text-align:center;position:relative}nav a:hover,nav a:focus{color:var(--primary-color);background-color:rgba(255,255,255,5%);text-decoration:none;transform:translateY(-2px)}nav a::after{content:'';position:absolute;width:0;height:2px;bottom:0;left:50%;background-color:var(--primary-color);transition:all .3s ease}nav a:hover::after,nav a:focus::after{width:50%;left:25%}.header-social{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.header-social a{display:flex;align-items:center;justify-content:center;color:var(--text-color);width:36px;height:36px;border-radius:50%;transition:all .3s ease;position:relative;background-color:rgba(255,255,255,5%)}.header-social a:hover,.header-social a:focus{color:var(--primary-color);transform:translateY(-2px);background-color:rgba(255,255,255,.1)}.header-social a svg{display:block}.product-unified-container.prod--tool,.standalone-page.prod--tool{--primary-color:#ffd633;--primary-hover:#ffe680;--platform-accent:#ffe680;--divider-accent:rgba(255, 214, 51, 0.3)}.product-unified-container.prod--game,.product-unified-container.prod--emulator,.standalone-page.prod--game,.standalone-page.prod--emulator{--platform-accent:#81c784}.prod-eyebrow{font-size:.74rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--primary-color);opacity:.85;margin-bottom:.8rem}.product-unified-container{background-color:var(--card-bg);padding:2rem 2rem .25rem;border-radius:var(--card-border-radius);margin:2rem 0;box-shadow:var(--card-shadow)}.section-divider{height:1px;background:linear-gradient(90deg,transparent,var(--divider-accent,rgba(92,188,96,.3)),transparent);margin:1.5rem 0;position:relative}.productdetail-content p{margin-bottom:1.5rem}.product-unified-container img[src="/images/ejsgamepad.png"]{vertical-align:middle}.lb-toggle{display:none}.screenshot-lightbox{display:none;position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.9);align-items:center;justify-content:center;padding:2rem;cursor:zoom-out}.lb-toggle:checked+.screenshot-lightbox{display:flex}.screenshot-lightbox img{width:auto;height:auto;max-width:95vw;max-height:95vh;object-fit:contain;background-color:initial;box-shadow:none;border-radius:var(--card-border-radius)}.prod-shots-note{color:#9a9a9a;font-size:.88rem;line-height:1.55;margin:0 0 1.1rem}.page-headblock{margin:.5rem 0 2rem;padding-bottom:1.4rem;border-bottom:1px solid rgba(255,255,255,6%)}.page-headblock .prod-eyebrow{margin-bottom:.55rem}.page-head{display:flex;align-items:center;gap:.7rem;margin:.5rem 0 1.6rem}.page-headblock .page-head{margin:0}.page-lede{margin:.9rem 0 0;max-width:46rem;font-size:1.12rem;line-height:1.6;color:#cfcfcf}.page-updated{margin-top:.9rem;font:500 .8rem jetbrains mono,monospace;letter-spacing:.04em;color:#7c7c7c}.page-head-dot{width:12px;height:12px;border-radius:3px;flex:none;background:var(--primary-color)}.page-head-title{color:var(--primary-color);font-size:1.5rem;font-weight:700;letter-spacing:normal;margin:0}.page-head-date{font:500 .85rem jetbrains mono,monospace;color:#888;margin-left:.3rem}.standalone-page{margin:1rem 0 2.5rem}.standalone-content{font-size:1.02rem;line-height:1.7}.standalone-content pre{margin:0 0 1.5rem;padding:1.2rem 1.4rem;background:#161616;border:1px solid rgba(255,255,255,7%);border-left:3px solid var(--primary-color);border-radius:12px;overflow-x:auto}.standalone-content pre code{font:.85rem/1.65 jetbrains mono,monospace;color:#d6d6d6;background:0 0;padding:0}.about-page{max-width:1e3px;margin:0 auto}.about-hero{text-align:center;max-width:720px;margin:0 auto 2.6rem;padding-top:1rem}.about-eyebrow{font:600 .72rem jetbrains mono,monospace;letter-spacing:.2em;text-transform:uppercase;color:#7d857d}.about-title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;line-height:1.05;margin:.7rem 0 0;color:#f5f5f5}.about-lead{margin:1.1rem 0 0}.about-lead p{font-size:1.08rem;line-height:1.7;color:#c2c7c2;margin:0 auto;max-width:660px}.about-divider{height:3px;width:260px;max-width:70%;margin:2.2rem auto 0;border-radius:2px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color))}.about-sides{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;margin:0 0 2.8rem}.about-side{background:var(--side-bg,#141414);border:1px solid var(--side-border,rgba(255,255,255,.1));border-radius:14px;padding:1.5rem 1.6rem}.about-side--game{--side-accent:#5cbc60;--side-bg:#121512;--side-border:rgba(92, 188, 96, .28)}.about-side--tool{--side-accent:#ffd633;--side-bg:#151310;--side-border:rgba(255, 214, 51, .26)}.about-side-head{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem}.about-side-dot{width:12px;height:12px;border-radius:50%;flex:none;background:var(--side-accent);box-shadow:0 0 14px var(--side-accent)}.about-side-imprint{font:600 .72rem jetbrains mono,monospace;letter-spacing:.14em;text-transform:uppercase;color:var(--side-accent)}.about-side-blurb{color:#c4c9c3;line-height:1.65;margin:0}.about-secthead{display:flex;align-items:center;gap:.7rem;margin:0 0 1.2rem}.about-secthead-dot{width:12px;height:12px;border-radius:50%;flex:none;background:var(--primary-color);box-shadow:0 0 14px rgba(92,188,96,.6)}.about-secttitle{font-size:1.4rem;font-weight:700;margin:0;color:#f2f2f2}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:0 0 2.8rem}.team-card{display:flex;align-items:center;gap:.9rem;background:#121512;border:1px solid rgba(255,255,255,7%);border-radius:12px;padding:1rem 1.1rem;transition:transform .15s ease,border-color .15s ease}.team-mono{width:46px;height:46px;border-radius:10px;flex:none;display:flex;align-items:center;justify-content:center;font:700 .95rem jetbrains mono,monospace;color:var(--primary-color);background:#0a0c0a;border:1px solid rgba(255,255,255,8%)}.team-info{min-width:0}.team-name{font-weight:600;font-size:1rem}.team-role{color:#9aa09c;font-size:.85rem;margin-top:.15rem}.team-card--link{color:inherit;text-decoration:none}.team-card--link .team-name{color:var(--primary-color)}.team-card--link:hover,.team-card--link:focus{border-color:var(--primary-color);transform:translateY(-3px);text-decoration:none}.about-closing{text-align:center;color:#e6e9e6;font-size:clamp(1.2rem,2.2vw,1.4rem);font-weight:500;line-height:1.5;max-width:720px;margin:1rem auto 0}.about-oldlogo{margin:2.4rem 0 .5rem;display:flex;flex-direction:column;align-items:center;gap:.7rem}.about-oldlogo img{width:260px;max-width:60%;height:auto;opacity:.85;filter:drop-shadow(0 8px 24px rgba(0,0,0,.5));transition:opacity .25s ease}.about-oldlogo img:hover{opacity:1}.about-oldlogo-cap{font:500 .7rem jetbrains mono,monospace;letter-spacing:.12em;text-transform:uppercase;color:#6c706c}@media(max-width:768px){.about-sides{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.team-grid{grid-template-columns:1fr}}.news-header{display:flex;flex-direction:column;margin-bottom:1rem}.news-imprint{font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--news-accent);opacity:.85;margin-bottom:.35rem}.news-title{color:var(--news-accent);font-size:1.4rem;font-weight:600;margin-bottom:.3rem}.news-title a{color:var(--news-accent);text-decoration:none;transition:var(--transition)}.news-title a:hover{filter:brightness(1.15)}.news-date{font:500 .82rem jetbrains mono,monospace;color:#888;margin-bottom:.5rem}.timeline{position:relative;padding-left:2.1rem;margin:0 0 1rem}.timeline::before{content:'';position:absolute;left:5px;top:10px;bottom:10px;width:2px;background:linear-gradient(180deg,#ffd633,#5cbc60);opacity:.55}.tl-entry{--news-accent:#5cbc60;position:relative;margin-bottom:1.6rem;scroll-margin-top:100px}.tl-entry--tool{--news-accent:#ffd633}.tl-entry--game{--news-accent:#5cbc60}.tl-entry:last-child{margin-bottom:0}.tl-dot{position:absolute;left:-2.1rem;top:1.55rem;width:13px;height:13px;border-radius:50%;background:var(--news-accent);box-shadow:0 0 0 4px #121212}.tl-card{background:#161616;border:1px solid rgba(255,255,255,7%);border-radius:14px;padding:1.4rem 1.5rem;transition:background .25s ease}.tl-entry:target .tl-card{background:#1d1d1d}.tl-card .news-header{margin-bottom:.9rem}.news-content a{color:var(--news-accent,var(--primary-color))}.news-content a:hover,.news-content a:focus-visible{filter:brightness(1.15);text-decoration:underline}.news-flex-container{display:flex;gap:2rem;align-items:flex-start}.news-image-container{flex:0 0 250px;margin-right:1rem}.news-content{flex:1;width:100%;overflow-wrap:break-word}.news-content p{margin-bottom:1rem}.news-content ul{list-style-type:none;padding-left:0}.news-content ul li{position:relative;padding:0 0 .65rem 1.8rem;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,5%)}.news-content ul li:last-child{border-bottom:none}.standalone-content ul li{border-bottom:none;padding:0 0 .35rem 1.3rem}.news-content.standalone-content ul li::before{content:"\2197";left:0;top:0;width:auto;height:auto;border-radius:0;background:0 0;color:var(--news-accent,var(--primary-color));font-weight:700;transform:none}.news-content ul li::before{content:'';position:absolute;left:.35rem;top:.82em;width:6px;height:6px;border-radius:2px;background:var(--news-accent,var(--primary-color));transform:translateY(-50%)}.news-thumbnail,.news-feature-image{width:100%;height:auto;border-radius:var(--card-border-radius);box-shadow:var(--card-shadow);object-fit:cover}.news-content img{max-width:40%;height:auto;border-radius:var(--card-border-radius);box-shadow:var(--shadow);margin:1rem auto;display:block}img.align-right{float:right;margin:.5rem 0 1rem 1.5rem;max-width:40%}.news-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.prev-news,.next-news,.all-news{padding:.5rem 1rem;border-radius:8px;background-color:var(--card-bg);color:var(--text-color);text-decoration:none;transition:var(--transition);font-weight:500}.all-news{background-color:var(--primary-color);color:#fff}.prev-news:hover,.next-news:hover{background-color:var(--card-bg-hover);transform:translateY(-3px)}.all-news:hover{background-color:var(--primary-hover);transform:translateY(-3px)}table{width:100%;border-collapse:collapse;margin:1.5rem 0;background-color:var(--card-bg);border-radius:var(--card-border-radius);overflow:hidden;box-shadow:var(--card-shadow)}table th,table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}table tr:last-child th,table tr:last-child td{border-bottom:none}table:has(th:not(:empty)) th{color:var(--primary-color);background-color:rgba(0,0,0,.2);font-weight:600}table tr:first-child:has(th:empty){display:none!important}table:not(:has(th)) tr:first-child td{color:var(--text-muted);background-color:rgba(0,0,0,.1);font-weight:500}footer{background-color:var(--header-bg);margin-top:auto;padding:1rem 0;box-shadow:0 -5px 25px rgba(0,0,0,.6);position:relative}footer::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color))}.footer-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 var(--container-padding)}.copyright{font-size:.9rem;opacity:.9;line-height:1.6;display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:inline-flex;flex-wrap:wrap;gap:1rem;margin-left:1.25rem}.footer-links a{color:var(--text-color);transition:var(--transition);display:inline-block;padding:.25rem 0;position:relative}.footer-links a:hover,.footer-links a:focus{color:var(--primary-color);text-decoration:none}.footer-links a::after{content:'';position:absolute;width:0;height:1px;bottom:0;left:0;background-color:var(--primary-color);transition:var(--transition)}.footer-links a:hover::after,.footer-links a:focus::after{width:100%}.social-media-links{display:flex;align-items:center;gap:.75rem}.social-media-links a{color:var(--text-color);font-size:1.3rem;width:2.5rem;height:2.5rem;border-radius:50%;transition:var(--transition);display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,5%)}.social-media-links a:hover,.social-media-links a:focus{color:var(--primary-color);background-color:rgba(255,255,255,.1);transform:translateY(-3px);text-decoration:none}.center{display:block;margin-left:auto;margin-right:auto;text-align:center}.error-page{text-align:center;padding:4rem 2rem;background-color:var(--card-bg);border-radius:var(--card-border-radius);box-shadow:var(--card-shadow);margin:3rem 0}.error-code{font-size:clamp(4rem,15vw,8rem);font-weight:700;color:var(--primary-color);line-height:1;margin-bottom:.5rem;opacity:.3}.error-page h1{font-size:1.8rem;margin-bottom:1rem}.error-page p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.error-page .all-news{display:inline-block}.laurel{max-width:250px;margin:1.5rem auto}nav a:focus-visible,.header-social a:focus-visible,.logo-link:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}body.news nav a[href="/news/"],body.about nav a[href="/about/"],body.home nav a.mobile-only-nav[href="/"]{color:var(--primary-color);background-color:rgba(92,188,96,7%);font-weight:500}body.news nav a[href="/news/"]::after,body.about nav a[href="/about/"]::after,body.home nav a.mobile-only-nav[href="/"]::after{width:60%;left:20%}body.games nav a[href="/games/"],body.apps nav a[href="/apps/"]{font-weight:500}body.games nav a[href="/games/"]{color:#84d888;background-color:rgba(92,188,96,7%)}body.apps nav a[href="/apps/"]{color:#ffe680;background-color:rgba(255,214,51,7%)}body.games nav a[href="/games/"]::after,body.apps nav a[href="/apps/"]::after{width:60%;left:20%}body.apps nav a[href="/apps/"]::after{background-color:#ffd633}.product-unified-container ul{list-style-type:none;padding-left:0;margin:0 0 1.5rem}.product-unified-container ul li{position:relative;padding:.35rem 0 .35rem 1.8rem;margin-bottom:0}.product-unified-container ul li::before{content:'';position:absolute;left:.35rem;top:calc(.35rem + .82em);width:6px;height:6px;border-radius:2px;background:var(--primary-color);transform:translateY(-50%)}.product-unified-container ul li a{font-weight:500;transition:var(--transition);display:inline-block}.product-unified-container ul li a:hover{color:var(--primary-hover)}@media(max-width:900px){.menu-toggle{display:flex;align-items:center;justify-content:center;height:40px;width:40px}.news-flex-container{flex-direction:column;gap:1rem}.news-image-container{flex:none;width:100%;margin-right:0;margin-bottom:1rem}.news-content{width:100%;padding:0}.news-content img{max-width:100%}.news-content img.align-right{float:none;margin:1rem auto;max-width:100%}.news-navigation{flex-direction:column;gap:.8rem}.prev-news,.next-news,.all-news{width:100%;text-align:center}.product-unified-container{padding:1.5rem;overflow-x:hidden}.product-unified-container pre,.product-unified-container code{max-width:100%;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}.product-unified-container table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.header-container{padding:.5rem var(--container-padding);min-height:48px}.mobile-only-nav{display:flex}.nav-container{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:center;background-color:var(--header-bg);max-height:0;overflow:hidden;opacity:0;transition:all .3s ease;padding:0}.menu-toggle-checkbox:checked~.nav-container{max-height:85vh;opacity:1;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 12px 25px rgba(0,0,0,.5)}nav{flex-direction:column;width:100%;margin-right:0;margin-bottom:1rem;padding:0 var(--container-padding)}nav a{width:100%;text-align:left;margin:.25rem 0;border-radius:8px!important;transition:all .2s ease;display:flex;align-items:center;min-height:44px}nav a:hover,nav a:focus{color:var(--primary-color);background-color:rgba(255,255,255,5%);transform:translateX(5px)}nav a::after{display:none}.header-social{width:100%;justify-content:center;gap:1rem}.footer-container{flex-direction:column;gap:.5rem;text-align:center;padding-bottom:.75rem;padding-top:.5rem}.copyright{width:100%;justify-content:center;margin-bottom:0;line-height:1.4;gap:.75rem}.footer-links{justify-content:center;margin-top:.25rem;margin-left:0;gap:.75rem}.footer-links a{padding:.3rem .5rem;min-height:36px;display:flex;align-items:center;justify-content:center}.social-media-links{width:100%;justify-content:center;margin-top:.25rem;padding-top:.25rem}.social-media-links a{width:2.5rem;height:2.5rem;margin:0 .25rem}footer{padding:.75rem 0 .5rem}}.hp-accent-orange{color:#ffd633}.hp-accent-green{color:#5cbc60}.hp-accent-gray{color:#9a9a9a}.hp-slim{position:relative;max-width:1240px;margin:0 auto;padding:2.4rem clamp(1rem,4%,2.2rem)0;text-align:center}.hp-slim::before{content:"";position:absolute;top:-2.4rem;bottom:0;left:50%;width:100vw;transform:translateX(-50%);z-index:-1;pointer-events:none;background:radial-gradient(60% 120% at 18% 0%,rgba(92,188,96,.12),transparent 60%),radial-gradient(60% 120% at 82% 0%,rgba(255,214,51,.1),transparent 60%)}.hp-slim-row{display:flex;align-items:center;justify-content:center;gap:clamp(1.4rem,3.5vw,2.8rem)}.hp-slim-logo{flex:none;width:clamp(118px,14vw,170px);height:clamp(118px,14vw,170px);object-fit:contain;filter:drop-shadow(0 6px 16px rgba(0,0,0,.4))}.hp-slim-text{flex:auto;max-width:none;text-align:left}.hp-slim-copy{margin:0;color:#cfcfcf;font-size:clamp(1.05rem,1.8vw,1.4rem);font-weight:500;line-height:1.55}.hp-slim-copy .hp-accent-orange,.hp-slim-copy .hp-accent-green{font-weight:600}.hp-slim-divider{height:3px;width:460px;max-width:80%;margin:1rem auto 2rem;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color))}@media(max-width:560px){.hp-slim-row{flex-direction:column;gap:.9rem}.hp-slim-text{text-align:center}}.hp-eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.hp-eyebrow--tool{color:#ffd633;opacity:.8;margin-bottom:.45rem}.hp-eyebrow--game{color:#5cbc60;opacity:.8;margin-bottom:.45rem}.hp-wrap{width:100%;max-width:1240px;margin:0 auto;box-sizing:border-box}.hp-band{display:grid;grid-template-columns:1fr 1fr;gap:0}.hp-column{scroll-margin-top:84px;padding:.5rem clamp(1rem,3%,1.8rem)2.4rem}.hp-band>.hp-column:first-child{border-right:1px solid transparent;border-image:linear-gradient(180deg,rgba(92,188,96,.5),rgba(255,214,51,.5))1}.hp-coltitle{display:flex;align-items:center;gap:.7rem;margin-bottom:.3rem}.hp-coltitle-word{font-size:1.25rem;font-weight:700;letter-spacing:normal}.hp-dot{width:11px;height:11px;border-radius:3px;flex:none}.hp-dot--tool{background:#ffd633}.hp-dot--game{background:#5cbc60}.hp-dot--gray{background:#9a9a9a}.hp-colhead{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap;margin-bottom:.85rem}.hp-colhead .hp-coltitle{margin-bottom:0}.hp-colhead .hp-eyebrow,.hp-secthead-row .hp-eyebrow{margin:0;text-align:right}.hp-more{display:flex;align-items:center;gap:.6rem;margin:1.3rem 0 .9rem}.hp-more-label{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#777}.hp-more-line{flex:1;height:1px;background:rgba(255,255,255,8%)}.hp-grid{display:grid}.hp-grid--two{grid-template-columns:1fr 1fr;gap:.9rem}.hp-grid--auto{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.hp-grid--large{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.4rem}.hp-hero{display:flex;flex-direction:column;height:322px;text-decoration:none;color:inherit;border-radius:14px;overflow:hidden;background:#1e1e1e;transition:transform .25s,border-color .25s}.hp-hero--tool{border:1px solid rgba(255,214,51,.18);border-bottom:2px solid #ffd633}.hp-hero--game{background:#1a1a1a;border:1px solid rgba(92,188,96,.18);border-bottom:2px solid #5cbc60}.hp-hero:hover{transform:translateY(-4px)}.hp-hero--tool:hover{border-color:rgba(255,214,51,.5)}.hp-hero--game:hover{border-color:rgba(92,188,96,.5)}.hp-hero-imgbox{flex:auto;min-height:0;background:#000}.hp-hero-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.hp-hero-body{padding:.95rem 1.15rem 1.05rem;flex:none;display:flex;flex-direction:column}.hp-hero-titlerow{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.hp-hero-titlewrap{display:flex;align-items:center;gap:.5rem}.hp-hero-title{font-weight:600;font-size:1.18rem}.hp-hero-platform{font-size:.72rem;white-space:nowrap}.hp-hero--tool .hp-hero-platform{color:#ffe680}.hp-hero--game .hp-hero-platform{color:#81c784}.hp-hero-desc{color:#a8a8a8;font-size:.88rem;line-height:1.55;margin:.4rem 0 0}.hp-badge{font-size:.62rem;font-weight:600;letter-spacing:.06em;color:#81c784;border:1px solid #307341;border-radius:4px;padding:1px 6px;white-space:nowrap}.hp-hero--tool .hp-badge,.hp-card--tool .hp-badge{color:#ffe680;border-color:#8a7411}.hp-card{text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,border-color .25s}.hp-card--tool{background:#1e1e1e;border:1px solid rgba(255,214,51,.12);border-bottom:2px solid rgba(255,214,51,.3)}.hp-card--game{background:#1a1a1a;border:1px solid rgba(92,188,96,.12);border-bottom:2px solid rgba(92,188,96,.3)}.hp-card--unreleased{background:#161616;border:1px solid rgba(255,255,255,7%)}.hp-card:hover{transform:translateY(-4px)}.hp-card--tool:hover{border-color:rgba(255,214,51,.4)}.hp-card--game:hover{border-color:rgba(92,188,96,.4)}.hp-card:hover,.hp-card:focus,.hp-hero:hover,.hp-hero:focus{color:inherit}.hp-card--tool:hover .hp-card-title,.hp-hero--tool:hover .hp-hero-title{color:#ffe680}.hp-card--game:hover .hp-card-title,.hp-hero--game:hover .hp-hero-title{color:#84d888}.hp-card-imgbox{position:relative;flex:none;background:#000}.hp-card--small .hp-card-imgbox{height:104px}.hp-card--emu .hp-card-imgbox{height:128px}.hp-card--large .hp-card-imgbox{height:180px}.hp-card--unreleased .hp-card-imgbox{height:120px}.hp-card-img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.hp-img-pixel{image-rendering:pixelated}.hp-card-body{padding:.6rem .8rem .75rem}.hp-card--emu .hp-card-body{padding:.9rem 1.1rem 1rem}.hp-card--unreleased .hp-card-body{padding:.85rem 1.05rem 1rem}.hp-card-titlerow{display:flex;justify-content:space-between;align-items:baseline;gap:.4rem}.hp-card-titlewrap{display:flex;align-items:center;gap:.4rem;min-width:0;flex-wrap:wrap}.hp-card-title{font-weight:600;font-size:1.04rem;min-width:0}.hp-card--emu .hp-card-title{font-size:1.1rem}.hp-card--unreleased .hp-card-title{color:#d8d8d8;font-size:1.08rem}.hp-card-platform{font-size:.76rem;text-align:right;flex:none;max-width:55%}.hp-plat--inactive{color:#888}.hp-card--emu .hp-card-platform{font-size:.78rem}.hp-card--tool .hp-card-platform{color:#ffe680}.hp-card--game .hp-card-platform{color:#81c784}.hp-card--unreleased .hp-card-platform{color:#888}.hp-card-desc{color:#9a9a9a;font-size:.85rem;line-height:1.45;margin:.3rem 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hp-card--emu .hp-card-desc{font-size:.9rem;line-height:1.5;margin:.4rem 0 0;-webkit-line-clamp:3}.hp-card--large .hp-card-body{padding:1rem 1.15rem 1.15rem}.hp-card--large .hp-card-title{font-size:1.16rem}.hp-card--large .hp-card-platform{font-size:.8rem}.hp-card--large .hp-card-desc{font-size:.92rem;line-height:1.55;margin:.45rem 0 0;-webkit-line-clamp:3}.hp-card--unreleased .hp-card-desc{color:#8a8a8a;font-size:.89rem;line-height:1.5;margin:.4rem 0 0;-webkit-line-clamp:3}.hp-canceled{position:absolute;top:.6rem;right:.6rem;font:500 .66rem jetbrains mono,monospace;color:#ddd;background:rgba(0,0,0,.65);border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:2px 7px;letter-spacing:.05em;z-index:1}.hp-section{padding:1.4rem clamp(1rem,4%,2.2rem)1rem;scroll-margin-top:84px}.hp-section--unreleased{padding:1.8rem clamp(1rem,4%,2.2rem)1rem}.hp-secthead{padding-top:1rem;margin-bottom:.9rem}.hp-secthead--green{border-top:1px solid rgba(255,255,255,6%)}.hp-secthead--gray{border-top:1px solid rgba(255,255,255,6%);margin-bottom:.9rem;display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}.hp-secthead--gray .hp-sectsub{margin:0;text-align:right;max-width:none}.hp-secthead-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}.hp-secthead-row .hp-sectsub{margin:0;text-align:right;max-width:none}.hp-secttitle{font-size:1.25rem;font-weight:700;letter-spacing:normal;margin:0}.hp-sectsub{color:#777;font-size:.9rem;margin:0 0 1.4rem;max-width:60ch}.hp-section--focus .hp-hero{height:560px}.hp-intro{margin:2.2rem 0 1.4rem;padding:0 clamp(1rem,4%,2.2rem)}.hp-intro .hp-eyebrow{margin:0 0 .55rem}.hp-intro p{font-size:clamp(1.5rem,3vw,2.3rem);font-weight:600;line-height:1.25;letter-spacing:-.01em;color:#f0f0f0;margin:0;max-width:22ch}.hp-brand-game{color:#5cbc60}.hp-brand-tool{color:#ffd633}.hp-section--focus{padding-top:.6rem}@media(max-width:768px){.hp-band{grid-template-columns:1fr}.hp-band>.hp-column:first-child{border-right:none;border-bottom:1px solid transparent;border-image:linear-gradient(90deg,rgba(92,188,96,.5),rgba(255,214,51,.5))1}.hp-hero{height:auto;min-height:322px}}@media(max-width:560px){.hp-grid--two{grid-template-columns:1fr}}.productdetail-content h2,.productdetail-content h3,.productdetail-content h4,.news-content h2,.news-content h3,.news-content h4,.standalone-content h2,.standalone-content h3,.standalone-content h4{color:#f0f0f0;border-left:3px solid var(--news-accent,var(--primary-color));padding-left:.7rem;margin-top:1.6rem}.docs-content h2,.docs-content h3,.docs-content h4{border-left:none;padding-left:0}.docs-content pre{border-left:1px solid rgba(255,255,255,7%)}.product-unified-container.prod-page{background:0 0;box-shadow:none;border-radius:0;padding:1rem 0 0;margin:1rem 0 2.5rem}.prod-title{color:#f5f5f5;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:700;line-height:1.1;margin:0 0 .5rem}.prod-summary{color:#bdbdbd;font-size:1.08rem;line-height:1.6;margin:0 0 1.1rem;max-width:70ch}.prod-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin:0}.prod-altformats{margin:1rem 0 0}.prod-altformats-label{display:block;font:600 .72rem jetbrains mono,monospace;letter-spacing:.12em;text-transform:uppercase;color:#888;margin:0 0 .5rem}.prod-altformats-row{display:flex;flex-wrap:wrap;gap:.5rem}.prod-install{flex-wrap:wrap;max-width:100%;cursor:pointer;font-family:inherit;text-align:left}.prod-install-cmd{font:500 .86rem jetbrains mono,monospace;color:inherit;white-space:nowrap;overflow-x:auto}.prod-install-prompt{opacity:.55;margin-right:.45rem;user-select:none}.prod-install-copy{flex:none;display:inline-flex;margin-left:.2rem;opacity:.85}.prod-install-ic{display:block}.prod-install-ic--check{display:none}.prod-btn.prod-install.is-copied{background:var(--primary-color);border-color:var(--primary-color);color:#121212;transform:none}.prod-install.is-copied .prod-install-ic--copy{display:none}.prod-install.is-copied .prod-install-ic--check{display:block}.prod-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;font-size:.95rem;color:#121212;background:var(--primary-color);border:1px solid var(--primary-color);cursor:pointer;transition:transform .2s ease,background .2s ease}.prod-btn:visited{color:#121212}.prod-btn:hover,.prod-btn:focus-visible{color:#121212;background:var(--primary-hover);transform:translateY(-2px);text-decoration:none}.prod-btn-ver{font:600 .78rem jetbrains mono,monospace;opacity:.8}.prod-btn--ghost,.prod-btn--ghost:visited{color:var(--primary-color);background:0 0}.prod-btn--ghost:hover,.prod-btn--ghost:focus-visible{color:#121212;background:var(--primary-color)}.prod-btn--sm{padding:.45rem .95rem;font-size:.88rem}.prod-btn--combo{flex-direction:column;align-items:center;justify-content:center;gap:0;padding:.32rem 1.2rem;line-height:1.1}.prod-btn--combo .prod-btn-label{display:flex;align-items:baseline;gap:.4rem;font-size:.92rem;line-height:1.15}.prod-btn--combo .prod-btn-plat{font-size:.8rem;font-weight:600;line-height:1.15;opacity:.72;white-space:nowrap}.prod-btn--ghost.prod-btn--combo .prod-btn-plat{opacity:.8}.prod-btn--sm.prod-btn--combo{padding:.26rem .95rem}.prod-btn--sm.prod-btn--combo .prod-btn-label{font-size:.88rem}.prod-btn--sm.prod-btn--combo .prod-btn-plat{font-size:.74rem}.prod-secthead{display:flex;align-items:center;gap:.7rem;margin:0 0 1.1rem;scroll-margin-top:90px}.prod-dot{width:11px;height:11px;border-radius:3px;flex:none;background:var(--primary-color)}.prod-secttitle{color:var(--primary-color);font-size:1.1rem;font-weight:700;letter-spacing:normal;margin:0}.prod-cine{--cine-glow:rgba(92, 188, 96, .16)}.prod--tool.prod-cine{--cine-glow:rgba(255, 214, 51, .16)}main:has(.prod-cine){overflow-x:clip}.product-unified-container.prod-page.prod-cine{margin-top:0;padding-top:0}.prod-cine--pixel .prod-cine-img,.prod-cine--pixel .prod-shot img,.prod-cine--pixel .screenshot-lightbox img{image-rendering:pixelated}.prod-cine-hero{position:relative;height:clamp(200px,26vw,320px);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden}.prod-cine-img{width:100%;height:100%;object-fit:cover;object-position:top left;display:block;filter:saturate(.92)}.prod-cine-scrim{position:absolute;inset:0;background:linear-gradient(180deg,rgba(12,12,12,.55) 0%,rgba(12,12,12,.68) 50%,var(--bg-color) 100%),radial-gradient(90% 120% at 82% 0%,var(--cine-glow),transparent 55%)}.prod-cine-cap{position:absolute;inset:0;max-width:1200px;margin:0 auto;padding:0 var(--container-padding);display:flex;flex-direction:column;justify-content:center}.prod-cine-cap .prod-eyebrow{margin-bottom:.5rem}.prod-cine-title{font-size:clamp(2.4rem,6vw,3.6rem);margin:0;text-shadow:0 2px 24px rgba(0,0,0,.6)}.prod-cine-summary{margin:.7rem 0 0;max-width:540px;color:#dadfd9;text-shadow:0 1px 12px rgba(0,0,0,.6)}.prod-cine-actions{margin-bottom:1.4rem}.prod-cine-body{display:grid;grid-template-columns:minmax(0,1.6fr)minmax(0,1fr);gap:2.6rem;margin-top:1.6rem;padding-bottom:2rem;align-items:start}.prod-cine-main{min-width:0}.prod-twocol{columns:2;column-gap:1.8rem}.prod-twocol .prod-colbreak{display:none}.prod-twocol:has(.prod-colbreak){columns:auto;display:flex;gap:1.8rem;align-items:flex-start}.prod-twocol:has(.prod-colbreak)>ul{flex:1;margin-bottom:0}.prod-twocol ul{list-style:none;margin:0 0 1.4rem;padding:0}.prod-twocol li{break-inside:avoid;position:relative;margin:0 0 .85rem;padding-left:1.25rem;font-size:.95rem;line-height:1.5;color:#c4c9c3}.prod-twocol li::before{content:"";position:absolute;left:0;top:.42em;width:8px;height:8px;background:var(--primary-color)}.prod-twocol li strong,.prod-twocol li b{color:#eef0ec;font-weight:600}.prod-side-label{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#7d857d;margin:0 0 .8rem}.prod-cine-side .prod-side-label~.prod-side-label{margin-top:1.6rem}.prod-detailbox{background:var(--card-bg);border:1px solid rgba(255,255,255,7%);border-radius:11px;padding:.2rem 1.1rem}.prod-detailrow{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,6%);font-size:.9rem}.prod-detailrow:last-child{border-bottom:none}.prod-detailkey{color:#9aa09c}.prod-detailval{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;color:#d8dcd6;text-align:right}.prod-detailrow--muted .prod-detailval{color:#888}.prod-detailval a,.prod-detailval a:visited{color:var(--primary-color);text-decoration:none}.prod-detailval a:hover{color:var(--primary-hover);text-decoration:underline}.prod-side-links{display:flex;flex-direction:column;gap:.55rem;font-size:.9rem;font-weight:500}.prod-side-links a,.prod-side-links a:visited{color:var(--primary-color);text-decoration:none;position:relative;padding-left:1.3rem}.prod-side-links a::before{content:"\2197";position:absolute;left:0;top:0;font-weight:700}.prod-side-links a:hover{color:var(--primary-hover);text-decoration:underline}.prod-cine-shots{margin-top:0;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,6%)}.prod-cine-shots .prod-shots-note{margin-top:-.2rem}.prod-shotgrid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.prod-shot{border:1px solid rgba(255,255,255,7%);border-radius:11px;overflow:hidden;background:var(--card-bg);transition:transform .18s ease,box-shadow .18s ease}.prod-shot:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.5)}.prod-shot-img{display:block;cursor:zoom-in}.prod-shot-img img,.prod-shot iframe{display:block;width:100%;height:260px;object-fit:cover;object-position:top left;border:0}.prod-shot-cap{font-size:.78rem;font-weight:500;color:#9aa09c;padding:.6rem .8rem}@media(max-width:900px){.prod-cine-body{grid-template-columns:1fr;gap:1.6rem}}@media(max-width:1080px){.prod-shotgrid{align-items:start}.prod-shot-img img{height:auto;object-fit:contain}.prod-shot iframe{height:auto;aspect-ratio:16/9}}@media(max-width:768px){.prod-shotgrid{grid-template-columns:1fr}}@media(max-width:700px){.prod-cine-hero{height:auto;min-height:clamp(200px,26vw,320px)}.prod-cine-img{position:absolute;inset:0}.prod-cine-cap{position:relative;padding-top:1.4rem;padding-bottom:1.6rem}}@media(max-width:560px){.prod-twocol{columns:auto;column-gap:0}.prod-twocol:has(.prod-colbreak){flex-direction:column;gap:0}.prod-twocol:has(.prod-colbreak)>ul{flex:none}}.demo-toggle{display:none}.demo-overlay{display:none;position:fixed;inset:0;z-index:1100;padding:2rem;align-items:center;justify-content:center}.demo-toggle:checked~.demo-overlay{display:flex}body:has(.demo-toggle:checked){overflow:hidden}.demo-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.88);cursor:zoom-out}.demo-modal{position:relative;z-index:1;width:100%;max-width:1040px;max-height:92vh;overflow-y:auto;background:#111;border:1px solid rgba(255,255,255,8%);border-radius:14px;padding:1.2rem 1.4rem 1.5rem;box-shadow:0 24px 60px rgba(0,0,0,.6)}.demo-modal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.demo-modal-title{margin:0;font-size:1.2rem;font-weight:700;color:#eef0ec}.demo-close{flex:none;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#9aa09c;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.demo-close:hover{color:#121212;background:var(--primary-color)}.demo-modal-divider{height:3px;margin:.9rem 0 1.2rem;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color))}.demo-modal-body{display:grid;grid-template-columns:640px minmax(0,1fr);gap:1.6rem;align-items:start}.demo-stage{width:640px;max-width:100%;min-width:0;aspect-ratio:640/408}.demo-stage #demo{width:100%;height:100%}.demo-rail{min-width:0}.demo-howto :first-child{margin-top:0}.demo-howto h1,.demo-howto h2,.demo-howto h3{margin:0 0 .8rem;font-size:1.1rem;color:#eef0ec}.demo-howto table{margin:0 0 1rem;width:100%}.demo-howto th,.demo-howto td{padding:.5rem .7rem;font-size:.9rem}.demo-howto p{font-size:.92rem;line-height:1.55;color:#c8ccc6}.demo-note{margin:1rem 0 0;font-size:.85rem;color:#9aa09c}.demo-note img{vertical-align:middle}@media(max-width:1080px){.demo-modal-body{grid-template-columns:minmax(0,1fr)}.demo-stage{margin:0 auto}.demo-rail{max-width:640px;margin:0 auto;width:100%}}@media(max-width:560px){.demo-overlay{padding:.8rem}.demo-modal{padding:1rem 1rem 1.2rem}}