@font-face{font-family:'Roboto Mono Fallback';font-style:normal;font-weight:400;src:local('Courier New'),local('Courier'),local('monospace');font-display:swap}*{box-sizing:border-box}body{font-family:'Roboto Mono','Roboto Mono Fallback','Courier New',Courier,monospace;background-color:#f7f7f7;color:#333;font-size:16px;line-height:1.6;margin:0;padding:0}h1{font-size:2.5rem;font-weight:800;margin-top:0;margin-bottom:1rem;line-height:1.2}h2{font-size:1.5rem;font-weight:700;margin-top:1.75rem;margin-bottom:1.25rem;line-height:1.3}h3{font-size:1.25rem;font-weight:700;margin-top:1.25rem;margin-bottom:.75rem;line-height:1.4}p{margin-top:0;margin-bottom:1rem;line-height:1.6}ol,ul{margin-top:0;margin-bottom:1rem;padding-left:1.5rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}@media (max-width:768px){h1{font-size:1.875rem}h2{font-size:1.25rem}h3{font-size:1.125rem}.text-xl{font-size:1.125rem}}.container{margin:0 auto;padding:0 1rem;max-width:1200px}.pt-20{padding-top:5rem}.mt-8{margin-top:2rem}.skip-link{position:absolute;left:-9999px;background:#000;color:#fff;padding:8px 16px;text-decoration:none;z-index:1000;border-radius:0 0 4px 4px;font-size:14px}.skip-link:focus{left:6px;top:6px;z-index:9999}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background-color:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);padding:1rem 0}.header-container{margin:0 auto;padding:0 1rem;max-width:1200px;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:.5rem}.logo-image{border-radius:50%}.main-nav{display:none;align-items:center;gap:1.5rem}@media (min-width:768px){.main-nav{display:flex}}.nav-link{text-decoration:none;color:inherit;transition:color .2s ease}.nav-link:hover{color:#6b7280}.language-switcher{display:flex;gap:.5rem;margin-left:1rem}.lang-link{font-size:.875rem;font-weight:700;color:#1f2937;text-decoration:none;transition:color .2s ease}.lang-link:hover{color:#6b7280}.mobile-menu-button{padding:.5rem;border-radius:.375rem;transition:background-color .2s ease;border:none;background:0 0;cursor:pointer;display:block}.mobile-menu-button:hover{background-color:#e5e7eb}.mobile-menu-button:focus{outline:0;box-shadow:0 0 0 2px rgba(107,114,128,.5)}@media (min-width:768px){.mobile-menu-button{display:none}}.hamburger-icon{width:1.5rem;height:1.5rem}.mobile-menu{display:none;position:fixed;top:4rem;left:0;right:0;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);z-index:40;padding:1rem 0}@media (min-width:768px){.mobile-menu{display:none!important}}.mobile-nav{display:flex;flex-direction:column;align-items:center;gap:1rem}.mobile-nav-link{width:100%;text-align:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb;text-decoration:none;color:inherit;transition:color .2s ease}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:hover{color:#6b7280}.mobile-language-switcher{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.logo-text{font-family:'Roboto Mono','Courier New',Courier,monospace;text-transform:uppercase;text-decoration:none;color:inherit}.section-header{border-left:4px solid #000;padding-left:1rem;margin-top:2rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.section-header.text-white{border-left-color:#fff}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1.5rem;background-color:#f3f4f6;text-align:center}@media (min-width:768px){.hero-section{flex-direction:row;text-align:left}}.hero-image{width:100%;display:flex;justify-content:center}@media (min-width:768px){.hero-image{width:50%;justify-content:flex-end}}.hero-portrait{border-radius:.75rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);width:100%;max-width:24rem;height:auto;aspect-ratio:384/540}.hero-content{width:100%}@media (min-width:768px){.hero-content{width:50%;padding-left:4rem}}.hero-title{font-family:'Roboto Mono','Courier New',Courier,monospace;text-transform:uppercase;font-size:1.875rem;font-weight:800;margin-bottom:1rem;line-height:1.2}@media (min-width:768px){.hero-title{font-size:3rem}}.hero-text{font-size:1.125rem;color:#374151;line-height:1.625;margin-bottom:1.5rem}@media (min-width:768px){.hero-text{font-size:1.25rem}}.hero-location{font-size:1rem;color:#374151;margin-bottom:1.5rem}.hero-button{display:inline-block;background-color:#000;color:#fff;padding:.75rem 2rem;border-radius:9999px;text-decoration:none;transition:background-color .2s ease;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.hero-button:hover{background-color:#1f2937}.services-section{background-color:#f3f4f6;padding:2.5rem 0}.services-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background-color:#fff;border:1px solid #e0e0e0;padding:1.25rem;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform .3s;margin-bottom:1rem}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.service-title{font-family:'Roboto Mono','Courier New',Courier,monospace;text-transform:uppercase;font-size:1.25rem;font-weight:700;margin-bottom:.5rem;margin-top:0}.service-description{color:#374151;margin-bottom:0}.about-section{padding:2.5rem 0}.about-content{margin:0 auto;padding:0 1rem;max-width:1200px;display:flex;flex-direction:column;align-items:center;gap:2.5rem}@media (min-width:768px){.about-content{flex-direction:row}}.about-paragraph{font-size:1.125rem;color:#374151;line-height:1.625;margin-bottom:1rem}.contact-section{background-color:#000;color:#fff;padding:2.5rem 0}.contact-container{margin:0 auto;padding:0 1rem;max-width:1200px;text-align:center}.contact-header{border-left:4px solid #fff;padding-left:1rem;margin-top:2rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;color:#fff}.contact-text{font-size:1.125rem;margin-bottom:2rem}@media (min-width:768px){.contact-text{font-size:1.25rem}}.contact-location{font-size:1rem;color:#d1d5db;margin-bottom:2rem}.contact-links{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}@media (min-width:768px){.contact-links{flex-direction:row}}.contact-item{display:flex;align-items:center;gap:.5rem}.contact-icon{width:1.5rem;height:1.5rem}.contact-link{text-decoration:none;color:inherit;cursor:pointer}.contact-link:hover{text-decoration:underline}.site-footer{background-color:#e5e7eb;padding:1rem 0;text-align:center;color:#374151;font-size:.875rem}.experience-section{padding:2.5rem 0}.experience-container{margin:0 auto;padding:0 1rem;max-width:1200px}.highlights-grid{display:grid;grid-template-columns:1fr;gap:1.75rem;text-align:center;margin-bottom:2.5rem}@media (min-width:768px){.highlights-grid{grid-template-columns:repeat(3,1fr)}}.highlight-card{background-color:#fff;padding:1.25rem;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.highlight-number{font-size:2.25rem;font-weight:700}.highlight-text{color:#6b7280}.skills-grid{display:grid;grid-template-columns:1fr;gap:1.75rem;margin-bottom:2.5rem}@media (min-width:768px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.skills-grid{grid-template-columns:repeat(3,1fr)}}.skill-card{background-color:#fff;border:1px solid #e0e0e0;padding:1.25rem;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform .3s}.skill-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.skill-title{font-family:'Roboto Mono','Courier New',Courier,monospace;text-transform:uppercase;font-size:1.25rem;font-weight:700;margin-bottom:.5rem;margin-top:0}.skill-list{list-style-type:disc;list-style-position:inside;color:#374151;margin:0;padding:0}.skill-list li{margin-bottom:.25rem}.skill-details{padding-left:1.5rem;margin-top:.25rem;font-weight:400}.talks-card{background-color:#fff;padding:1.25rem;border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.talks-list{list-style-type:none;color:#374151;margin:0;padding:0}.talks-list li{margin-bottom:1rem}.talk-item{display:flex;align-items:flex-start;gap:1rem}.talk-thumbnail{width:8rem;height:6rem;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);object-fit:cover}.talk-thumbnail.contain{object-fit:contain}.talk-content{flex-grow:1}.talk-content>*{margin-bottom:.25rem}.talk-content>:last-child{margin-bottom:0}.talk-title{font-weight:700;text-decoration:none;color:inherit}.talk-title:hover{text-decoration:underline}.talk-date{font-size:.875rem;color:#374151;margin-top:.125rem;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:.375rem;display:inline-block}.talk-description{font-size:.875rem;color:#374151;margin-top:.125rem}@media (prefers-reduced-motion:reduce){.service-card,.skill-card{transition:none}.hero-button,.lang-link,.mobile-menu-button,.mobile-nav-link,.nav-link,.skip-link{transition:none}}