*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#e2e8f0;background:linear-gradient(135deg,#0f172a,#1e293b);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navigation{position:fixed;top:0;width:100%;background:rgba(15,23,42,.9);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(148,163,184,.1);transition:background .3s ease}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#06b6d4}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:#cbd5e1;text-decoration:none;transition:color .3s ease;cursor:pointer}.nav-links a:hover{color:#06b6d4}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(6,182,212,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(168,85,247,.1) 0,transparent 50%)}.hero-content{position:relative;z-index:1}.hero h1{font-size:4rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#06b6d4,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .subtitle{font-size:1.5rem;color:#94a3b8;margin-bottom:2rem}.hero .description{font-size:1.1rem;color:#cbd5e1;max-width:600px;margin-bottom:3rem;line-height:1.8}.cta-button{display:inline-block;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(6,182,212,.3);cursor:pointer;border:none}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(6,182,212,.4)}.hero-icon{width:90px;height:90px;-o-object-fit:contain;object-fit:contain;margin-left:.2rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));vertical-align:-.25em}@media (max-width:768px){.hero-icon{width:40px;height:40px;margin-left:.1rem;vertical-align:middle}}section{padding:8rem 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:4rem;color:#f1f5f9}.about{background:rgba(30,41,59,.5)}.about-content{max-width:800px;margin:0 auto;text-align:center}.about-text{font-size:1.2rem;color:#cbd5e1;line-height:1.8;margin-bottom:3rem}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.stat{text-align:center;padding:2rem;background:rgba(15,23,42,.6);border-radius:12px;border:1px solid rgba(148,163,184,.1)}.stat-number{font-size:2.5rem;font-weight:700;color:#06b6d4;display:block}.stat-label{color:#94a3b8;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.game-card{background:rgba(15,23,42,.8);border-radius:12px;overflow:hidden;border:1px solid rgba(148,163,184,.1);transition:all .3s ease}.game-card:hover{transform:translateY(-5px);border-color:rgba(6,182,212,.3);box-shadow:0 20px 40px rgba(0,0,0,.3)}.game-image{width:100%;height:200px;background:linear-gradient(135deg,#374151,#4b5563);display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:1rem}.game-content{padding:2rem}.game-title{font-size:1.3rem;font-weight:700;color:#f1f5f9;margin-bottom:.5rem}.game-description{color:#94a3b8;margin-bottom:1.5rem;line-height:1.6}.game-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{background:rgba(6,182,212,.1);color:#06b6d4;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;border:1px solid rgba(6,182,212,.2)}.steam-link{display:inline-flex;align-items:center;gap:.5rem;background:#1b2838;color:#fff;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:background .3s ease}.steam-link:hover{background:#2a475e}.tools{background:rgba(30,41,59,.3)}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.tool-card{background:rgba(15,23,42,.6);padding:2.5rem;border-radius:12px;text-align:center;border:1px solid rgba(148,163,184,.1);transition:all .3s ease}.tool-card:hover{transform:translateY(-3px);border-color:rgba(6,182,212,.3)}.tool-icon{width:60px;height:60px;background:linear-gradient(135deg,#06b6d4,#a855f7);border-radius:12px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff}.tool-name{font-size:1.2rem;font-weight:700;color:#f1f5f9;margin-bottom:.5rem}.tool-description{color:#94a3b8;font-size:.9rem}.tool-icon-link{display:block;width:100%;height:100%;transition:all .3s ease;cursor:pointer}.tool-icon-link:hover{transform:scale(1.1);filter:brightness(1.2)}.tool-icon-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:all .3s ease}.tool-icon-link:hover .tool-icon-image{filter:drop-shadow(0 0 10px rgba(6,182,212,.5))}footer{padding:3rem 0;text-align:center}.footer-content{color:#94a3b8}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero .subtitle{font-size:1.2rem}.nav-links{gap:1rem}.container{padding:0 1rem}section{padding:4rem 0}}html{scroll-behavior:smooth}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-track{background:#0f172a}body::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}body::-webkit-scrollbar-thumb:hover{background:#64748b}footer{background:rgba(15,23,42,.9);border-top:1px solid rgba(148,163,184,.1)}.footer-content{padding:4rem 0 2rem}.footer-main{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:3rem}.footer-logo h3{color:#06b6d4;font-size:1.5rem;margin-bottom:.5rem}.footer-logo p{color:#94a3b8}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.footer-section h4{color:#f1f5f9;margin-bottom:1rem;font-size:1.1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease;cursor:pointer}.footer-section ul li a:hover{color:#06b6d4}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(148,163,184,.1)}.footer-bottom p{color:#94a3b8;margin-bottom:.5rem}.footer-tech{font-size:.9rem;opacity:.7}@media (max-width:768px){.footer-main{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(2,1fr)}}