*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;scroll-behavior:smooth}body{font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background-color:#0d300d;color:#f8f8f8;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"Playfair Display",Georgia,serif;font-weight:600;line-height:1.3;color:#f8f8f8;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem;margin-bottom:1.5rem}h3{font-size:1.5rem}p{margin-bottom:1rem;color:#b7dfbc}a{color:#00d0cb;text-decoration:none;transition:color 0.2s ease}a:hover{color:#b7dfbc}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}hr{border:none;height:1px;background:linear-gradient(to right, transparent, #03492d, transparent);margin:3rem 0}::selection{background:#00d0cb;color:#0d300d}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.site-header{padding:1.5rem 0;border-bottom:1px solid #03492d;background:#051405}.site-header .header-content{display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:0 1.5rem}.site-header .site-nav{display:flex;gap:1.5rem}.site-header .site-nav a{color:#b7dfbc;font-weight:400;font-size:.875rem;text-transform:uppercase;letter-spacing:0.5px}.site-header .site-nav a:hover{color:#00d0cb}.hero{padding:4rem 0;display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:center}.hero-content h1{margin-bottom:.5rem}.hero-content .subtitle{font-size:1.125rem;color:#b7dfbc;margin-bottom:1.5rem}.hero-content .contact-info{margin-bottom:1.5rem}.hero-content .contact-info p{margin-bottom:.5rem;font-size:.875rem}.hero-content .contact-info a{color:#00d0cb}.hero-image img{width:100%;max-width:340px;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,0.5);margin-left:auto}.section{padding:3rem 0}.section:not(:last-child){border-bottom:1px solid #03492d}.section-title{font-size:2rem;margin-bottom:2rem;position:relative;display:inline-block}.section-title::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:#00d0cb;border-radius:2px}.site-footer{padding:3rem 0;background:#051405;margin-top:4rem;border-top:1px solid #03492d}.site-footer .footer-content{max-width:1100px;margin:0 auto;padding:0 1.5rem;text-align:center}.site-footer .copyright{margin-top:1.5rem;font-size:.875rem;color:#7a9f82}.interests-list{display:flex;flex-wrap:wrap;gap:1rem}.interest-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:#386330;border:1px solid #03492d;border-radius:8px;font-size:.875rem;color:#b7dfbc;transition:all 0.2s ease}.interest-tag i{color:#00d0cb;font-size:0.9em}.interest-tag:hover{border-color:#00d0cb;transform:translateY(-2px)}.publications-list{display:flex;flex-direction:column;gap:1.5rem}.publication-card{background:#386330;border-radius:8px;padding:1.5rem 2rem;border-left:4px solid #00d0cb;transition:all 0.3s ease;box-shadow:0 1px 3px rgba(0,0,0,0.3)}.publication-card:hover{transform:translateY(-3px);box-shadow:0 4px 6px rgba(0,0,0,0.4)}.publication-card .pub-year{display:block;font-size:.875rem;color:#7a9f82;margin-bottom:.5rem}.publication-card .pub-title{font-family:"Playfair Display",Georgia,serif;font-size:1.125rem;font-weight:600;color:#f8f8f8;margin-bottom:1rem;line-height:1.3}.publication-card .pub-links{display:flex;flex-wrap:wrap;gap:.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:4px;transition:all 0.2s ease;text-decoration:none}.btn i{font-size:0.85em}.btn-primary{background:#00d0cb;color:#0d300d}.btn-primary:hover{background:#009490;color:#0d300d;transform:translateY(-1px)}.btn-outline{background:transparent;color:#00d0cb;border:1px solid #00d0cb}.btn-outline:hover{background:#00d0cb;color:#0d300d}.social-icons{display:flex;gap:1.5rem;justify-content:center}.social-icons.left{justify-content:flex-start}.social-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#386330;color:#b7dfbc;font-size:1.25rem;transition:all 0.2s ease;border:1px solid #03492d}.social-icon:hover{background:#00d0cb;color:#0d300d;border-color:#00d0cb;transform:translateY(-3px)}.social-icon.mastodon:hover{background:#6364ff;border-color:#6364ff}.social-icon.github:hover{background:#333;border-color:#333}.social-icon.blog:hover{background:#009490;border-color:#009490}.social-icon.soundcloud:hover{background:#ff5500;border-color:#ff5500}.social-icon.osu:hover{background:#bb0000;border-color:#bb0000}.cv-section .btn{font-size:1rem;padding:1rem 2rem}.cv-download{margin-top:1.5rem}.other-links{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.document-link{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#386330;border:1px solid #03492d;border-radius:8px;color:#f8f8f8;font-weight:500;transition:all 0.2s ease}.document-link i{color:#00d0cb}.document-link:hover{border-color:#00d0cb;transform:translateY(-2px);color:#f8f8f8}@media (max-width: 768px){html{font-size:16px}.hero{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-image{order:-1}.hero-image img{margin:0 auto;max-width:260px}.hero-content .contact-info{text-align:center}.social-icons.left{justify-content:center}.section-title::after{left:50%;transform:translateX(-50%)}.interests-list{justify-content:center}.publication-card{padding:1.5rem}.site-header .header-content{flex-direction:column;gap:1rem}.site-header .site-nav{gap:1rem}}@media (max-width: 576px){.container{padding:0 1rem}h1{font-size:2rem}h2,.section-title{font-size:1.5rem}.hero{padding:2rem 0}.hero-image img{max-width:200px}.section{padding:2rem 0}.publication-card .pub-title{font-size:1rem}.publication-card .pub-links{flex-direction:column}.publication-card .pub-links .btn{width:100%;justify-content:center}.social-icons{gap:1rem}.social-icon{width:40px;height:40px;font-size:1.1rem}.site-header .site-nav{flex-wrap:wrap;justify-content:center}}
