@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Playfair+Display:wght@400;500;600;700&display=swap";.navbar{position:fixed;top:0;left:0;width:100%;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #000;z-index:1000}.navbar-logo h1{margin:0;font-family:JetBrains Mono,monospace;font-size:1.5rem;color:#000;font-weight:600;letter-spacing:-.02em}.navbar-links{display:flex;list-style:none;margin:0;padding:0;gap:2.5rem}.navbar-links li a{color:#000;text-decoration:none;font-weight:500;font-size:.95rem;letter-spacing:.02em;text-transform:uppercase;transition:all .3s ease}.navbar-links li a:hover,.navbar-links li.active a{color:#666}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn span{width:25px;height:3px;background:#000;margin:3px 0;transition:.3s}.mobile-menu-btn.active span:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width: 768px){.navbar{padding:1rem}.mobile-menu-btn{display:flex}.navbar-links{position:absolute;top:100%;left:0;width:100%;background:#fff;flex-direction:column;gap:0;max-height:0;overflow:hidden;transition:max-height .3s ease;border-bottom:1px solid #000}.navbar-links.active{max-height:300px}.navbar-links li{text-align:center}.navbar-links li a{display:block;padding:1rem;border-bottom:1px solid #ccc;font-size:1.2rem}.navbar-links li:last-child a{border-bottom:none}}.home-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;padding-top:100px}.home-content{max-width:900px;text-align:center}.home-content h1{font-family:Playfair Display,serif;font-size:4.5rem;margin-bottom:1.5rem;color:#000;font-weight:600;letter-spacing:-.03em;line-height:1.1}.home-content h2{font-family:Inter,sans-serif;font-size:1.4rem;margin-bottom:2rem;color:#333;font-weight:400;letter-spacing:.01em}.home-content p{font-family:Inter,sans-serif;font-size:1.1rem;margin-bottom:3rem;color:#444;line-height:1.8;font-weight:400}.home-buttons{display:flex;justify-content:center;gap:1.5rem}.btn{font-family:Inter,sans-serif;padding:16px 32px;border:2px solid #000;border-radius:0;background:#000;color:#fff;text-decoration:none;cursor:pointer;font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;transition:all .3s ease}.btn:hover{background:#fff;color:#000}@media (max-width: 768px){.home-container{padding-top:80px;padding:1rem}.home-content h1{font-size:2.5rem}.home-content h2{font-size:1.5rem}.home-content p{font-size:1.1rem}.home-buttons{flex-direction:column;align-items:center}.btn{width:250px}}.about-container{padding:5rem 2rem}.about-content{max-width:800px;margin:0 auto}.about-text{font-family:Inter,sans-serif;font-size:1.1rem;line-height:1.8;color:#333;font-weight:400}.about-text p{margin-bottom:1.8rem}@media (max-width: 768px){.about-container{padding:3rem 1rem}.about-text{font-size:1.1rem}}.projects-container{padding:5rem 2rem}.projects-grid{display:grid;gap:2.5rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}}@media (min-width: 769px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.project-card{background:#fff;border:2px solid #000;border-radius:0;padding:2rem;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-content h3{font-family:Playfair Display,serif;color:#000;margin-bottom:1.2rem;font-size:1.5rem;font-weight:600;letter-spacing:-.01em}.project-content p{font-family:Inter,sans-serif;color:#333;line-height:1.7;margin-bottom:1.5rem;font-size:1rem;font-weight:400}.project-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.tag{background:#000;color:#fff;padding:.5rem 1rem;border-radius:0;font-size:.9rem;font-weight:500}.project-links{display:flex;gap:1.5rem}.project-link{color:#000;text-decoration:none;font-weight:600;font-size:1.1rem;border-bottom:2px solid #000;padding-bottom:2px}.project-link:hover{color:#666;border-bottom-color:#666}.skills-container{padding:5rem 2rem}.skills-content{max-width:1200px;margin:0 auto;display:grid;gap:3rem}.skill-category{background:#fff;border:2px solid #000;border-radius:0;padding:2rem}.skill-category h3{font-family:Playfair Display,serif;color:#000;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #000;font-size:1.4rem;font-weight:600;letter-spacing:-.01em}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem}.skill-card{padding:1.5rem;border-radius:0;background:#fff;border:1px solid #000;text-align:center;min-height:120px;display:flex;flex-direction:column;justify-content:center;transition:transform .3s ease}.skill-card:hover{transform:translateY(-3px);background:#000;color:#fff}.skill-icon{font-size:1.5rem;margin-bottom:.75rem;color:#000;display:flex;justify-content:center;align-items:center;height:40px}.skill-card:hover .skill-icon{color:#fff}.skill-icon svg{width:20px!important;height:20px!important;max-width:20px;max-height:20px}.combined-icons{display:flex;gap:.25rem;justify-content:center;align-items:center}.combined-icons svg{width:16px!important;height:16px!important}.custom-icon{width:20px!important;height:20px!important;max-width:20px;max-height:20px;object-fit:contain}.skill-name{font-family:Inter,sans-serif;color:#000;font-size:.85rem;margin:0;font-weight:500;letter-spacing:.02em}.skill-card:hover .skill-name{color:#fff}@media (max-width: 768px){.skills-container{padding:3rem 1rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.skill-card{padding:1rem;min-height:100px}.skill-icon{font-size:1.2rem;height:35px}.skill-icon svg{width:20px!important;height:20px!important}.combined-icons svg{width:18px!important;height:18px!important}.custom-icon{width:20px!important;height:20px!important}.skill-name{font-size:.9rem}}.experience-container{padding:5rem 2rem}.experience-timeline{max-width:1000px;margin:0 auto}.experience-card{margin-bottom:3rem;padding:2rem;background:#fff;border:2px solid #000;border-radius:0;transition:transform .3s ease}.experience-card:hover{transform:translateY(-3px)}.experience-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #000}.experience-header h3{font-family:Playfair Display,serif;color:#000;margin-bottom:.75rem;font-size:1.5rem;font-weight:600;letter-spacing:-.01em}.company-info{display:flex;justify-content:space-between;align-items:center}.company-name{font-family:Inter,sans-serif;color:#000;font-size:1.1rem;font-weight:500}.duration{font-family:JetBrains Mono,monospace;color:#000;font-size:.9rem;font-weight:500}.experience-description{color:#000;margin-bottom:1.5rem;line-height:1.7;font-size:1.1rem}.responsibilities h4{color:#000;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.responsibilities ul{list-style:none;padding-left:1.5rem}.responsibilities li{position:relative;margin-bottom:.75rem;color:#000;font-size:1rem;line-height:1.6}.responsibilities li:before{content:"•";position:absolute;left:-1.5rem;color:#000;font-weight:700}@media (max-width: 768px){.experience-container{padding:3rem 1rem}.company-info{flex-direction:column;align-items:flex-start;gap:.5rem}.experience-header h3{font-size:1.4rem}.company-name{font-size:1.1rem}}.contact-container{padding:5rem 2rem}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;max-width:1200px;margin:0 auto}.contact-info{padding:2rem;background:#fff;border:2px solid #000;border-radius:0}.contact-item{margin-bottom:2rem;padding:1rem}.contact-details h3{font-family:Playfair Display,serif;color:#000;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;letter-spacing:-.01em}.contact-details p{font-family:Inter,sans-serif;color:#333;font-size:.95rem;font-weight:400}.social-links{margin-top:2rem}.social-links h3{color:#000;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.social-icons{display:flex;gap:1rem}.social-icon{width:50px;height:50px;border:2px solid #000;border-radius:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:#fff}.social-icon:hover{background:#000;transform:translateY(-2px)}.social-icon-img{width:24px;height:24px;object-fit:contain}.contact-form-container{padding:2rem;background:#fff;border:2px solid #000;border-radius:0}.form-success-message{color:#000;background:#fff;padding:1rem;border:2px solid #000;margin-bottom:1.5rem;text-align:center;font-weight:600}.contact-form .form-group{margin-bottom:1.5rem}.contact-form input,.contact-form textarea{width:100%;padding:1rem;background:#fff;border:2px solid #000;border-radius:0;color:#000;font-size:1rem;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;background:#f9f9f9}.submit-btn{background:#000;color:#fff;padding:1rem 2rem;border:2px solid #000;border-radius:0;cursor:pointer;transition:all .3s ease;width:100%;font-size:1.1rem;font-weight:600}.submit-btn:hover{background:#fff;color:#000}@media (max-width: 768px){.contact-container{padding:3rem 1rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-info,.contact-form-container{padding:1.5rem}.social-icons{justify-content:center}}.footer{background-color:#000;color:#fff;border-top:2px solid #000;padding:3rem 2rem 1.5rem}.footer-content{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto;padding-bottom:2rem;border-bottom:2px solid #fff}.footer-logo h2{font-family:JetBrains Mono,monospace;font-size:1.5rem;margin-bottom:.75rem;color:#fff;font-weight:600;letter-spacing:-.02em}.footer-logo p{font-family:Inter,sans-serif;color:#fff;font-size:.95rem;font-weight:400}.footer-links{display:flex;gap:3rem}.footer-link-group h3{font-size:1.2rem;color:#fff;margin-bottom:1rem;font-weight:600}.footer-link-group ul{list-style:none}.footer-link-group li{margin-bottom:.75rem}.footer-link-group a{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease}.footer-link-group a:hover{color:#ccc}.footer-social h3{font-size:1.2rem;color:#fff;margin-bottom:1rem;font-weight:600}.footer .social-icon{background-color:#fff;color:#000}.footer .social-icon:hover{background-color:#ccc;color:#000}.copyright{text-align:center;padding-top:1.5rem;color:#fff;font-size:1rem}@media (max-width: 768px){.footer{padding:2rem 1rem 1rem}.footer-content,.footer-links{flex-direction:column;gap:2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:#000;line-height:1.7;font-size:16px;font-weight:400;letter-spacing:-.01em}.section-title{font-family:Playfair Display,serif;text-align:center;font-size:3rem;margin-bottom:4rem;color:#000;font-weight:600;letter-spacing:-.02em}
