: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;display:flex;place-items:center;min-width:320px;min-height:100vh}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}}:root{--primary-color: #58C234;--primary-color-dark: #335428;--secondary-color: #F450DA;--secondary-color-dark: #B83AA4;--background-color: #000000;--text-color: #ffffff;--text-dark: #999999;--link: hsla(0, 0%, 63%, 1);--link-hover: #FFFFFF;--card-background: #1a1a1a;--card-background-2: #2a2a2a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-color);max-width:100vw}body::-webkit-scrollbar{display:none}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.svg-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#000;overflow:hidden}.spotlight-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}@keyframes waterfall{0%{transform:translateY(0) scale(6)}to{transform:translateY(120px) scale(6)}}.moving-pattern{animation:waterfall 6s linear infinite}.mobile-overlay{display:none}@media screen and (max-width:768px){.spotlight-overlay{display:none}.mobile-overlay{display:block}}.header{background-color:var(--background-color);padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;color:var(--text-color)}.logo-image{height:24px;width:auto;margin-bottom:.5rem;margin-right:.5rem;vertical-align:middle;image-rendering:pixelated}.nav-links{list-style:none;display:flex;gap:1.5rem}.nav-links li a{text-decoration:none;color:var(--link);font-weight:500;transition:color .3s ease}.nav-links li a:hover{color:var(--link-hover)}@media (max-width: 768px){.nav-links{display:none}}.footer{background-color:#000;color:var(--text-color);padding:4rem 2rem 2rem;font-size:.9rem}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:2rem;text-align:center}.footer-section{flex:1;min-width:200px}.footer-section h4{color:var(--text-color);margin-bottom:1rem;font-size:1.1rem}.footer-section p{margin-bottom:.5rem}.social-links{display:flex;gap:1rem}.social-links a{color:var(--link);text-decoration:none;transition:color .3s ease}.social-links a:hover{color:var(--link-hover)}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid var(--background-color);font-size:.8rem;color:var(--text-dark)}@media (max-width: 768px){.footer-content{flex-direction:column;gap:3rem}.footer-section{flex:unset;min-width:unset}.footer-section h4{margin-bottom:.8rem}.footer-section p{margin-bottom:.4rem}.social-links{justify-content:flex-start}}.hero{color:#fff;padding:8rem 2rem 4rem;text-align:center;width:100vw;min-height:70vh;left:0;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}.hero h1{font-size:3rem;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.5);text-shadow:0 2px 1px rgba(0,0,0,.5);text-shadow:0 2px 4px rgba(0,0,0,.5);text-shadow:0 2px 7px rgba(0,0,0,.5)}.hero p{font-size:1.25rem;margin-bottom:2rem;color:#ddd}.cta-button{background:#58c23426;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(88,194,52,.5);border-radius:50px;color:#fff;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 0 15px #58c2341a;text-transform:uppercase;letter-spacing:1px}.cta-button:hover{transform:translateY(-3px);background:#f7646466;border-color:#fff;box-shadow:0 0 25px #3472c266;color:#fff}@media (max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}}.projects{padding:4rem 2rem;color:#fff;position:relative;z-index:2;background-color:#000}.projects-inner{max-width:1200px;margin:0 auto}.projects h2{font-size:2.5rem;margin-bottom:3rem;text-align:center;background:linear-gradient(90deg,#fff,#58c234);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#14141499;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:all .4s ease;overflow:hidden;position:relative}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(135deg,rgba(88,194,52,.05) 0%,transparent 40%);pointer-events:none;z-index:-1}.project-card h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.project-card p{font-size:1rem;line-height:1.6;color:#ccc;margin-top:1rem}.project-card:hover{transform:translateY(-10px);border-color:#58c23480;box-shadow:0 15px 30px -10px #58c23433;background:#141414cc}.project-image{max-width:100%;width:200px;height:auto;border-radius:20px;margin-bottom:1rem;transition:transform .4s ease}.project-card:hover .project-image{transform:scale(1.05)}
