*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;line-height:1.7}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;background:#fff;display:flex;flex-direction:column;min-height:100vh}body>header{background:linear-gradient(135deg,#0047ab,#2e86de,#5dade2);padding:1rem 1.5rem;width:100%}.header-content{max-width:60rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo{height:40px;width:auto}.site-title{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.02em}nav{display:flex;gap:2rem}nav a{color:#ffffffe6;text-decoration:none;font-weight:500}nav a:hover{color:#fff;text-decoration:underline}.container{max-width:42rem;margin:0 auto;padding:2rem 1.5rem;flex:1;display:flex;flex-direction:column}main{flex:1;display:flex;flex-direction:column;justify-content:center}.posts{margin:auto 0;padding-top:4rem}.post-preview{margin-bottom:3rem}.post-preview h3{font-size:42px;font-weight:700;margin:0 0 .25rem;line-height:1.2}.post-preview time{font-size:.875rem;color:#888;display:block;margin-bottom:.75rem}.post-preview h3 a{color:#1a1a1a;text-decoration:none}.post-preview h3 a:hover{color:#2e86de}.post-preview p{color:#555}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.tag{font-size:.75rem;padding:.25rem .6rem;background:#e8f4fc;color:#2e86de;border-radius:3px;text-decoration:none}.tag:hover{background:#2e86de;color:#fff}.read-more{display:inline-block;margin-top:.75rem;font-size:.9rem;color:#2e86de;text-decoration:none}.read-more:hover{text-decoration:underline}footer{padding:2rem 1.5rem;width:100%;margin-top:auto}.footer-content{max-width:60rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:1rem}.footer-links a{color:#666;text-decoration:none;display:flex}.footer-links a:hover{color:#2e86de}.copyright{font-size:.8rem;color:#999}a{color:#2e86de}a:hover{color:#0047ab}.post{max-width:42rem;margin:0 auto;padding:6rem 1.5rem 3rem;flex:1}.post-header{margin-bottom:3rem}.post-header h1{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:1rem;color:#1a1a1a}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.post-meta time{font-size:.875rem;color:#888}.post-meta .tags{margin-top:0}.post-content{line-height:1.9;font-size:1.05rem}.post-content h2{font-size:1.75rem;font-weight:700;margin-top:3rem;margin-bottom:1.25rem;color:#1a1a1a;padding-top:1rem;border-top:1px solid #eee}.post-content h2:first-child{border-top:none;padding-top:0;margin-top:0}.post-content h3{font-size:1.25rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:#1a1a1a}.post-content p{margin-bottom:1.75rem;color:#222}.post-content ul,.post-content ol{margin-bottom:1.75rem;padding-left:1.75rem}.post-content li{margin-bottom:.75rem;color:#222}.post-content blockquote{border-left:4px solid #2E86DE;padding:.75rem 1.25rem;margin:2rem 0;color:#555;font-style:italic;background:#f9fafb;border-radius:0 4px 4px 0}.post-content blockquote p{margin-bottom:.5rem}.post-content code{background:#f0f4f8;padding:.2rem .4rem;border-radius:4px;font-size:.9em;font-family:SF Mono,Fira Code,Consolas,monospace}.post-content pre{padding:1.25rem;border-radius:8px;overflow-x:auto;margin:2rem -6rem;width:calc(100% + 12rem);max-width:90vw}.post-content pre code{background:none;padding:0;font-size:.875rem;line-height:1.6;white-space:pre}.post-content .astro-code{padding:1.25rem;border-radius:8px;overflow-x:auto;margin:2rem -6rem;width:calc(100% + 12rem);max-width:90vw}.post-content .astro-code code{background:none;padding:0;font-size:.875rem;line-height:1.6;white-space:pre}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0}.post-content a{color:#2e86de;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.post-content a:hover{color:#0047ab}.post-content hr{border:none;border-top:1px solid #e5e5e5;margin:3rem 0}.post-content strong{font-weight:600;color:#1a1a1a}.post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #e5e5e5}.back-link{color:#666;text-decoration:none;font-size:.9rem}.back-link:hover{color:#2e86de}.mermaid{margin:2rem 0;text-align:center}.mermaid svg{max-width:100%;height:auto}@media(max-width:1024px){html{font-size:17px}.header-content{flex-wrap:wrap;gap:1rem}nav{gap:1.5rem}.site-title{font-size:1.35rem}.post-preview h3,.post-header h1{font-size:32px}.post-content pre,.post-content .astro-code{margin-top:2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;width:99%;max-width:99%;border-radius:6px}.post{max-width:100%}.post-content h2{font-size:1.5rem}.post-content h3{font-size:1.15rem}.posts{padding-top:2rem}}@media(max-width:480px){html{font-size:16px}.post,.container{max-width:100%;width:100%}body>header{padding:1rem}.header-content{flex-direction:row;align-items:center;gap:.75rem}nav{gap:1.25rem}nav a{font-size:.95rem}.site-title{font-size:1.25rem}.logo{height:32px}.container{padding:1.5rem 1rem}.post{padding:3rem 1rem 2rem}.post-preview h3{font-size:26px;overflow-wrap:break-word;word-break:break-word}.post-header h1{font-size:28px;overflow-wrap:anywhere;word-break:break-word;hyphens:auto}.post-preview{margin-bottom:2.5rem}.post-content pre,.post-content .astro-code{margin:1.5rem auto;width:99%;padding:1rem}.post-content pre code,.post-content .astro-code code{font-size:.8rem}.post-content{font-size:1rem;line-height:1.8}.post-content h2{font-size:1.35rem;margin-top:2.5rem}.post-content h3{font-size:1.1rem;margin-top:2rem}.post-content{overflow-wrap:anywhere;word-break:break-word}.post-content p{margin-bottom:1.5rem}.post-content code{overflow-wrap:anywhere;word-break:break-all}.post-content ul,.post-content ol{padding-left:1.25rem}.post-content blockquote{padding-left:1rem;margin:1.5rem 0}footer{padding:1.5rem 1rem}.footer-content{flex-direction:column-reverse;gap:1rem;text-align:center}.footer-links{justify-content:center}.posts{padding-top:1.5rem}.post-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.tags{gap:.4rem}.tag{font-size:.7rem;padding:.2rem .5rem}}
