@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-primary:#0a0b10;--bg-secondary:#12141d;--bg-card:#181b26;--text-primary:#fff;--text-secondary:#94a3b8;--accent-cyan:#00f0ff;--accent-purple:#9d00ff;--border-color:#ffffff0d;--gradient-accent:linear-gradient(135deg, var(--accent-cyan), var(--accent-purple))}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}input,textarea{-webkit-user-select:auto;user-select:auto}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1rem}}.text-gradient{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:var(--gradient-accent);color:#fff;box-shadow:0 4px 15px #00f0ff33}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00f0ff66}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover{background:#ffffff0d;border-color:#ffffff1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.py-20{padding:5rem 0}.text-cyan{color:var(--accent-cyan)!important}.text-purple{color:var(--accent-purple)!important}.text-orange{color:#ff9800!important}.text-white{color:#fff!important}.text-secondary{color:var(--text-secondary)}.app{z-index:1;position:relative}.bg-gradient-top{z-index:-2;pointer-events:none;background:linear-gradient(#00f0ff0d 0%,#0a0b1000 100%);height:800px;position:absolute;top:0;left:0;right:0}.bg-grid-pattern{z-index:-2;pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 80%);mask-image:linear-gradient(#000 0%,#0000 80%)}.glass-card{-webkit-backdrop-filter:blur(16px);background:#181b2666;border:1px solid #ffffff0d;box-shadow:0 4px 30px #0000001a}.glass-panel{-webkit-backdrop-filter:blur(20px);background:#0d0f17cc;border:1px solid #ffffff14}.btn-glow{position:relative}.btn-glow:after{content:"";background:var(--gradient-accent);z-index:-1;filter:blur(10px);opacity:0;border-radius:.6rem;transition:opacity .3s;position:absolute;inset:-2px}.btn-glow:hover:after{opacity:.6}@keyframes pulse-glow{0%{box-shadow:0 0 #00f0ff66}70%{box-shadow:0 0 0 10px #00f0ff00}to{box-shadow:0 0 #00f0ff00}}.pulse{animation:2s infinite pulse-glow}.header{-webkit-backdrop-filter:blur(20px);z-index:100;background:#0a0b1099;border-bottom:1px solid #ffffff0d;align-items:center;height:80px;display:flex;position:fixed;top:0;left:0;right:0}.header-content{justify-content:space-between;align-items:center;width:100%;display:flex}.logo{letter-spacing:-.5px;align-items:center;gap:.8rem;font-size:1.5rem;font-weight:800;display:flex}.logo-icon-bg{background:#00f0ff1a;border-radius:8px;justify-content:center;align-items:center;padding:.4rem;display:flex}.logo-icon{color:var(--accent-cyan)}.nav-links{gap:2.5rem;display:flex}.nav-links a{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-links a:after{content:"";background:var(--gradient-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--text-primary)}.nav-links a:hover:after{width:100%}.hero{align-items:center;min-height:100vh;padding:160px 0 100px;display:flex;position:relative;overflow:visible}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.badge{color:var(--accent-cyan);background:#00f0ff1a;border:1px solid #00f0ff33;border-radius:2rem;align-items:center;margin-bottom:1.5rem;padding:.5rem 1.2rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-description{color:var(--text-secondary);max-width:90%;margin-bottom:2.5rem;font-size:1.2rem}.hero-cta{gap:1rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.platform-badges{gap:.5rem;display:inline-flex}.platform-badge{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:.3rem .8rem;font-size:.75rem}.glow-behind{z-index:-1;filter:blur(40px);background:radial-gradient(circle,#00f0ff26 0%,#9d00ff1a 40%,#0000 70%);width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.app-mockup{z-index:2;border-radius:12px;flex-direction:column;width:800px;max-width:100vw;height:550px;transition:transform .5s;display:flex;position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-5deg)rotateX(5deg);box-shadow:0 30px 60px -15px #000c,0 0 0 1px #ffffff0d}.app-mockup:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.mockup-header{background:#0a0b10e6;border-bottom:1px solid #ffffff0d;align-items:center;height:40px;padding:0 1rem;display:flex;position:relative}.mockup-dots{gap:8px;display:flex}.mockup-dots span{border-radius:50%;width:12px;height:12px}.mockup-dots span:first-child{background:#ff5f56}.mockup-dots span:nth-child(2){background:#ffbd2e}.mockup-dots span:nth-child(3){background:#27c93f}.mockup-title{color:var(--text-secondary);font-size:.75rem;position:absolute;left:50%;transform:translate(-50%)}.mockup-body{flex:1;min-height:0;display:flex;overflow:hidden}.mockup-sidebar{background:#0a0b1080;border-right:1px solid #ffffff0d;flex-direction:column;justify-content:space-between;width:180px;padding:1.5rem 0;display:flex}.ms-item{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.8rem;padding:.8rem 1.5rem;font-size:.875rem;transition:all .2s;display:flex}.ms-item:hover{color:#fff;background:#ffffff05}.ms-item.active{color:var(--accent-cyan);border-left:3px solid var(--accent-cyan);background:linear-gradient(90deg,#00f0ff1a 0%,#0000 100%)}.mockup-content{background:#12141d66;flex:1;padding:2rem;overflow-y:auto}.mc-top{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.mc-top h2{align-items:center;gap:.5rem;font-size:1.4rem;font-weight:600;display:flex}.mc-badge{color:var(--accent-cyan);background:#00f0ff1a;border-radius:4px;padding:.2rem .5rem;font-size:.7rem}.mc-status{color:#27c93f;background:#27c93f1a;border:1px solid #27c93f33;border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.8rem;display:flex}.status-dot{background:#27c93f;border-radius:50%;width:8px;height:8px}.stat-val{font-size:2.2rem;font-weight:700}.stat-lbl{color:var(--text-secondary);letter-spacing:1px;font-size:.7rem;font-weight:600}.border-orange{background:#ff98000d;border-color:#ff98004d!important}.section-title{letter-spacing:-1px;margin-bottom:1rem;font-size:3rem;font-weight:800}.section-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.features{background:var(--bg-secondary);padding:120px 0;position:relative}.section-header{text-align:center;margin-bottom:4rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.feature-card{border-radius:20px;padding:3rem 2rem;transition:all .4s;position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--gradient-accent);opacity:0;height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.feature-card:hover{transform:translateY(-10px)}.feature-card:hover:before{opacity:1}.feature-icon-wrapper{border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex;box-shadow:0 10px 20px #0003}.bg-gradient-1{background:linear-gradient(135deg,#00f0ff,#08f)}.bg-gradient-2{background:linear-gradient(135deg,#9d00ff,#ff007f)}.bg-gradient-3{background:linear-gradient(135deg,#0f8,#00b8ff)}.bg-gradient-4{background:linear-gradient(135deg,#f90,#f05)}.feature-card h3{margin-bottom:1rem;font-size:1.4rem;font-weight:700}.feature-card p{color:var(--text-secondary);font-size:1rem;line-height:1.6}.how-it-works{background:var(--bg-primary);padding:120px 0}.steps-container{justify-content:space-between;align-items:flex-start;margin-top:4rem;display:flex;position:relative}.step-connector{background:linear-gradient(90deg,#00f0ff33 0%,#9d00ff33 100%);flex:1;height:2px;margin-top:40px;position:relative}.step-card{text-align:center;z-index:2;width:30%;position:relative}.step-number{color:#ffffff08;z-index:-1;font-size:4rem;font-weight:900;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.step-icon{background:var(--bg-card);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex;box-shadow:0 10px 30px #0000004d}.step-card h3{margin-bottom:1rem;font-size:1.4rem}.step-card p{color:var(--text-secondary);line-height:1.6}.technologies{background:var(--bg-secondary)}.tech-box{border-radius:24px;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:4rem;display:grid;position:relative;overflow:hidden}.tech-tags{flex-wrap:wrap;gap:1rem;display:flex}.tech-tag{border-radius:30px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600}.bg-nvidia{color:#76b900;background:#76b9001a;border:1px solid #76b9004d}.bg-amd{color:#f33;background:#ed1c241a;border:1px solid #ed1c244d}.bg-intel{color:#09f;background:#0071c51a;border:1px solid #0071c54d}.border-gradient{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.performance-chart{border-bottom:1px solid #ffffff1a;justify-content:center;align-items:flex-end;gap:3rem;height:250px;padding-bottom:2rem;display:flex}.bar-group{flex-direction:column;justify-content:flex-end;align-items:center;height:100%;display:flex}.bar{border-radius:12px 12px 0 0;justify-content:center;width:80px;transition:height 1s;display:flex;position:relative}.bar span{font-size:1.1rem;font-weight:700;position:absolute;top:-30px}.base-fps{background:#ffffff1a}.boosted-fps{background:var(--gradient-accent);box-shadow:0 0 30px #00f0ff4d}.bar-label{margin-top:1rem;font-weight:600}.cta-section{background:var(--bg-primary);padding:100px 0}.cta-box{text-align:center;border-radius:30px;padding:5rem 2rem;position:relative}.cta-glow{background:radial-gradient(circle,#00f0ff1a 0%,#9d00ff0d 50%,#0000 70%)}.cta-box h2{margin-bottom:1.5rem;font-size:3rem;font-weight:800}.cta-box p{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.cta-buttons{justify-content:center;gap:1.5rem;display:flex}.footer{background:#050608;border-top:1px solid #ffffff0d;padding:4rem 0 2rem}.footer-content{flex-direction:column;align-items:center;gap:2rem;display:flex}.footer-logo{align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-copyright{color:#ffffff4d;font-size:.875rem}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-description{margin:0 auto 2.5rem}.hero-cta{justify-content:center}.nav-links{display:none}.steps-container{flex-direction:column;align-items:center;gap:3rem}.step-connector{display:none}.step-card{width:100%;max-width:300px}.tech-box{text-align:center;grid-template-columns:1fr;padding:2rem}.tech-tags{justify-content:center}.performance-chart{margin-top:3rem}}@media (width<=768px){.hero-title{font-size:3rem}.hero-cta{flex-direction:column}.mc-stats{grid-template-columns:1fr}.cta-buttons{flex-direction:column}}.fade-in{animation:.4s forwards fadeIn}@keyframes pulse-slow{0%{opacity:.7;transform:scale(.95)}50%{opacity:1;transform:scale(1)}to{opacity:.7;transform:scale(.95)}}.pulse-slow{animation:3s ease-in-out infinite pulse-slow}.mockup-sidebar{flex-direction:column;justify-content:space-between;display:flex}.mockup-search{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:.5rem;padding:.4rem .8rem;display:flex}.mockup-search input{color:#fff;background:0 0;border:none;outline:none;width:120px;font-size:.8rem}.mockup-games-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.mockup-game-card{background:#181b2666;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.mgc-img{color:#fffc;text-shadow:0 2px 4px #00000080;justify-content:center;align-items:center;height:80px;font-size:1.2rem;font-weight:800;display:flex}.mgc-info{padding:.8rem}.mgc-title{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block;overflow:hidden}.mgc-tags span{border-radius:3px;padding:.2rem .4rem;font-size:.6rem;font-weight:700}.tag-dlss{color:#76b900;background:#76b90033}.tag-fsr{color:#f33;background:#ed1c2433}.tag-xess{color:#09f;background:#0071c533}.mockup-mod-list{flex-direction:column;gap:.8rem;display:flex}.mockup-mod-item{border-radius:10px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.mmi-left{align-items:center;gap:1rem;display:flex}.mmi-icon{background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mmi-left h4{margin-bottom:.2rem;font-size:.9rem}.mockup-toggle{cursor:pointer;background:#ffffff1a;border-radius:20px;width:40px;height:22px;transition:all .3s;position:relative}.mockup-toggle:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;top:3px;left:3px}.mockup-toggle.active{background:var(--accent-cyan)}.mockup-toggle.active:after{transform:translate(18px)}.mockup-setting-row{justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.border-top{border-top:1px solid #ffffff0d}.pt-3{padding-top:1rem}.mt-3{margin-top:1rem}.mx-auto{margin-left:auto;margin-right:auto}.text-center{text-align:center}.btn-sm{padding:.5rem 1rem;font-size:.8rem}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000001a}.custom-scrollbar::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.mc-top-banner{border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.mc-top-banner-left h2{align-items:center;gap:.5rem;font-size:1.4rem;font-weight:600;display:flex}.mc-stats{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.stat-box{border-radius:12px;flex-direction:row;align-items:center;gap:1rem;padding:1.2rem;display:flex}.stat-icon-wrapper{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-info{flex-direction:column;display:flex}.section-subtitle-small{color:#fff;font-size:.9rem;font-weight:600}.quick-actions{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.quick-action-card{cursor:pointer;border-radius:12px;padding:1.2rem;transition:background .2s;position:relative}.quick-action-card:hover{background:#ffffff14}.quick-action-card h4{margin-bottom:.4rem;font-size:.9rem}.quick-action-card p{color:var(--text-secondary);font-size:.75rem;line-height:1.4}.qa-arrow{color:var(--text-secondary);position:absolute;top:1.2rem;right:1.2rem}.mc-alert{border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;font-size:.85rem;display:flex}.border-red{background:#ff3c3c0d;border-color:#ff3c3c4d!important}.text-red{color:#ff3c3c!important}.text-blue{color:#3c82ff!important}.games-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.games-header-left{flex:1;min-width:0}.games-header-left p{white-space:normal}.games-header-right{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;max-width:60%;display:flex}.mockup-select{color:#fff;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:.4rem .8rem;font-size:.8rem}.games-filters{gap:.5rem;padding-bottom:4px;display:flex;overflow-x:auto}.filter-pill{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.4rem 1rem;font-size:.75rem;font-weight:600}.filter-pill.active{border-color:var(--accent-cyan);color:var(--accent-cyan);background:0 0}.mockup-games-grid-large{grid-template-columns:repeat(4,1fr);gap:1rem;padding-right:5px;display:grid;overflow-y:auto}.mockup-game-card-large{background:#181b2666;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;height:100%;display:flex;overflow:hidden}.mgc-cover{background-position:50%;background-size:cover;flex-direction:column;flex-shrink:0;justify-content:space-between;height:140px;display:flex;position:relative}.mgc-platform{color:#fff;background:#000000b3;border-radius:0 0 6px;align-self:flex-start;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.mgc-mod-btn{color:#fff;white-space:nowrap;border-radius:20px;justify-content:center;align-items:center;gap:.3rem;width:85%;padding:.2rem .6rem;font-size:.65rem;font-weight:700;display:flex;position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);box-shadow:0 2px 10px #00000080}.bg-purple{background:linear-gradient(90deg,#9d00ff,#f0f)}.mgc-bottom{flex-direction:column;flex-grow:1;justify-content:space-between;padding:.8rem;display:flex}.mgc-title-row{justify-content:space-between;align-items:center;display:flex}.mgc-title-row .mgc-title{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:700;overflow:hidden}.mgc-tags{gap:.3rem;display:flex}.btn-sm{white-space:nowrap;padding:.4rem .8rem}@media (width<=1200px){.app-mockup{width:90vw;height:60vh}}@media (width<=992px){.hero-image-wrapper,.app-mockup{display:none!important}.mockup-games-grid-large{grid-template-columns:repeat(3,1fr)}.mobile-menu-btn{display:block!important}.desktop-only{display:none!important}}@media (width<=768px){.mockup-body{flex-direction:column}.mockup-sidebar{border-bottom:1px solid #ffffff0d;border-right:none;flex-direction:row;width:100%;padding:.5rem;overflow-x:auto}.ms-item{white-space:nowrap;padding:.5rem 1rem}.ms-item.active{border-left:none;border-bottom:3px solid var(--accent-cyan);background:linear-gradient(#0000 0%,#00f0ff1a 100%)}.mockup-content{padding:1rem}.mc-top,.mc-top-banner{flex-direction:column;align-items:flex-start;gap:1rem}.mc-stats,.quick-actions{grid-template-columns:1fr}.mockup-games-grid,.mockup-games-grid-large{grid-template-columns:repeat(2,1fr)}.header-content{padding:0 1rem}.logo{font-size:1.2rem}.hero{padding:120px 1rem 60px}.hero-title{font-size:2.5rem}.section-title{font-size:2.2rem}.feature-card{padding:2rem 1rem}.footer-content{text-align:center;padding:0 1rem}.footer-links{flex-wrap:wrap;justify-content:center}}@media (width<=480px){.mockup-games-grid,.mockup-games-grid-large{grid-template-columns:1fr}.hero-title{font-size:2rem}.hero-cta{width:100%}.btn-lg{justify-content:center;width:100%}.games-header{flex-direction:column;align-items:stretch}.games-header-right{justify-content:flex-start;max-width:100%}}
