.site-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;position:fixed;top:0;left:0;right:0;z-index:100;background-color:#f5f5f58c;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(0,0,0,.06)}.site-header-name{font-family:Wingman,serif;font-size:1.25rem;font-weight:600;line-height:1;color:inherit;text-decoration:none;transition:opacity .2s ease}.site-header-name:hover{opacity:.6}.site-header-nav{display:flex;align-items:center;gap:1.5rem}.site-header-link{font-family:Wingman,serif;font-size:.95rem;font-weight:400;line-height:1;color:inherit;text-decoration:none;transition:opacity .2s ease}.site-header-link:hover{opacity:.6}.site-footer{padding:2rem 1.5rem;text-align:center}.site-footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.site-footer-links a{font-family:Wingman,serif;font-size:.85rem;color:inherit;text-decoration:none;opacity:.5;transition:opacity .2s ease}.site-footer-links a:hover{opacity:1}.photo-feed{display:flex;flex-direction:column;align-items:center;gap:3rem;padding:1.5rem 0 3rem}.photo-slide{width:100%;max-height:90vh;display:flex;align-items:center;justify-content:center}.photo-slide-img{max-width:100%;max-height:90vh;object-fit:contain;display:block}.photo-filters{display:flex;gap:.5rem;position:fixed;bottom:1.5rem;right:1.5rem;z-index:90}.photo-filter-btn{font-family:Wingman,serif;font-size:.8rem;padding:.3rem .75rem;border:1px solid rgba(0,0,0,.2);border-radius:20px;background:#f5f5f58c;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);color:inherit;cursor:pointer;opacity:.6;line-height:1;display:inline-flex;align-items:center;transition:opacity .2s ease,background-color .2s ease,border-color .2s ease}.photo-filter-btn:hover{opacity:.8}.photo-filter-btn.active{opacity:1;background-color:#00000014;border-color:#0006}.photo-loading{height:100vh}.photo-empty{height:100vh;display:flex;align-items:center;justify-content:center}.photo-empty p{font-family:Wingman,serif;font-size:1.1rem;opacity:.6}.blog-list-container{padding:3rem 1.5rem}.blog-list{list-style:none;padding:0;margin:0}.blog-list-item{margin-bottom:3.5rem}.blog-list-link{display:block;text-decoration:none;color:inherit}.blog-list-title{display:inline-block;font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1;position:relative}.blog-list-title:after{content:"";display:block;height:8px;margin-top:4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='8'%3E%3Cpath d='M0 4 Q5 0 10 4 Q15 8 20 4' fill='none' stroke='%23000' stroke-width='1.75'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:20px 8px;opacity:0;animation:squiggle-move .35s linear infinite;transition:opacity .2s ease}.blog-list-link:hover .blog-list-title:after{opacity:1}@keyframes squiggle-move{0%{background-position-x:0}to{background-position-x:20px}}.blog-list-snippet{margin:.75rem 0 0;font-size:1rem;line-height:1.6;opacity:.6;max-width:600px}.blog-list-read-more{opacity:1;font-style:italic;white-space:nowrap}@media(min-width:768px){.blog-list-container{padding:4rem 2rem}}.blog-post-container{max-width:100%;margin:0 auto;padding:2rem 1.25rem}.blog-post-loading,.blog-post-error{text-align:center;padding:4rem 1rem}.blog-post-error h1{font-size:1.5rem;margin-bottom:.5rem}.blog-post-error p{color:#666;margin-bottom:1.5rem}.back-to-blog{font-family:Wingman;display:inline-block;text-decoration:none;font-size:.9rem;margin-bottom:2rem;transition:color .2s ease}.back-to-blog:hover{color:#000}.blog-post{max-width:680px;margin:0 auto}.blog-post-header{margin-bottom:2.5rem}.blog-post-title{font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 .75rem;letter-spacing:-.02em}.blog-post-date{display:block;color:#000;font-size:.95rem}.blog-post-featured-image{width:100%;height:auto;border-radius:8px;margin-bottom:2rem}.blog-post-content{font-size:1.125rem;line-height:1.75;color:#000}.blog-post-content p{margin-bottom:1.5rem}.blog-post-content h2{font-size:1.5rem;font-weight:600;margin:2.5rem 0 1rem;line-height:1.3}.blog-post-content h3{font-size:1.25rem;font-weight:600;margin:2rem 0 .75rem;line-height:1.4}.blog-post-content a{color:#06c;text-decoration:underline;text-underline-offset:2px}.blog-post-content a:hover{color:#049}.blog-post-content ul,.blog-post-content ol{margin:1.5rem 0;padding-left:1.5rem}.blog-post-content li{margin-bottom:.5rem}.blog-post-content blockquote{border-left:3px solid #ddd;margin:1.5rem 0;padding:.5rem 0 .5rem 1.5rem;color:#555;font-style:italic}.blog-post-content code{background:#f4f4f4;padding:.2em .4em;border-radius:4px;font-size:.9em;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.blog-post-content pre{background:#f4f4f4;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.blog-post-content pre code{background:none;padding:0}.blog-post-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.blog-post-content hr{border:none;border-top:1px solid #e0e0e0;margin:2.5rem 0}.blog-post-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.blog-post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.blog-post-tag{background:#f0f0f0;color:#555;padding:.35rem .75rem;border-radius:20px;font-size:.85rem}@media(min-width:768px){.blog-post-container{padding:3rem 2rem}.blog-post-title{font-size:2.5rem}.blog-post-content{font-size:1.2rem;line-height:1.8}.blog-post-content h2{font-size:1.75rem}.blog-post-content h3{font-size:1.4rem}}@media(min-width:1024px){.blog-post-container{padding:4rem 2rem}.blog-post-title{font-size:2.75rem}}.cv-container{max-width:680px;margin:0;padding:2rem 1.5rem}.cv-section{margin-bottom:3rem}.cv-section h1{font-size:2rem;margin-bottom:1rem}.cv-experience-list{padding-left:1.25rem}.cv-experience-list li{margin-bottom:.75rem;line-height:1.6}.cv-experience-list a{color:#06c;text-decoration:underline;text-underline-offset:2px}.cv-experience-list a:hover{color:orange}.cv-description{margin-top:.25rem;font-size:.95rem;opacity:.7}.cv-projects{display:flex;flex-direction:column;gap:1.5rem;max-width:500px}.cv-project h3{margin:0 0 .5rem}.cv-project p{margin:0 0 .75rem;line-height:1.6}.cv-project-links{display:flex;gap:1rem}.cv-project-links a{font-family:Wingman,serif;font-size:.9rem;color:#06c;text-decoration:none;transition:color .2s ease}.cv-project-links a:hover{color:orange}@media(min-width:768px){.cv-container{padding:3rem 2rem}}.about-container{max-width:680px;padding:3rem 1.5rem}.about-photo{width:120px;height:120px;border-radius:50%;object-fit:cover;display:block;margin-bottom:1.5rem}.about-name{font-size:2.5rem;margin:0 0 1.5rem}.about-body{font-size:1.1rem;line-height:1.75}.about-body p{margin-bottom:1.25rem}.about-body a{color:#06c;text-decoration:underline;text-underline-offset:2px}.about-body a:hover{color:orange}@media(min-width:768px){.about-container{padding:4rem 2rem}.about-name{font-size:3rem}}@font-face{font-family:Wingman;src:url(/assets/TAYWingman-CU175agu.woff2) format("woff2"),url(/assets/TAYWingman-CrVZA8bN.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap;ascent-override:80%;descent-override:20%;line-gap-override:0%}html,body{height:100%;margin:0;padding:0}body{background-color:#f5f5f5}#root{min-height:100%}.page-wrapper{min-height:100vh;display:flex;flex-direction:column}.page-content{flex:1;padding-top:52px}h1,h2,h3,h4,h5,h6,p,li,button,a{font-family:Wingman,serif}
