body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;scroll-behavior:smooth;transition:background .3s,color .3s}a{color:inherit;text-decoration:none}ul{list-style:none}body.light{background:#f8fafc;color:#0f172a}body.dark{background:#0f172a;color:#e2e8f0!important}nav{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #1f52c040;display:flex;justify-content:space-between;padding:15px 20px;position:sticky;top:0;z-index:1000}body.light nav{background:#f8fafc40}body.dark nav{background:#0f172a40}nav ul{display:flex;gap:15px}.menu-toggle{background:none;border:none;cursor:pointer;display:none;font-size:24px}body.dark nav a{color:#e2e8f0}nav a{font-weight:600;transition:color .3s;vertical-align:super}nav a.active,nav a:hover{color:#2563eb!important}@media (max-width:768px){nav{flex-wrap:wrap}.menu-toggle{display:block}nav ul{display:none;flex-direction:column;gap:15px;margin-top:15px;width:100%}nav ul.active{display:flex}}#theme-toggle{background:none;border:none;color:inherit;cursor:pointer;font-size:1.2rem}.logo{margin-right:30px}.logo strong{vertical-align:super}section{margin:auto;max-width:1200px;padding:80px 20px}body.dark .mainContainer{background-color:#0f172a;border-bottom:1px solid hsla(0,0%,83%,.349);border-left:1px solid hsla(0,0%,83%,.349);border-right:1px solid hsla(0,0%,83%,.349);box-shadow:0 0 2px hsla(0,0%,83%,.349)}.mainContainer{background-color:#fff;border-bottom:1px solid #d3d3d3;border-left:1px solid #d3d3d3;border-radius:15px;border-right:1px solid #d3d3d3;box-shadow:0 0 2px #d3d3d3;margin:5px auto auto;max-width:1200px}h1,h2,h3{margin-bottom:20px}.container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:12px 25px;transition:all .3s}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1e40af}#hero{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:50vh;padding:10px 20px}#hero .text{flex:1 1;min-width:300px}#hero .text h1{font-size:3rem;margin-bottom:20px}#hero .text p{font-size:1.2rem;margin-bottom:30px}#hero .hero-img{display:flex;flex:1 1;justify-content:center;min-width:300px}#hero .hero-img img{border-radius:12px;max-width:80%}#about .cards{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}#about .card{background:#e2e8f0;border-radius:12px;flex:1 1 200px;padding:20px;text-align:center;transition:transform .3s}#about .card:hover{background:#2563eb;color:#fff;transform:translateY(-5px)}body.dark #about .card{background:#1e293b;color:#e2e8f0}body.dark #about .card:hover{background:#2563eb;color:#fff}#expertise .skills{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}#expertise .skill{background:#e2e8f0;border-radius:12px;flex:1 1 200px;padding:20px;text-align:center;transition:transform .3s}#expertise .skill:hover{background:#2563eb;color:#fff;transform:translateY(-5px)}body.dark #expertise .skill{background:#1e293b;color:#e2e8f0}body.dark #expertise .skill:hover{background:#2563eb;color:#fff}#projects .project-grid{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}#projects .project{background:#fff;border-radius:12px;box-shadow:0 0 1px #0000007d;flex:1 1 300px;overflow:hidden;transition:transform .3s}#projects .project:hover{transform:translateY(-5px)}#projects .project img{display:block;width:100%}#projects .project .info{padding:15px}#projects .project .info h3{margin-bottom:10px}#projects .project .info p{font-size:.9rem;margin-bottom:10px}#projects .project .info .stack{color:#2563eb;font-size:.8rem}body.dark #projects .project{background:#1e293b;color:#e2e8f0}body.dark #projects .project .stack{color:#60a5fa}#timeline .timeline-item{margin-bottom:30px;padding-left:30px;position:relative}#timeline .timeline-item:before{background:#2563eb;border-radius:2px;content:"";height:100%;left:10px;position:absolute;top:0;width:4px}#timeline .timeline-item h4{margin-bottom:5px}#timeline .timeline-item p{font-size:.9rem}#services .service-grid{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}#services .service{background:#e2e8f0;border-radius:12px;flex:1 1 250px;padding:20px;text-align:center;transition:transform .3s}#services .service:hover{background:#2563eb;color:#fff;transform:translateY(-5px)}body.dark #services .service{background:#1e293b;color:#e2e8f0}body.dark #services .service:hover{background:#2563eb;color:#fff}#contact form{display:flex;flex-direction:column;gap:15px;margin-top:20px;max-width:500px}#contact button{width:fit-content}footer{background-color:#1f52c0;border-top:1px solid #ccc;color:#fff;margin-top:50px;padding:30px 20px;text-align:center}body.dark footer{background-color:#1e293b;border-top:1px solid #444}.fade-up{opacity:0;transform:translateY(20px);transition:all .6s ease-out}.fade-up.show{opacity:1;transform:translateY(0)}.hero-banner{align-items:center;display:flex;justify-content:center;margin:0 auto;max-height:300px;max-width:1000px;overflow:hidden;width:100%}.hero-banner img{display:block;height:auto;max-height:500px;object-fit:contain;width:100%}#floatingMessage{height:100px}@media(max-width:768px){#hero,nav ul{flex-direction:column}nav ul{gap:10px}}
/*# sourceMappingURL=main.45d7aebd.css.map*/