@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap);.navbar{align-items:center;background-color:#0a192f;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem;position:sticky;top:0;z-index:1000}.navbar-logo{color:#64ffda;font-size:1.5rem;font-weight:700}.navbar-links{display:flex;gap:1.5rem;list-style:none}.navbar-links a{color:#fff;font-weight:500;position:relative;text-decoration:none}.navbar-links a:after{background:#64ffda;bottom:-4px;content:"";display:block;height:2px;left:0;position:absolute;transition:width .3s;width:0}.navbar-links a:hover:after{width:100%}.footer{background-color:#0a192f;color:#64ffda;font-size:.95rem;margin-top:4rem;padding:1.5rem 0;text-align:center}.contact-section{background:linear-gradient(to bottom right,#e0f7fa,#fff);border-top:3px solid #00796b;color:#004d40;padding:4rem 2rem;text-align:center}.contact-section h2{color:#00695c;font-size:2.5rem;margin-bottom:1rem;text-shadow:1px 1px #ccc}.contact-section p{font-size:1.1rem;margin:.5rem 0}.contact-section a{color:#00796b;font-weight:700;text-decoration:none}.contact-section a:hover{color:#004d40;text-decoration:underline}.contact-form{background-color:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;gap:1rem;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:500px;padding:2rem}.contact-form input,.contact-form textarea{border:2px solid #b2dfdb;border-radius:8px;font-size:1rem;outline:none;padding:.75rem 1rem;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#00796b}.contact-form button{background-color:#00796b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background-color .3s}.contact-form button:hover{background-color:#004d40}body{background-color:#f5f7fa;color:#333;font-family:Inter,sans-serif;margin:0}.container{margin:2rem auto;max-width:1200px;padding:0 1.5rem}h1{color:#0a192f;font-size:3rem;margin-bottom:3rem;text-align:center}.project-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 10px 15px #0000000d;margin:1.5rem 0;padding:2rem;transition:transform .2s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 16px 24px #0000001a;transform:translateY(-5px)}.project-title{color:#0a192f;font-size:1.8rem;margin-bottom:.5rem}.project-description{color:#4f4f4f;font-size:1.1rem;margin-bottom:1rem}.project-tech{color:#757575;font-size:.95rem;margin-bottom:1rem}.project-link{border-bottom:2px solid #0000;color:#64ffda;font-weight:700;text-decoration:none;transition:border-bottom .3s ease}.project-link:hover{border-bottom:2px solid #64ffda}.projects-grid{display:flex;flex-direction:column;gap:2rem}.section{min-height:100vh;padding:4rem 2rem}.nav-links button{background:none;border:none;color:inherit;cursor:pointer;font:inherit}.no-projects{color:#999;font-size:1.2rem;text-align:center}
/*# sourceMappingURL=main.856d739a.css.map*/