@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&display=swap";.navbar[data-astro-cid-mmboybj6]{background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.navbar-inner[data-astro-cid-mmboybj6]{max-width:var(--max-width);margin:0 auto;padding:var(--space) var(--space) 0;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.navbar-link[data-astro-cid-mmboybj6]{color:var(--text-muted);font-size:.9375rem;font-weight:500;padding-bottom:var(--space);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s ease,border-color .15s ease;min-height:2.75rem;display:inline-flex;align-items:center}.navbar-link[data-astro-cid-mmboybj6]:hover{color:var(--text)}.navbar-link[data-astro-cid-mmboybj6][data-current=true]{color:var(--text);border-bottom-color:var(--accent)}@media(max-width:768px){.navbar-inner[data-astro-cid-mmboybj6]{padding:1rem 1rem 0;gap:1.25rem}.navbar-link[data-astro-cid-mmboybj6]{font-size:.875rem;padding-bottom:1rem;min-height:2.5rem}}@media(max-width:480px){.navbar-inner[data-astro-cid-mmboybj6]{padding:.75rem .75rem 0;gap:1rem}.navbar-link[data-astro-cid-mmboybj6]{font-size:.8125rem;padding-bottom:.75rem;min-height:2.5rem}}:root{--bg: #000000;--bg-elevated: #0a0a0a;--surface: #0d0d0d;--border: #1a1a1a;--text: #ffffff;--text-muted: #b3b3b3;--accent: #ffffff;--accent-hover: #e6e6e6;--radius: 6px;--font: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--space: 1.5rem;--max-width: 52rem}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{margin:0;font-family:var(--font);font-weight:400;line-height:1.6;color:var(--text);background:var(--bg);min-height:100vh}a{color:var(--text);text-decoration:none;transition:color .15s ease,opacity .15s ease}a:hover{color:var(--accent-hover);opacity:.85}h1,h2,h3{font-weight:500;letter-spacing:-.02em;margin-top:0}h1{font-size:1.75rem;margin-bottom:var(--space)}h2{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-muted)}h3{font-size:1rem}p{margin:0 0 .75rem;color:var(--text-muted)}p:last-child{margin-bottom:0}strong{font-weight:500;color:var(--text)}ul{margin:0 0 var(--space);padding-left:1.25rem;color:var(--text-muted)}li{margin-bottom:.5rem}li::marker{color:var(--border)}img{max-width:100%;height:auto;display:block;border-radius:var(--radius)}.page{max-width:var(--max-width);margin:0 auto;padding:var(--space) var(--space) 3rem}.message{color:var(--text-muted);font-weight:300}.message strong{color:var(--text);font-weight:500}.project-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space);margin-top:var(--space)}.project-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;color:var(--text);text-decoration:none;transition:border-color .15s ease,opacity .15s ease}.project-card:hover{border-color:var(--text-muted);opacity:.95}.project-card-image{aspect-ratio:16 / 10;background:var(--bg-elevated);overflow:hidden}.project-card-image img{width:100%;height:100%;object-fit:cover;border-radius:0}.project-card-placeholder{width:100%;height:100%;background:var(--border)}.project-card-body{padding:var(--space)}.project-card-title{font-size:1.125rem;font-weight:500;margin:0 0 .25rem;color:var(--text)}.project-card-date{font-size:.875rem;color:var(--text-muted)}.project-detail .meta{font-size:.9375rem;color:var(--text-muted);margin-bottom:var(--space);display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.project-detail .meta .meta-item{display:inline}.project-detail .meta code{font-size:.875em;background:var(--surface);padding:.15rem .4rem;border-radius:4px}.project-detail .description{margin-top:var(--space)}.project-detail .description h2{font-size:1rem;margin-bottom:.5rem}.project-detail .thumbnail{margin-bottom:var(--space);border-radius:var(--radius);overflow:hidden}.project-detail .tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.project-detail .tag{font-size:.8125rem;color:var(--text-muted);padding:.2rem .5rem;background:var(--surface);border-radius:4px;border:1px solid var(--border)}.project-detail .carousel{position:relative;margin-bottom:var(--space);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.project-detail .carousel-viewport{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;width:100%;max-height:50vh;height:50vh}.project-detail .carousel-viewport::-webkit-scrollbar{height:6px}.project-detail .carousel-viewport::-webkit-scrollbar-track{background:var(--border)}.project-detail .carousel-viewport::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.project-detail .carousel-slide{flex:0 0 100%;width:100%;min-width:100%;height:100%;min-height:0;scroll-snap-align:center;scroll-snap-stop:always;background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;box-sizing:border-box}.project-detail .carousel-slide img,.project-detail .carousel-slide video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center center;display:block}.project-detail .carousel-slide video{background:var(--bg-elevated)}.project-detail .carousel-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.5rem;height:2.5rem;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:1.5rem;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.9;transition:opacity .2s,background .2s}.project-detail .carousel-btn:hover{opacity:1;background:var(--bg-elevated)}.project-detail .carousel-btn-prev{left:.75rem}.project-detail .carousel-btn-next{right:.75rem}.project-detail .carousel-dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:.5rem}.project-detail .carousel-dot{width:.5rem;height:.5rem;border-radius:50%;border:1px solid var(--border);background:var(--surface);cursor:pointer;padding:0;transition:background .2s}.project-detail .carousel-dot:hover{background:var(--text-muted)}.project-detail .carousel-dot[aria-current=true]{background:var(--text)}.cv-section{margin-bottom:3rem;padding-top:2rem}.cv-section:first-child{padding-top:0}.cv-section h2{font-size:.8125rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.cv-list{list-style:none;padding:0;margin:0}.cv-list-more[aria-hidden=true]{display:none}.cv-list-more{margin:0;padding:0;list-style:none}.cv-list-more li:first-child{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem}.cv-show-more{margin-top:1rem;padding:.5rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.9375rem;cursor:pointer;transition:background .2s,border-color .2s}.cv-show-more:hover{background:var(--bg-elevated);border-color:var(--text-muted)}.cv-list li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.cv-list li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.cv-list .icon{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;border-radius:var(--radius);object-fit:contain;object-position:center center;flex-shrink:0;background:var(--surface)}.cv-list .role{font-weight:500;color:var(--text)}.cv-list .company{color:var(--text-muted);font-size:.9375rem}.cv-list .dates{font-size:.8125rem;color:var(--text-muted);margin-top:.25rem}.contact-list{list-style:none;padding:0;margin:0}.contact-list li{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--border);margin-bottom:0}.contact-list li:last-child{border-bottom:none}.contact-list .contact-icon{flex-shrink:0;width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;color:var(--text)}.contact-list .contact-icon :global(svg){width:100%;height:100%;fill:currentColor}.contact-list .contact-icon-img{width:1.5rem;height:1.5rem;object-fit:contain;filter:brightness(0) invert(1)}.contact-list .contact-content{min-width:0}.contact-list .contact-link,.contact-list .contact-name{font-size:1rem;font-weight:400;color:var(--text);display:block}.contact-list .contact-link:hover{color:var(--accent-hover);opacity:.9}.home-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.home-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.home-section h2{font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem}@media(max-width:768px){:root{--space: 1.25rem}.page{padding:1rem 1rem 2.5rem}h1{font-size:1.5rem;margin-bottom:1rem}h2{font-size:1.125rem}.project-cards{grid-template-columns:1fr;gap:1rem;margin-top:1rem}.project-card-body{padding:1rem}.project-detail .carousel-viewport{max-height:40vh;height:40vh}.project-detail .carousel-btn{width:2.25rem;height:2.25rem;font-size:1.25rem}.project-detail .carousel-btn-prev{left:.5rem}.project-detail .carousel-btn-next{right:.5rem}.project-detail .carousel-dots{bottom:.5rem}.cv-section{margin-bottom:2rem;padding-top:1.5rem}.cv-section h2{margin-bottom:.75rem;padding-bottom:.375rem}.cv-list li{gap:.75rem;margin-bottom:1rem;padding-bottom:1rem}.cv-list .icon{width:2.25rem;height:2.25rem;min-width:2.25rem;min-height:2.25rem}.cv-list .company,.cv-list .dates{font-size:.875rem}.contact-list li{padding:1rem 0;gap:1rem}.home-section{margin-bottom:2rem;padding-bottom:1.5rem}}@media(max-width:480px){:root{--space: 1rem}html{font-size:15px}.page{padding:.75rem .75rem 2rem}h1{font-size:1.35rem;margin-bottom:.75rem}h2{font-size:1rem}.project-cards{gap:.75rem}.project-card-body{padding:.75rem}.project-card-title{font-size:1rem}.project-detail .meta{flex-direction:column;align-items:flex-start;gap:.5rem}.project-detail .carousel-viewport{max-height:35vh;height:35vh}.project-detail .carousel-btn{width:2rem;height:2rem;font-size:1.125rem}.project-detail .carousel-btn-prev{left:.5rem}.project-detail .carousel-btn-next{right:.5rem}.cv-section{margin-bottom:1.75rem;padding-top:1.25rem}.cv-list li{flex-wrap:wrap;gap:.5rem;margin-bottom:.875rem;padding-bottom:.875rem}.cv-list .icon{width:2rem;height:2rem;min-width:2rem;min-height:2rem}.cv-list .role{font-size:.9375rem}.cv-list .company,.cv-list .dates{font-size:.8125rem}.cv-list-more li:first-child{margin-top:1rem;padding-top:1rem}.cv-show-more{margin-top:.75rem;padding:.5rem .875rem;font-size:.875rem;min-height:2.75rem}.contact-list li{padding:.875rem 0;gap:.875rem}.contact-list .contact-link,.contact-list .contact-name{font-size:.9375rem}.home-section{margin-bottom:1.5rem;padding-bottom:1.25rem}.message{font-size:.9375rem}}
