.back-link[data-astro-cid-fy3c33tn]{color:var(--primary-color);font-size:25px}.container{width:100vw;margin-top:5rem;padding:2rem}.navbar{background-color:var(--bg-dark);color:var(--text-light)}.blog-post{width:98%;max-width:1200px;margin:1.2rem auto 1rem;background:var(--card-bg);border-radius:1.5rem;box-shadow:0 6px 32px #00000014,0 1.5px 4px #0000000a;border:1px solid var(--bg-lighter);padding:2.5rem 2rem 3rem;transition:box-shadow .2s}.post-header{background:none;color:var(--primary-color);text-align:center;margin-bottom:2.5rem;padding:0}.post-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;margin-bottom:.5rem;line-height:1.2;color:var(--primary-color);letter-spacing:-1px}.post-date{font-size:1.1rem;font-weight:500;opacity:.7;color:var(--text-dark);margin-bottom:.5rem}body.dark .post-date{color:var(--text-light)}.post-content{padding:0;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.85;color:var(--text-dark)}body.dark .post-content{color:var(--text-light)}.post-content h1,.post-content h2,.post-content h3{font-weight:700;margin-top:2.5rem;margin-bottom:1.2rem;line-height:1.3;color:var(--primary-color);letter-spacing:-.5px}.post-content h1{font-size:clamp(1.3rem,3vw,2.2rem);border-bottom:2px solid var(--primary-color);padding-bottom:.4rem}.post-content h2{font-size:clamp(1.8rem,2.5vw,1.6rem)}.post-content h3{font-size:clamp(1.6rem,2vw,1.3rem)}.post-content p{margin:1.2rem 0;font-size:clamp(1.4rem,1.3vw,1.08rem);color:inherit}.post-content ul,.post-content ol{margin:1.5rem 0 1.5rem 2rem;padding-left:1.2rem}.post-content ul li,.post-content ol li{margin-bottom:.7rem;background:none;color:inherit;font-size:clamp(1.4rem,1.3vw,1.05rem);padding:.2rem 0 .2rem .5rem;border-radius:.5rem;position:relative}.post-content ul li:before{content:"•";color:var(--primary-color);font-size:1.5rem;position:absolute;left:-1.2rem}.post-content ul li li:before{content:"◦";color:var(--primary-color);font-size:1.5rem;position:absolute;left:-1.2rem}.post-content ol li:before{display:none}.post-content blockquote{background:transparent;border-left:2px solid var(--primary-color);padding:1.2rem 1.5rem;margin:2rem 0;font-style:italic;border-radius:.7rem;color:var(--primary-color);font-size:clamp(1.5rem,1.3vw,1.08rem);box-shadow:0 2px 8px #0000000a}body.dark .post-content blockquote{background:#232526;color:#ffb74d}.post-content pre{background:var(--bg-lighter);color:var(--primary-color);border-radius:.7rem;padding:1.2rem 1rem;margin:2rem 0;overflow-x:auto;font-size:1.4rem;line-height:1.6;box-shadow:0 2px 8px #00000014;border:1px solid var(--primary-color)}body.dark .post-content pre{background:#232526;color:#ffb74d}.post-content code{background:rgba(255,111,0,.08);color:var(--primary-color);padding:.18em .5em;border-radius:.3em;font-family:Fira Code,monospace;font-size:1em}body.dark .post-content code{background:rgba(255,111,0,.2);color:#fff}.post-content a{color:var(--primary-color);text-decoration:underline;font-weight:500;transition:color .2s}.post-content a:hover{color:#ffb74d}.post-content img{max-width:100%;border-radius:1rem;margin:2rem 0;box-shadow:0 2px 8px #00000014}.post-content hr{border:none;height:2px;background:linear-gradient(90deg,transparent,var(--primary-color),transparent);margin:2.5rem 0}@media (max-width: 900px){.container{max-width:100vw}.blog-post{padding:10px}.post-title{font-size:2rem}.post-content h1{font-size:1.5rem}.post-content h2{font-size:1.4rem}.post-content h3{font-size:1.7rem}}
