:root{--bg1:#060614;--bg2:#0e0b1a;--neon-1:#39ff14;--neon-2:#00d4ff;--accent:#ff2d95;--glass:rgba(255,255,255,.04)}*{box-sizing:border-box}html,body{height:100%;margin:0;font-family:Roboto,system-ui,Arial}body{background: url("../images/bg_new.png") no-repeat center/cover fixed, linear-gradient(135deg,var(--bg1),var(--bg2));color:#e6f0ff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:40px}.wrap{max-width:1100px;margin:0 auto}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.logo{display:flex;align-items:center;gap:14px}.logo .badge{width:68px;height:68px;border-radius:12px;display:flex;align-items:center;justify-content:center;background: linear-gradient(
        135deg,
        rgba(255,255,255,0.03),
        rgba(255,255,255,0.01)
    );box-shadow:0 0 24px rgba(255,255,255,.08) , inset 0 -6px 24px rgba(0,0,0,.15);border:1px solid rgba(255,255,255,.15);font-family:Orbitron,monospace;font-weight:700;color:#fff;transition:transform .2s ease , box-shadow .2s ease}.logo .badge:hover{transform:scale(1.1)}h1{font-family:Orbitron,monospace;font-weight:700;letter-spacing:1px;margin:0}h2{margin:0;font-weight:400;color:rgba(230,240,255,.85)}.hero{display:grid;grid-template-columns:1fr 420px;gap:28px;align-items:start;margin-bottom:28px}.card{background: linear-gradient(
    180deg,
    rgba(58, 58, 58, 0.55) 0%,
    rgba(43, 43, 43, 0.35) 50%,
    rgba(31, 31, 31, 0.25) 100%
  );border:1px solid rgba(11,11,11,.75);border-top:1px solid rgba(90,90,90,.55);border-left:1px solid rgba(90,90,90,.55);padding:16px 18px;border-radius:8px;box-shadow:inset 0 1px 0 rgba(255,255,255,.07) , inset 0 -1px 0 rgba(0,0,0,.55) , 0 4px 12px rgba(0,0,0,.7);color:#d6d6d6;font-family:Tahoma,Verdana,Arial,sans-serif;font-size:13px;backdrop-filter:blur(3px)}.hero{display:flex;align-items:stretch;gap:20px}.hero>.card{flex:1}.hero{display:flex;align-items:stretch;gap:20px}.hero>section.card{flex:1}.hero>aside.card{flex:0 0 410px}.meta{color:rgba(230,240,255,.7);margin-top:8px;font-size:14px}.btn-row{display:flex;gap:12px;margin-top:18px}.btn{position:relative;display:inline-flex;align-items:center;gap:12px;padding:14px 20px;border-radius:12px;text-decoration:none;font-weight:700;box-shadow:0 6px 30px rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.06);transition:transform .12s ease , box-shadow .12s ease;overflow:hidden;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.btn:active{transform:translateY(1px)}.btn--steam{color:var(--neon-2);background:linear-gradient(180deg,rgba(0,212,255,.04),rgba(0,212,255,.02))}.btn::after{content:'';position:absolute;inset:0;border-radius:12px;mix-blend-mode:screen;opacity:.18;background:linear-gradient(90deg,rgba(255,45,149,.06),rgba(0,212,255,.05));pointer-events:none}.screenshot{border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.03)}.screenshot img{display:block;width:100%;height:auto}img{max-width:100%;height:auto;display:block}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:14px}.feature{padding:10px;background:var(--glass);border-radius:10px;font-size:14px}footer{margin-top:28px;color:rgba(230,240,255,.6);font-size:13px}@media (max-width:880px){.hero{grid-template-columns:1fr}header{flex-direction:column;align-items:flex-start;gap:14px}}@media (max-width:768px){body{padding:16px;background-attachment:scroll}.wrap{max-width:100%}header .logo{flex-direction:row;gap:10px}header .logo .badge{width:52px;height:52px}h1{font-size:20px}h2{font-size:16px}.hero{gap:20px;margin-bottom:20px}.card{padding:16px;border-radius:12px}.download-row{flex-direction:column;gap:10px;align-items:stretch}.download-row>a{min-width:100%;max-width:100%}.download-row svg{width:100%;height:auto;min-height:68px}.btn{padding:16px 24px;font-size:16px;min-height:48px}.nav-btn{width:44px;height:44px;font-size:20px}.nav-btn.left{left:8px}.nav-btn.right{right:8px}.features{grid-template-columns:1fr;gap:8px}.feature{padding:8px;font-size:13px}.feature-list{gap:6px}.feature-item{font-size:12px;padding:6px 10px;min-height:32px}.seo-block{font-size:13px;margin:12px auto}.spoiler-header{font-size:13px;padding:12px;min-height:44px}.spoiler-content{font-size:13px}.cs-title{font-size:18px;margin-bottom:14px}.cs-item{grid-template-columns:16px 1fr;gap:10px}footer{margin-top:20px;font-size:12px}footer>div{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width:480px){body{padding:12px}h1{font-size:18px}h2{font-size:15px}.card{padding:12px}.logo .badge{width:48px;height:48px}.download-row a svg{max-width:100%;min-height:64px}.btn{padding:14px 20px;font-size:15px;min-height:44px}.btn-row{flex-direction:column;gap:10px}.nav-btn{width:40px;height:40px;font-size:18px}.spoiler-header{font-size:12px;padding:10px;min-height:40px}.cs-title{font-size:16px}.feature-item{padding:5px 8px;min-height:28px}}@media (min-width:768px) and (max-width:1024px){body{padding:24px}.wrap{max-width:100%}.hero{gap:24px}.download-row{flex-wrap:wrap;justify-content:flex-start}.download-row svg{width:180px}}.grid-lines{position:fixed;left:0;right:0;bottom:0;height:220px;pointer-events:none;opacity:.06;background-image:linear-gradient(180deg,transparent 0,transparent 64%,rgba(255,255,255,.04) 64%) , linear-gradient(90deg,transparent 0,transparent 64%,rgba(255,255,255,.02) 64%);background-size:100% 32px , 32px 100%}.notice{margin-top:12px;padding:12px;border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.03);font-size:13px}.small{font-size:13px;color:rgba(230,240,255,.6)}img.animate1:hover{filter: alpha (Opacity=65);opacity:.65}.no_select_img{user-drag:none;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.seo-block{max-width:900px;margin:16px auto;color:#e6f0ff;font-family:Roboto,Arial,system-ui;line-height:1.55;font-size:14px}.seo-block h1{font-family:Orbitron,monospace;margin:0 0 12px;font-size:20px}.spoiler{margin-bottom:12px;border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.04);overflow:hidden;transition:box-shadow .25s ease}.spoiler.open{box-shadow:0 0 18px rgba(255,255,255,.10)}.spoiler-header{padding:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;font-size:14px;user-select:none}.spoiler-header::after{content:"";width:9px;height:9px;border-right:2px solid #39ff14;border-bottom:2px solid #39ff14;transform:rotate(45deg);margin-left:auto;transition:.22s ease}.spoiler.open .spoiler-header::after{transform:rotate(225deg)}.spoiler-content{max-height:0;overflow:hidden;opacity:0;padding:0 12px;border-top:1px solid rgba(255,255,255,.03);transition:max-height .35s ease , opacity .35s ease , padding .35s ease}.spoiler-content-inner{transform:translateY(12px);opacity:0;transition:transform .35s ease , opacity .35s ease}.spoiler.open .spoiler-content{max-height:350px;padding:12px;opacity:1}.spoiler.open .spoiler-content-inner{transform:translateY(0);opacity:1}.feature-list{display:flex;flex-wrap:wrap;gap:8px;font-family:Arial,sans-serif;margin-bottom:20px}.feature-item{display:flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid rgba(255,255,255,.25);border-radius:4px;font-size:14px;color:#fff;white-space:nowrap;height:28px;box-sizing:border-box;cursor:default;transition:all .3s ease;position:relative}.feature-item:hover{background:rgba(255,255,255,.08);border-color:currentColor;transform:translateY(-2px)}.feature-item:hover svg{filter:brightness(1.4) drop-shadow(0 0 6px currentColor)}.feature-item:has(svg[stroke="#2ecc71"]):hover {box-shadow:0 0 15px rgba(46,204,113,.5);border-color:#2ecc71}.feature-item:has(svg rect[fill="#0033A0"]):hover {box-shadow:0 0 15px rgba(0,51,160,.5);border-color:#0033a0}.feature-item:has(svg[stroke="#1abc9c"]):hover {box-shadow:0 0 15px rgba(26,188,156,.5);border-color:#1abc9c}.feature-item:has(svg[stroke="#00a8ff"]):hover {box-shadow:0 0 15px rgba(0,168,255,.5);border-color:#00a8ff}.feature-item:has(svg[stroke="#f39c12"]):hover {box-shadow:0 0 15px rgba(243,156,18,.5);border-color:#f39c12}.feature-item:has(svg[stroke="#9b59b6"]):hover {box-shadow:0 0 15px rgba(155,89,182,.5);border-color:#9b59b6}.feature-item svg{flex-shrink:0}.cs-box{max-width:650px;color:#fff;font-family:Arial,sans-serif}.cs-title{display:flex;align-items:center;gap:8px;margin-bottom:18px;font-size:22px}.icon-star{flex-shrink:0}.cs-item{display:grid;grid-template-columns:20px 1fr;gap:12px;margin-bottom:14px}.cs-icon{margin-top:3px;flex-shrink:0}.cs-item p{margin:0;line-height:1.55}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;backdrop-filter:blur(6px);background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:50%;color:#fff;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.25s ease;box-shadow:0 4px 15px rgba(0,0,0,.4)}.nav-btn:hover{background:rgba(255,255,255,.25);box-shadow:0 0 12px rgba(255,255,255,.5);transform:translateY(-50%) scale(1.1)}.nav-btn.left{left:12px}.nav-btn.right{right:12px}.zoom-on-hover{display:inline-block;transform-origin:center center;transition:transform 220ms cubic-bezier(.2,.9,.2,1) , filter 220ms;will-change:transform}.zoom-on-hover img{display:block;width:100%;height:auto}.zoom-on-hover:hover,.zoom-on-hover:focus,.zoom-on-hover:focus-within{transform:scale(1.06);filter:saturate(1.04)}.zoom-on-hover.img-focusable:focus{outline:none}@media (prefers-reduced-motion:reduce){.zoom-on-hover,.zoom-on-hover img{transition:none;transform:none!important}}.zoom-on-hover img{user-drag:none;-webkit-user-drag:none;user-select:none}.download-row{display:flex;flex-direction:row;align-items:flex-start;gap:8px;flex-wrap:wrap}.download-row>a{flex:1 1 30%;min-width:0;max-width:220px;display:inline-block;vertical-align:top}.download-row>a>svg{display:block;width:100%;height:68px}.btn-green rect.bg{fill:#22c55e;fill-opacity:.45;transition:.25s , transform .1s}.btn-green:hover rect.bg{fill:#16a34a}.btn-green:active rect.bg{transform:scale(.95)}.btn-blue rect.bg{fill:#2563eb;fill-opacity:.45;transition:.25s , transform .1s}.btn-blue:hover rect.bg{fill:#1d4ed8}.btn-blue:active rect.bg{transform:scale(.95)}.btn-yellow rect.bg{fill:#facc15;fill-opacity:.45;transition:.25s , transform .1s}.btn-yellow:hover rect.bg{fill:#eab308}.btn-yellow:active rect.bg{transform:scale(.95)}@media (max-width:768px){body{padding:16px;background-attachment:scroll}.wrap{max-width:100%}header{flex-direction:column;align-items:flex-start;gap:14px}.logo{flex-direction:row;gap:10px}.logo .badge{width:52px;height:52px}h1{font-size:20px}h2{font-size:16px}.hero{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.card{padding:16px;border-radius:12px}.hero>section.card{flex:1}.hero>aside.card{flex:0 0 100%;max-width:100%}.download-row{flex-direction:column;gap:10px;align-items:stretch}.download-row>a{flex:1 1 100%;max-width:100%}.download-row svg{width:100%;height:auto;min-height:68px}.btn{padding:16px 24px;font-size:16px;min-height:48px}.btn-row{flex-direction:column;gap:10px}.nav-btn{width:44px;height:44px;font-size:20px}.nav-btn.left{left:8px}.nav-btn.right{right:8px}.features{grid-template-columns:1fr;gap:8px}.feature,.feature-item{font-size:13px;padding:8px;min-height:32px}.seo-block{font-size:13px;margin:12px auto}.spoiler-header{font-size:13px;padding:12px;min-height:44px}.spoiler-content{font-size:13px}.cs-title{font-size:18px;margin-bottom:14px}.cs-item{grid-template-columns:16px 1fr;gap:10px}footer{margin-top:20px;font-size:12px}footer>div{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width:480px){body{padding:12px}h1{font-size:18px}h2{font-size:15px}.card{padding:12px}.logo .badge{width:48px;height:48px}.download-row svg{min-height:64px}.btn{padding:14px 20px;font-size:15px;min-height:44px}.btn-row{gap:10px}.nav-btn{width:40px;height:40px;font-size:18px}.spoiler-header{font-size:12px;padding:10px;min-height:40px}.cs-title{font-size:16px}.feature-item{padding:5px 8px;min-height:28px}}