@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Space+Grotesk:wght@400;700&display=swap";.navbar{background:var(--nav-background);height:80px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;position:sticky;top:0;z-index:999;border-bottom:1px solid var(--border-color)}.navbar-container{display:flex;justify-content:space-between;height:80px;z-index:1;width:100%;padding:0 24px;max-width:1100px}.navbar-logo{color:var(--text-color);justify-self:start;cursor:pointer;text-decoration:none;font-size:2rem;display:flex;align-items:center;font-family:Space Grotesk,sans-serif;font-weight:700}.navbar-icon{margin-right:10px;width:40px;height:40px}.nav-menu{display:flex;align-items:center;list-style:none;text-align:center}.nav-item{height:80px;display:flex;align-items:center}.nav-links{color:var(--text-color);display:flex;align-items:center;text-decoration:none;padding:0 1.5rem;height:100%;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease-out}.nav-links:hover,.nav-links.active{color:var(--primary-color);border-bottom:3px solid var(--primary-color)}.homepage{padding:2rem 0}.hero{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:5rem;text-align:left}.hero-text{flex:2}.hero h1{font-size:4.5rem;margin-bottom:1rem;color:var(--primary-color);line-height:1.1}.subtitle{font-size:1.75rem;color:var(--text-color);font-family:Space Grotesk,sans-serif;margin-bottom:1.5rem}.hero-intro{font-size:1.2rem;color:var(--secondary-text-color);max-width:600px}.hero-image-container{flex:1;display:flex;justify-content:center;align-items:center}.profile-picture-placeholder{width:250px;height:250px;background-color:var(--nav-background);border:2px solid var(--border-color);border-radius:50%;object-fit:cover}.about,.what-i-do{margin-bottom:5rem;max-width:900px;margin-left:auto;margin-right:auto;text-align:center}.about h2,.what-i-do h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--primary-color)}.about p{font-size:1.2rem;line-height:1.8;color:var(--text-color)}.what-i-do-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;text-align:left}.what-i-do-item{background-color:var(--nav-background);padding:2rem;border-radius:8px;border:1px solid var(--border-color);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.what-i-do-item:hover{transform:translateY(-5px);box-shadow:0 0 20px #bb86fc40}.what-i-do-item svg{color:var(--primary-color);margin-bottom:1rem}.what-i-do-item h3{font-size:1.3rem;margin-bottom:.5rem}.what-i-do-item p{color:var(--secondary-text-color);line-height:1.6}@media (max-width: 768px){.hero{flex-direction:column;text-align:center}.hero-intro{margin:0 auto 2rem}}.contact-page{padding:2rem 0;max-width:700px;margin:0 auto;text-align:center}.contact-page h1{font-size:3rem;margin-bottom:1rem}.contact-intro{font-size:1.2rem;color:var(--secondary-text-color);margin-bottom:3rem}.contact-form{text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700;color:var(--text-color)}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border-radius:5px;border:1px solid var(--border-color);background-color:var(--nav-background);color:var(--text-color);font-size:1rem;font-family:Roboto,sans-serif}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #2f81f733}.error-message{color:#f87171;font-size:.9rem;margin-top:.5rem}button[type=submit]{background-color:var(--primary-color);color:var(--background-color);padding:.75rem 2rem;border:none;border-radius:5px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out;font-family:Fira Code,monospace}button[type=submit]:disabled{background-color:#8492a6;cursor:not-allowed}button[type=submit]:hover:not(:disabled){filter:brightness(1.2)}.success-message{background-color:var(--nav-background);border:1px solid var(--border-color);border-radius:8px;padding:2rem;text-align:center}.success-message h2{font-size:2rem;margin-bottom:1rem}.projects-list-page h1{font-size:3rem;text-align:center;margin-bottom:1rem}.timeline{position:relative;max-width:800px;margin:0 auto;padding:2rem 0}.timeline:before{content:"";position:absolute;top:0;left:19px;height:100%;width:4px;background:var(--border-color)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-dot{position:absolute;left:0;top:1rem;width:24px;height:24px;border:4px solid var(--border-color);background:var(--primary-color);border-radius:50%;z-index:1;transform:translate(8px)}.timeline-content{padding-left:60px}.project-card{background-color:var(--nav-background);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem 2rem;transition:box-shadow .2s ease-in-out}.project-card:hover{box-shadow:0 8px 20px #58a6ff1a;border-color:var(--primary-color)}.card-header{margin-bottom:1rem}.card-header h3{font-size:1.5rem;margin:0;color:var(--text-color)}.card-header h3 strong{color:var(--primary-color);font-weight:700}.period{color:var(--secondary-text-color);font-size:.9rem}.summary{margin-bottom:1.5rem;line-height:1.7}.card-footer{display:flex;justify-content:space-between;align-items:center}.technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background-color:var(--tag-background);color:var(--primary-color);padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-family:Fira Code,monospace}.details-link{color:var(--primary-color);text-decoration:none;font-weight:700;font-family:Fira Code,monospace;transition:color .2s ease-in-out}.details-link:hover{color:#80bfff}.project-detail-page{padding:2rem 0;max-width:1000px;margin:0 auto}.project-header{margin-bottom:3rem;text-align:center}.project-header h1{font-size:3rem;margin-bottom:.5rem}.project-header h2{font-size:1.5rem;font-weight:400;color:var(--text-color);margin-bottom:.5rem}.project-header h2 strong{color:var(--primary-color);font-weight:700}.project-header p{color:var(--secondary-text-color)}.project-body{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.project-narrative h3,.project-sidebar h3{font-size:1.8rem;color:var(--primary-color);margin-bottom:1.5rem;border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.project-narrative p{margin-bottom:1.5rem;line-height:1.8}.project-sidebar .technologies-list{display:flex;flex-wrap:wrap;gap:.75rem}.project-sidebar .tech-tag{background-color:var(--tag-background);color:var(--primary-color);padding:.5rem 1rem;border-radius:5px;font-size:.9rem;font-family:Fira Code,monospace}@media (max-width: 768px){.project-body{grid-template-columns:1fr}.project-sidebar{margin-top:3rem}}.education-page h1{font-size:3rem;text-align:center;margin-bottom:1rem}.education-grid{display:grid;grid-template-columns:1fr;gap:2rem}.education-card{background-color:var(--nav-background);border:1px solid var(--border-color);border-radius:8px;padding:2rem}.education-card h2{font-size:1.8rem;color:var(--primary-color);margin-bottom:.5rem}.education-card h3{font-size:1.2rem;font-weight:400;margin-bottom:.5rem}.education-card .period{color:var(--secondary-text-color);margin-bottom:1.5rem;font-size:.9rem}.education-narrative p{line-height:1.8;margin-bottom:1rem}.curriculum-card p{margin-bottom:1.5rem}.expandable-area{border-top:1px solid var(--border-color);padding:1rem 0}.expandable-area:first-of-type{border-top:none;padding-top:0}.area-title{background:none;border:none;color:var(--text-color);width:100%;display:flex;align-items:center;gap:1rem;padding:0;cursor:pointer;text-align:left}.area-title h3{font-size:1.4rem;margin:0;color:var(--primary-color)}.area-content{padding:1rem 0 0 2.5rem}.subcategory{margin-bottom:1.5rem}.subcategory h4{font-size:1.1rem;font-family:Fira Code,monospace;margin-bottom:.75rem;font-weight:400}.course-code-list{list-style:none;padding:0}.expandable-course{margin-bottom:.5rem}.course-title{background:none;border:none;color:var(--text-color);display:flex;align-items:center;gap:.75rem;padding:.25rem 0;cursor:pointer;text-align:left;width:100%}.course-title span{font-size:.9rem}.course-details{padding:.75rem 1rem .75rem 2rem;border-left:2px solid var(--border-color);margin-left:6px}.course-hours{font-weight:700;color:var(--text-color);font-size:.9rem;margin-bottom:.5rem;font-family:Fira Code,monospace}.course-description{font-size:.9rem;line-height:1.6;color:var(--secondary-text-color);padding:0;border:none;margin:0}.certification p{line-height:1.7}.blog-list-page h1{font-size:3rem;text-align:center;margin-bottom:1rem}.post-date{color:var(--secondary-text-color);font-size:.9rem;margin-bottom:1rem}.read-more-link{color:var(--primary-color);text-decoration:none;font-weight:700;font-family:Fira Code,monospace}.read-more-link:hover{filter:brightness(1.2)}.blog-detail-page{padding:2rem 0;max-width:800px;margin:0 auto}.back-link{display:inline-block;margin-bottom:2rem;color:var(--primary-color);text-decoration:none;font-family:Fira Code,monospace}.back-link:hover{text-decoration:underline}.post-header{margin-bottom:3rem;text-align:center}.post-header h1{font-size:3rem;margin-bottom:.5rem}.post-header .post-date{color:var(--secondary-text-color)}.post-content{line-height:1.8}.post-content h2{font-size:2rem;margin:2.5rem 0 1.5rem}.post-content p{margin-bottom:1.5rem}.post-content ul{list-style:disc;padding-left:2rem;margin-bottom:1.5rem}.post-content li{margin-bottom:.75rem}.software-page h1{font-size:3rem;text-align:center;margin-bottom:1rem}.page-intro{text-align:center;font-size:1.2rem;color:var(--secondary-text-color);max-width:700px;margin:0 auto 4rem}.post-list{display:grid;gap:2rem;max-width:800px;margin:0 auto}.post-card{background-color:var(--nav-background);border:1px solid var(--border-color);border-radius:8px;padding:2rem}.post-card h2{margin:0 0 .5rem}.post-card h2 a{color:var(--primary-color);text-decoration:none;font-size:1.8rem}.post-card h2 a:hover{text-decoration:underline}.post-summary{line-height:1.7;margin-bottom:1.5rem}.technologies{margin-top:10px}.technology{display:inline-block;background-color:var(--primary-color);color:#fff;padding:5px 10px;border-radius:5px;margin-right:5px;margin-bottom:5px}.container{max-width:1100px;margin:0 auto;padding:2rem}:root{--background-color: #121212;--text-color: #E0E0E0;--primary-color: #BB86FC;--nav-background: #1E1E1E;--border-color: #2C2C2C;--secondary-text-color: #A0A0A0;--tag-background: #2C2C2C;font-family:Inter,sans-serif;line-height:1.6;font-weight:400;color:var(--text-color);background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:var(--primary-color);text-decoration:inherit;transition:color .2s ease-in-out}a:hover{filter:brightness(1.2)}h1,h2,h3{font-family:Space Grotesk,sans-serif;font-weight:700;color:var(--primary-color)}
