.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1;width:100%;max-width:720px;margin:0 auto;padding:2rem 1.5rem}.header{border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;background:#1a1a2ee6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10}.header-inner{max-width:720px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.header-logo{font-size:1.25rem;font-weight:700;color:inherit}.header-nav{display:flex;gap:1.5rem}.header-nav a{color:#fff9;font-size:.95rem}.header-nav a:hover,.header-nav a.active{color:#fffffff2}.footer{border-top:1px solid rgba(255,255,255,.1);margin-top:4rem}.footer-inner{max-width:720px;margin:0 auto;padding:2rem 1.5rem;text-align:center}.footer-contact h3{font-size:1rem;margin-bottom:.5rem}.footer-contact p{margin-bottom:.25rem;font-size:.9rem;color:#fff9}.footer-copy{margin-top:1.5rem;font-size:.8rem;color:#fff6}.page{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.about{margin-bottom:3rem}.about h1{font-size:2.2rem;margin-bottom:1rem}.about p{font-size:1.1rem;color:#ffffffb3;line-height:1.8}.blog-preview h2{font-size:1.5rem;margin-bottom:1.5rem}.post-list{display:flex;flex-direction:column;gap:1rem}.post-card{border:1px solid rgba(255,255,255,.08);border-radius:8px;transition:border-color .2s,background .2s}.post-card:hover{border-color:#fff3;background:#ffffff08}.post-card a{display:block;padding:1.25rem;color:inherit}.post-card h3{font-size:1.15rem;margin-bottom:.25rem}.post-card time{font-size:.8rem;color:#fff6}.post-card p{margin-top:.5rem;font-size:.95rem;color:#fff9}.back-link{display:inline-block;margin-bottom:2rem;font-size:.9rem}.blog-post-header{margin-bottom:2rem}.blog-post-header h1{font-size:2rem;margin-bottom:.5rem}.blog-post-header time{font-size:.85rem;color:#fff6}.blog-post-body h2{font-size:1.4rem;margin:2rem 0 .75rem}.blog-post-body p{margin-bottom:1rem;color:#ffffffbf;line-height:1.8}.blog-post-images{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.blog-post-images figure{border-radius:8px;overflow:hidden}.blog-post-images img{width:100%;height:auto;display:block;border-radius:8px}.blog-post-images figcaption{margin-top:.5rem;font-size:.85rem;color:#ffffff80;text-align:center}@media (prefers-color-scheme: light){.header{border-bottom-color:#0000001a;background:#fafafae6}.header-nav a{color:#00000080}.header-nav a:hover,.header-nav a.active{color:#000000e6}.footer{border-top-color:#0000001a}.footer-contact p{color:#00000080}.footer-copy{color:#00000059}.about p{color:#0009}.post-card{border-color:#00000014}.post-card:hover{border-color:#0003;background:#00000005}.post-card time,.blog-post-header time{color:#0006}.post-card p{color:#0000008c}.blog-post-body p{color:#000000a6}.blog-post-images figcaption{color:#00000073}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#1a1a2e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh}a{color:#818cf8;text-decoration:none;transition:color .2s}a:hover{color:#a5b4fc}h1,h2,h3{line-height:1.3}@media (prefers-color-scheme: light){:root{color:#1a1a2e;background-color:#fafafa}a{color:#4f46e5}a:hover{color:#6366f1}}
