:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;margin:0;padding:0;width:100%;overflow-x:hidden}.App{min-height:100vh;display:flex;flex-direction:column;width:100%;margin:0;padding:0}main{flex:1;width:100%;margin:0;padding:0}.glass{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;box-shadow:0 8px 32px #0000001a}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-in-up{animation:fadeInUp .8s ease-out}.floating{animation:float 3s ease-in-out infinite}.btn{padding:12px 24px;border:none;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;display:inline-block}.btn-primary{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.btn-secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff4d;transform:translateY(-2px)}.grid{display:grid;gap:2.5rem;justify-content:center;width:100%}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:800px;margin:0 auto;justify-items:center}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:1200px;margin:0 auto;justify-items:center}.container{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}.section{padding:5rem 0}@media (max-width: 768px){.container{padding:0 1rem;max-width:100%;margin:0 auto}.section{padding:3rem 0}.grid-2,.grid-3{grid-template-columns:1fr;max-width:100%}.btn{padding:10px 20px;font-size:.9rem}}.header{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000;width:calc(100% - 40px);max-width:1200px;margin:0 auto;box-sizing:border-box}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.logo h2{color:#fff;font-size:2rem;font-weight:700}.tagline{color:#fffc;font-size:.9rem;margin-left:10px}.nav{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.nav-link:hover{color:gold}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:gold;transition:width .3s ease}.nav-link:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:5px}.menu-toggle span{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s}@media (max-width: 768px){.header{width:calc(100% - 20px);margin:0 10px}.nav-wrapper{padding:1rem}.logo h2{font-size:1.5rem}.tagline{font-size:.8rem;margin-left:5px}.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#000000e6;flex-direction:column;padding:1rem;border-radius:10px;margin-top:10px;transform:translateY(-20px);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}}.hero{padding:120px 0 60px;min-height:85vh;display:flex;align-items:center;justify-content:center;width:100%}.hero .container{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1000px;width:100%;margin:0 auto;padding:0 2rem;box-sizing:border-box}.hero-content{margin-bottom:3rem;width:100%}.hero-title{font-size:4.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.1}.gradient-text{background:linear-gradient(45deg,gold,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.4rem;color:#ffffffe6;margin-bottom:2.5rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.tech-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:500px;margin:0 auto;width:100%;justify-items:center}.icon-item{width:90px;height:90px;display:flex;align-items:center;justify-content:center;font-size:2.8rem;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.icon-item:hover{transform:scale(1.1)}@media (max-width: 768px){.hero{padding:100px 0 40px;min-height:75vh}.hero .container{padding:0 1rem}.hero-title{font-size:2.2rem;line-height:1.2}.hero-subtitle{font-size:1rem;line-height:1.4}.hero-cta{flex-direction:column;gap:1rem;align-items:center}.hero-cta .btn{width:200px;text-align:center}.tech-icons{grid-template-columns:repeat(2,1fr);gap:1rem;max-width:300px}.icon-item{width:60px;height:60px;font-size:2rem}}grid-template-columns: repeat(2,1fr); gap: 1.5rem; } .icon-item{width:80px;height:80px;font-size:2.5rem}.hero-cta{flex-direction:column;align-items:center}}.apps-section{background:#ffffff0d;padding:6rem 0}.apps-section .container{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.section-title{font-size:3.5rem;color:#fff;text-align:center;margin-bottom:1.5rem;font-weight:700}.section-subtitle{font-size:1.3rem;color:#fffc;text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.apps-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;width:100%;justify-items:center}.app-card{padding:2rem;text-align:center;transition:transform .3s ease;display:flex;flex-direction:column;height:100%}.app-card:hover{transform:translateY(-10px)}.app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.app-icon{font-size:3rem}.app-status{padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.app-status.live{background:#2ecc7133;color:#2ecc71}.app-status.coming-soon{background:#f1c40f33;color:#f1c40f}.app-title{font-size:1.5rem;color:#fff;margin-bottom:1rem;font-weight:600}.app-description{color:#ffffffe6;margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.app-tech{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.tech-tag{background:#ffd70033;color:gold;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500}.app-link{margin-top:auto}@media (max-width: 768px){.apps-section .container{padding:0 1rem}.section-title{font-size:2.2rem;line-height:1.2}.section-subtitle{font-size:1rem;margin-bottom:2.5rem;line-height:1.4}.apps-section{padding:3rem 0}.apps-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.app-card{padding:1.5rem;margin:0 .5rem}.app-icon{font-size:2.2rem}.app-title{font-size:1.3rem}.app-description{font-size:.9rem}}.blogs-section{background:#0000001a;padding:6rem 0}.blogs-section .container{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.blogs-grid{margin-top:4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1200px;width:100%;justify-items:center}.blog-card{padding:2rem;display:flex;flex-direction:column;height:100%;transition:transform .3s ease}.blog-card:hover{transform:translateY(-5px)}.blog-card.featured{border:2px solid rgba(255,215,0,.3);position:relative}.blog-card.featured:before{content:"⭐ Featured";position:absolute;top:-10px;right:20px;background:gold;color:#333;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:600}.blog-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;color:#ffffffb3}.blog-title{font-size:1.3rem;color:#fff;margin-bottom:1rem;font-weight:600;line-height:1.4}.blog-excerpt{color:#ffffffe6;margin-bottom:1.5rem;line-height:1.6;flex-grow:1}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.blog-tag{background:#764ba24d;color:#c39bd3;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.blog-link{margin-top:auto;align-self:flex-start}.blogs-cta{text-align:center;margin-top:3rem}.footer{margin:3rem auto 20px;border-radius:20px;max-width:1400px;padding:0 2rem;box-sizing:border-box}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;padding:3rem;border-bottom:1px solid rgba(255,255,255,.1);max-width:1200px;margin:0 auto}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section p{color:#fffc;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem;color:#fffc}.footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:gold}.footer-bottom{text-align:center;padding:1.5rem 2rem;color:#ffffffb3}.footer-bottom p{margin-bottom:.5rem}
