body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #19c2a9;--secondary-color: #149b86;--text-color: #1f2937;--text-light: #6b7280;--bg-color: #f0eee9;--bg-alt: #e8e6e1;--border-color: #e5e7eb;--shadow: 0 1px 3px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1)}body{font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);line-height:1.6;background-color:var(--bg-color)}h1,h2,h3,h4,h5,h6{font-family:Fira Code,Courier New,monospace;font-weight:600}.App{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-brand{display:flex;align-items:center;gap:1rem;text-decoration:none;cursor:pointer}.logo{height:50px;width:50px}.name{font-size:1.5rem;color:var(--primary-color);font-weight:700}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{color:var(--text-color);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--primary-color)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.hamburger{width:25px;height:3px;background-color:var(--text-color);transition:all .3s ease}.main-content{flex:1}.hero-content{max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:3rem}.hero-image{width:200px;height:200px;border-radius:20px;image-rendering:pixelated;flex-shrink:0;border:4px solid var(--primary-color);box-shadow:0 4px 12px #19c2a933}.hero-text h2{font-size:2.5rem;margin-bottom:.5rem;font-weight:700;color:var(--text-color)}.greek-name{color:var(--primary-color);font-weight:600;display:inline-block}.animated-name{animation:fadeInOut 2s ease-in-out;transition:opacity .5s ease-in-out}@keyframes fadeInOut{0%{opacity:0}10%,90%{opacity:1}to{opacity:0}}.hero-text p{font-size:1.125rem;color:var(--text-color);line-height:1.8}.section,.hero{padding:4rem 2rem;scroll-margin-top:80px}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;margin-bottom:2rem;color:var(--text-color);font-weight:700;text-align:center}.work-card{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:var(--shadow-lg);max-width:600px;margin:0 auto}.work-card h3{font-size:1.75rem;color:var(--primary-color);margin-bottom:.5rem}.role{font-size:1.125rem;color:var(--text-light);margin-bottom:1rem;font-weight:500}.description{color:var(--text-color);line-height:1.8}.experience-list,.education-list,.publications-list{display:grid;gap:2rem}.experience-item,.education-item,.publication-item{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.experience-item:hover,.education-item:hover,.publication-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.experience-item h3,.education-item h3,.publication-item h3{font-size:1.5rem;color:var(--text-color);margin-bottom:.5rem}.company,.institution,.authors{color:var(--primary-color);font-weight:600;margin-bottom:.25rem}.duration,.venue{color:var(--text-light);font-size:.875rem;margin-bottom:.75rem}.publication-link{display:inline-block;margin-top:1rem;color:var(--primary-color);text-decoration:none;font-weight:600;transition:color .3s ease}.publication-link:hover{color:var(--secondary-color)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-category{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:var(--shadow)}.skill-category h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-color)}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:var(--primary-color);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500}.footer{background:var(--text-color);color:#fff;padding:2rem;text-align:center}@media(max-width:768px){.nav{padding:1rem}.menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:var(--shadow-lg)}.nav-links.active{max-height:300px}.nav-links li{border-bottom:1px solid var(--border-color)}.nav-links li:last-child{border-bottom:none}.nav-links a{display:block;padding:1rem 2rem}.hero-content{flex-direction:column;text-align:center;gap:2rem}.hero-image{width:150px;height:150px}.hero-text h2{font-size:2rem}.hero-text p{font-size:1rem}.section{padding:3rem 1rem}.section-title{font-size:2rem}.skills-grid{grid-template-columns:1fr}}@media(max-width:480px){.name{font-size:1.25rem}.nav-links{gap:.5rem}.nav-links a{font-size:.875rem}.hero{padding:4rem 1rem}.hero-content h2,.section-title{font-size:1.75rem}}
