: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}}.container{max-width:100%;width:100%;margin:0;padding:0 2%;box-sizing:border-box}body,html,#root{margin:0;padding:0;font-family:Arial,sans-serif;background-color:#000319;background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px);background-size:120px 120px;color:#eee;scroll-behavior:smooth}body:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,rgba(255,255,255,.15) 1px,transparent 2px),radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 2px),radial-gradient(circle,rgba(255,255,255,.2) 1px,transparent 2px);background-size:200px 200px,300px 300px,400px 400px;background-position:50px 100px,150px 200px,250px 50px;animation:twinkle 10s infinite alternate;pointer-events:none}@keyframes twinkle{0%{opacity:.5}to{opacity:2}}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}.header{position:fixed;top:0;width:100%;height:10%;background:#000319;z-index:1000;padding:.5rem 2%;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;flex-wrap:wrap}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:100%;width:90%;margin:0 auto;gap:1rem;flex-wrap:wrap}.header-left,.header-right{display:flex;align-items:center;gap:1rem}.logo{width:50px;height:50px;background:linear-gradient(to bottom right,#f472b6,#8b5cf6);border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;color:#fff;flex-shrink:0}.header-text .name{font-weight:700;font-size:1.2rem}.header-text .stack{font-size:.85rem;color:#ccc}.nav{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;flex:1;background-color:#04071d}.nav-contents{background:#ffffff0d;border-radius:10px;box-shadow:0 4px 30px #0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding-block:.3rem;padding-inline:.5rem}.nav-item{background:none;border:none;color:#ccc;padding:.5rem 1rem;border-radius:5px;position:relative;font-weight:500;cursor:pointer;transition:color .3s ease;outline:none}.nav-item:after{content:"";position:absolute;width:0;height:2px;background:#f472b6;left:50%;bottom:0;transition:width .3s ease,left .3s ease;transform:translate(-50%)}.nav-item:focus{outline:none}.nav-item:hover:after{width:100%;left:0;transform:none}.nav-item.active{color:#fff}.nav-item.active:after{width:100%;background:#8b5cf6;left:0;transform:none}.nav-right-wrapper{display:flex;align-items:center;justify-content:space-between;flex:1}.header-socials{display:flex;align-items:center;gap:.5rem;margin-left:1rem}.social-logo{width:25px;height:25px;margin-right:.5rem;transition:transform .2s}.social-logo:hover{transform:scale(1.1)}.header-right{display:flex;align-items:center;gap:1rem}.header-right a,.header-right button{padding:.5rem 1rem;border-radius:20px;border:none;text-decoration:none;transition:.2s}.header-right a{color:#ccc}.header-right a:hover{color:#fff}.header-right button{background:linear-gradient(to right,#f472b6,#8b5cf6);color:#fff;border:none}.header-right button:hover{opacity:.85}@media screen and (max-width: 768px){.header{flex-direction:column;align-items:flex-start;gap:.5rem}.nav{justify-content:flex-start;gap:.5rem}.header-right{flex-wrap:wrap;gap:.5rem;margin-top:.5rem}}.hero{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:100vh;padding:0 5%;box-sizing:border-box}.hero-text{flex:1;min-width:300px}.hero-text h1{font-size:3rem;margin:0 0 1rem}.hero-text p{font-size:1.1rem;color:#fffc}.hero-image{flex:1;min-width:300px;display:flex;justify-content:flex-end}.hero-image img{width:100%;max-width:450px;border-radius:15px}@media (max-width: 1024px){.hero{flex-direction:column-reverse;align-items:center}.hero-image{justify-content:center;margin-bottom:2rem}.hero-text h1{font-size:2.2rem;text-align:center}.hero-text p{text-align:center}}.hero-content{display:flex;max-width:100%;width:100%;justify-content:space-between;align-items:center;gap:2rem}.hero-buttons{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.hero-buttons button{background:#fff;color:#0f172a;border-radius:25px;padding:.7rem 1.5rem;font-size:1rem;font-weight:700}.hero-buttons a{border:2px solid #ccc;border-radius:25px;padding:.7rem 1.5rem;color:#ccc;font-weight:700;transition:.2s}.hero-buttons a:hover{background:#ffffff1a}.projects{padding:6rem 4%;background:#000319}.projects h2{text-align:center;margin-bottom:3rem;font-size:2.2rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#1e293b;border-radius:15px;overflow:hidden;cursor:pointer;transition:.3s}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000004d}.project-cover img{width:100%;height:200px;object-fit:cover}.project-info{padding:1rem}.project-info h3{margin:.5rem 0}.project-info .tech span{background:#ffffff1a;padding:.3rem .6rem;border-radius:5px;margin-right:.4rem;font-size:.8rem}.about{padding:6rem 4%;text-align:center;max-width:900px;margin:0 auto}.about h3{font-size:2rem;margin-bottom:1rem}.about p{color:#ccc;font-size:1rem;line-height:1.6;margin-bottom:1rem}.about ul{list-style:none;padding:0;display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.about li{background:#ffffff1a;padding:.4rem .8rem;border-radius:10px;font-size:.85rem}.contact{padding:6rem 4%;text-align:center}.contact h2{font-size:2rem;margin-bottom:1rem}.contact p{color:#ccc;margin-bottom:1.5rem;font-size:1rem}.contact a{padding:.7rem 1.5rem;border-radius:25px;background:#fff;color:#0f172a;font-weight:700;transition:.2s}.contact a:hover{opacity:.85}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;padding:1rem}.modal-content{background:#1e293b;padding:2rem;border-radius:15px;width:100%;max-width:800px;position:relative;overflow-y:auto;max-height:90vh}.modal-content .close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer}.modal-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.modal-grid img{max-width:300px;width:100%;border-radius:10px}.modal-grid div{flex:1;min-width:200px}footer{padding:2rem 4%;text-align:center;color:#555}@media screen and (max-width: 1024px){.hero-content{flex-direction:column-reverse;align-items:center;gap:3rem}.hero-image img{max-width:400px}}@media screen and (max-width: 768px){.nav,.header-right{flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.hero-text h1{font-size:2.2rem}.hero-image img{max-width:300px}.project-cover img{height:180px}}@media screen and (max-width: 480px){.header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem 2%}.hero-text h1{font-size:1.8rem}.projects,.about,.contact{padding:4rem 2%}.modal-grid{flex-direction:column;align-items:center}}
