.blog-page{min-height:100vh;background:var(--bg-dark);padding:2rem 1.5rem 6rem}.blog-inner{max-width:720px;margin:0 auto}.blog-header{padding:3rem 0 2.5rem;border-bottom:1px solid var(--border-subtle);margin-bottom:2.5rem}.blog-label{font-size:.7rem;font-weight:700;letter-spacing:4px;text-transform:uppercase;color:var(--accent)}.blog-title{font-size:2.2rem;font-weight:700;margin:.6rem 0 .5rem}.blog-desc{color:var(--text-dim);font-size:1rem}.blog-list{display:flex;flex-direction:column;gap:1.5rem}.blog-card{display:block;background:var(--bg-panel);border:1px solid var(--border-subtle);padding:1.75rem;text-decoration:none;color:var(--text-primary);transition:border-color .2s}.blog-card:hover{border-color:var(--accent)}.blog-card-meta{display:flex;gap:.5rem;font-size:.78rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;margin-bottom:.6rem}.blog-card h2{font-size:1.35rem;font-weight:700;margin-bottom:.5rem}.blog-card p{color:var(--text-secondary);font-size:.92rem;line-height:1.6;margin-bottom:.9rem}.blog-card-read{color:var(--accent);font-size:.82rem;font-weight:600;letter-spacing:.5px}.blog-card-sep{color:var(--border-subtle)}.post{max-width:720px;margin:0 auto}.post-header{padding:3rem 0 2rem;border-bottom:1px solid var(--border-subtle);margin-bottom:2.5rem}.post-back{color:var(--text-dim);text-decoration:none;font-size:.8rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;transition:color .2s}.post-back:hover{color:var(--accent)}.post-title{font-size:2.4rem;font-weight:700;line-height:1.15;margin:1rem 0 .8rem}.post-meta{display:flex;gap:.5rem;color:var(--text-dim);font-size:.85rem;text-transform:uppercase;letter-spacing:1px}.post-body{font-size:1.02rem;line-height:1.75;color:var(--text-secondary)}.post-body .post-figure{margin:0 0 1.25rem}.post-body .post-figure img{display:block;max-width:100%;height:auto;margin:0 auto;border:1px solid var(--border-subtle)}.post-body .post-tweets{display:flex;flex-direction:column;align-items:center;margin-bottom:1.25rem}.post-body .post-tweet{width:100%;max-width:550px;display:flex;justify-content:center}.post-body .post-clip video{display:block;width:100%;height:auto;border:1px solid var(--border-subtle)}.post-body .post-video-frame{position:relative;aspect-ratio:16 / 9;border:1px solid var(--border-subtle)}.post-body .post-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;display:block}.post-body .post-figure figcaption{margin-top:.6rem;font-size:.82rem;color:var(--text-dim);text-align:center}.post-body a{color:var(--accent);text-decoration:none}.post-body a:hover{text-decoration:underline}.post-body p{margin-bottom:1.25rem}.post-body h2{color:var(--text-primary);font-size:1.45rem;font-weight:700;margin:2.5rem 0 1rem}.post-body ol,.post-body ul{margin:0 0 1.25rem 1.4rem}.post-body li{margin-bottom:.5rem}.post-body .post-table-wrap{overflow-x:auto;margin-bottom:1.25rem}.post-body .post-table{width:100%;border-collapse:collapse;font-size:.9rem;line-height:1.55}.post-body .post-table th{text-align:left;font-size:.72rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-dim)}.post-body .post-table th,.post-body .post-table td{padding:.6rem 1rem .6rem 0;border-bottom:1px solid var(--border-subtle);vertical-align:top}.post-body .post-table td:first-child{white-space:nowrap}.post-body code{background:#0a0a0a;border:1px solid var(--border-subtle);border-radius:3px;padding:.1em .35em;font-family:Consolas,Courier New,monospace;font-size:.85em;color:#c9d1d9}.post-body pre.post-code{background:#0a0a0a;border:1px solid var(--border-subtle);padding:1.5rem;margin:0 0 .75rem;overflow-x:auto;font-family:Consolas,Courier New,monospace;font-size:.78rem;line-height:1.65;color:#c9d1d9}.post-body .post-code .kw{color:#ff7b72}.post-body .post-code .str{color:#a5d6ff}.post-body .post-code .type{color:#79c0ff}.post-body .post-code .comment{color:#8b949e;font-style:italic}.post-body .post-code .num{color:#79c0ff}.post-body .post-code-caption{font-size:.82rem;color:var(--text-dim);text-align:center;margin-bottom:1.5rem}.post-body pre.post-diagram{background:#0a0a0a;border:1px solid var(--border-subtle);padding:1.25rem 1.5rem;margin:0 0 1.25rem;overflow-x:auto;font-family:Consolas,Courier New,monospace;font-size:.82rem;line-height:1.7;color:#c9d1d9}.post-body .cdemo{background:var(--bg-panel);border:1px solid var(--border-subtle);margin-bottom:1.25rem}.post-body .cdemo-tabs{display:flex;flex-wrap:wrap;border-bottom:1px solid var(--border-subtle)}.post-body .cdemo-tab{display:flex;align-items:center;gap:.4rem;padding:.6rem .9rem;background:none;border:none;border-bottom:2px solid transparent;color:var(--text-dim);font-family:inherit;font-size:.78rem;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:color .15s}.post-body .cdemo-tab:hover{color:var(--text-secondary)}.post-body .cdemo-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.post-body .cdemo-tab-num{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid currentColor;border-radius:50%;font-size:.62rem}.post-body .cdemo-payload{background:#0a0a0a;padding:1.25rem 1.5rem;min-height:12.5rem;overflow-x:auto;font-family:Consolas,Courier New,monospace;font-size:.78rem;line-height:1.7;color:#c9d1d9;white-space:pre-wrap;word-break:break-all}.post-body .cdemo .cd-sep,.post-body .cdemo .cd-ph,.post-body .cdemo .cd-nl{color:#555}.post-body .cdemo .cd-type{color:#ff7b72}.post-body .cdemo .cd-id{color:#79c0ff}.post-body .cdemo .cd-style{color:#a5d6ff}.post-body .cdemo .cd-text{color:#dedede}.post-body .cdemo .cd-event{color:#d2a8ff}.post-body .cdemo .cd-num{color:#79c0ff}.post-body .cdemo .cd-ref{color:#69e899;font-weight:700}.post-body .cdemo .cd-tok{color:#d2a8ff;font-weight:700}.post-body .cdemo .cd-bref,.post-body .cdemo .cd-flag{color:#69e899;font-weight:700}.post-body .cdemo .cd-lit{color:#c9d1d9}.post-body .cdemo .cd-kw{color:#ff7b72}.post-body .cdemo .cd-fn{color:#d2a8ff}.post-body .cdemo-desc{padding:.9rem 1.5rem 0;font-size:.85rem;color:var(--text-dim);line-height:1.6;margin-bottom:0}.post-body .cdemo-footer{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.5rem 1rem}.post-body .cdemo-nav{background:none;border:1px solid var(--border-subtle);color:var(--text-secondary);font-family:inherit;font-size:.78rem;font-weight:600;padding:.35rem .8rem;cursor:pointer;transition:border-color .15s,color .15s}.post-body .cdemo-nav:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.post-body .cdemo-nav:disabled{opacity:.35;cursor:default}.post-body .cdemo-size{font-family:Consolas,Courier New,monospace;font-size:.8rem;color:var(--accent);font-weight:700}.post-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle);color:var(--text-dim);font-size:.92rem}.post-footer a{color:var(--accent);text-decoration:none}.post-footer a:hover{text-decoration:underline}.post-cta{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding-top:2.5rem}.post-cta-text{font-size:1.3rem;font-weight:700;color:var(--text-primary)}.post-cta a.post-cta-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.6rem;background:#5865f2;color:#fff;font-size:.9rem;font-weight:700;letter-spacing:.5px;text-decoration:none;border-radius:4px;transition:opacity .15s}.post-cta a.post-cta-btn:hover{opacity:.85;text-decoration:none}@media(max-width:600px){.post-title,.blog-title{font-size:1.8rem}}
