.post-body h1,.post-body h2,.post-body h3,.post-body h4{font-weight:700;line-height:1.3;margin:2rem 0 .75rem}.post-body h2{font-size:1.5rem}.post-body h3{font-size:1.25rem}.post-body h4{font-size:1.1rem}.post-body ol,.post-body p,.post-body ul{margin:0 0 1rem}.post-body ol,.post-body ul{padding-left:2.25rem}.post-body li{margin-bottom:.4rem;padding-left:.2rem}.post-body a{color:#38bdf8}.post-body code{background:#171b2e;padding:.15em .4em;border-radius:4px;font-size:.9em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.post-body pre{background:#0a0e1a;border:1px solid #252b42;border-radius:6px;padding:1rem;overflow-x:auto;margin:0 0 1rem}.post-body pre code{background:transparent;padding:0;font-size:.85em}.post-body blockquote{border-left:3px solid #38bdf8;padding-left:1rem;margin:0 0 1rem;color:#b3b8c8}.post-body img{max-width:100%;height:auto;border-radius:6px;margin:1.5rem 0;cursor:zoom-in}.post-body a img{cursor:pointer}.post-body .no-lightbox img{cursor:default}:root[data-theme=light] .post-body img{border:1px solid rgba(15,23,42,.12)}.post-body hr{border:none;border-top:1px solid #252b42;margin:2rem 0}.post-body hr.hr-dashed{border-top-style:dashed}.post-body hr.hr-dotted{border-top-style:dotted}.post-body hr.hr-w-half{width:50%;margin-left:auto;margin-right:auto}.post-body hr.hr-w-short{width:25%;margin-left:auto;margin-right:auto}.post-body hr.hr-t-2{border-top-width:2px}.post-body hr.hr-t-4{border-top-width:4px}.post-body hr.hr-s-sm{margin-top:.75rem;margin-bottom:.75rem}.post-body hr.hr-s-lg{margin-top:3.5rem;margin-bottom:3.5rem}.post-body hr.hr-dots,.post-body hr.hr-stars{border:0;height:auto;text-align:center}.post-body hr.hr-dots:before{content:"• • •"}.post-body hr.hr-stars:before{content:"✦ ✦ ✦"}.post-body hr.hr-dots:before,.post-body hr.hr-stars:before{color:#64748b;font-size:1.1rem;letter-spacing:.5em;padding-left:.5em}.post-body table{border-collapse:collapse;margin:0 0 1rem;width:100%}.post-body td,.post-body th{border:1px solid #252b42;padding:.5rem .75rem}.post-body th{background:#171b2e;text-align:left}.post-body video{max-width:100%;height:auto}.post-body picture,.post-body video{display:block;margin:1.5rem auto}.post-body picture img{margin:0 auto}.post-body a,.post-body code{word-wrap:break-word;overflow-wrap:anywhere}@media (max-width:600px){.post-body table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.post-body iframe{display:block;max-width:100%;margin:1.5rem auto;aspect-ratio:16/9;width:100%;height:auto;border:0}.post-body .code-block,.post-preview .code-block{position:relative;margin:1.25rem 0;border:1px solid #313c5e;border-radius:8px;background:#0d1018;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.45);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.code-block-head{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-bottom:1px solid #1d2440;background:#0a0d15;color:#7c8294;font-size:.78em;min-height:2rem}.code-block.tall:not(.expanded) pre{max-height:480px;overflow:hidden;position:relative}.code-block.tall:not(.expanded):after{content:"";position:absolute;left:0;right:0;bottom:36px;height:80px;background:linear-gradient(180deg,rgba(13,16,24,0) 0,#0d1018);pointer-events:none}.code-expand{display:none;width:100%;border:0;border-top:1px solid #1d2440;background:#0a0d15;color:#7c8294;font-size:.78em;padding:.5rem;cursor:pointer;font-family:inherit}.code-expand:hover{color:#e6e9f2;background:#0f1422}.code-block.tall .code-expand{display:block}.code-fullscreen,.code-wrap{background:transparent;border:1px solid #1d2440;color:#7c8294;border-radius:4px;width:24px;height:24px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:14px;line-height:1;padding:0}.code-wrap{margin-left:auto}.code-fullscreen:hover,.code-wrap:hover{color:#e6e9f2;border-color:#38bdf8}.code-block.wrap pre,.code-block.wrap pre code{white-space:pre-wrap;word-break:break-word}.code-wrap.active{color:#38bdf8;border-color:#38bdf8}.code-block-head .code-copy{margin-left:0}.code-fullscreen-overlay{position:fixed;inset:0;background:rgba(5,8,16,.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2.5rem;animation:codeFsFade .18s ease-out}@keyframes codeFsFade{0%{opacity:0}to{opacity:1}}.code-fullscreen-overlay .code-block{width:min(1100px,95vw);max-height:88vh;display:flex;flex-direction:column;border-radius:10px;border:1px solid #252b42;box-shadow:0 30px 80px -10px rgba(0,0,0,.6),0 0 0 1px rgba(56,189,248,.06);overflow:hidden;animation:codeFsPop .22s cubic-bezier(.16,1,.3,1)}@keyframes codeFsPop{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:none}}.code-fullscreen-overlay .code-block pre{flex:1 1;max-height:none;overflow:auto;margin:0;padding:1rem 1.25rem;font-size:.95em;line-height:1.55}.code-fullscreen-overlay .code-block pre>code{padding:0!important;margin:0!important}.code-fullscreen-overlay .code-block .code-block-head{padding:.75rem 1.25rem;background:#0c0f1a;border-bottom:1px solid #1d2440;font-size:.8em}.code-fullscreen-overlay .code-block .code-block-lang{padding:3px 10px;background:rgba(56,189,248,.08);border:1px solid rgba(56,189,248,.25);color:#38bdf8;border-radius:999px;letter-spacing:.08em;font-weight:600}.code-fullscreen-close{position:fixed;top:1.25rem;right:1.25rem;background:rgba(13,16,24,.85);border:1px solid #252b42;color:#e6e9f2;border-radius:999px;width:38px;height:38px;font-size:16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s}.code-fullscreen-close:hover{background:#0d1018;border-color:#38bdf8;color:#38bdf8;transform:scale(1.05)}.code-block-title{font-weight:500;color:#b3b8c8;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.code-block-lang{text-transform:uppercase;letter-spacing:.08em;font-size:.72em;font-weight:600;color:#aeb6c9}.code-block-lang:empty,.code-block-title:empty{display:none}.code-copy{margin-left:auto;background:transparent;border:1px solid #252b42;border-radius:4px;color:#9aa1b5;height:1.6rem;padding:0 .55rem;font-size:.7em;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:color .15s,border-color .15s,background .15s}.code-copy:before{content:"";width:.85rem;height:.85rem;background-color:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='9' y='9' width='13' height='13' rx='2'/><path d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='9' y='9' width='13' height='13' rx='2'/><path d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/></svg>") center/contain no-repeat}.code-copy:after{content:"Copy"}.code-copy.copied{color:#4ade80;border-color:#4ade80;background:rgba(74,222,128,.08)}.code-copy.copied:after{content:"Copied"}.code-copy.copied:before{-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat}.code-copy:hover{color:#e6e9f2;border-color:#38bdf8;background:rgba(56,189,248,.06)}.post-body .code-block pre,.post-preview .code-block pre{margin:0;padding:.85rem 1rem;background:#161b2e;border:0;border-radius:0;overflow-x:auto}.code-line{display:block;padding:0 .25rem;min-height:1.25em}.code-line--hl{background:rgba(56,189,248,.1);box-shadow:inset 2px 0 0 #38bdf8}.code-block--ln pre code{counter-reset:ln}.code-block--ln .code-line{position:relative;padding-left:3rem}.code-block--ln .code-line:before{counter-increment:ln;content:counter(ln);position:absolute;left:0;width:2.25rem;text-align:right;color:#6b7280;padding-right:.75rem;-webkit-user-select:none;user-select:none}.hljs{color:#abb2bf;background:transparent}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal,.hljs-number{color:#d19a66}.hljs-addition,.hljs-attribute,.hljs-meta-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-built_in,.hljs-class .hljs-title{color:#e6c07b}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61afef}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}.hljs-addition{color:#98c379;background:rgba(152,195,121,.1)}.hljs-deletion{color:#e06c75;background:rgba(224,108,117,.1)}.code-line:has(>.hljs-addition){background:rgba(152,195,121,.08)}.code-line:has(>.hljs-deletion){background:rgba(224,108,117,.08)}@media (max-width:640px){.code-block-head{font-size:.72em;padding:.3rem .5rem}.post-body .code-block pre,.post-preview .code-block pre{padding:.6rem;font-size:.78em}}.post-body .cols-2,.post-body .cols-3,.post-body .cols-4{display:grid;gap:1.25rem;margin:1.5rem 0}.post-body .cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.post-body .cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.post-body .cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.post-body .cols-2>div>:first-child,.post-body .cols-3>div>:first-child,.post-body .cols-4>div>:first-child{margin-top:0}@media (max-width:540px){.post-body .cols-2,.post-body .cols-3,.post-body .cols-4{grid-template-columns:1fr;gap:.75rem}}@media (min-width:541px) and (max-width:720px){.post-body .cols-3,.post-body .cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}}.post-body .align-left{text-align:left}.post-body .align-center{text-align:center}.post-body .align-right{text-align:right}.post-body .size-sm{font-size:.875em}.post-body .size-lg{font-size:1.2em}.post-body .size-xl{font-size:1.5em}.post-body .color-muted{color:var(--muted,#6b7280)}.post-body .color-accent{color:var(--accent,#0284c7)}.post-body .color-success{color:#16a34a}.post-body .color-warning{color:#d97706}.post-body .color-danger{color:#dc2626}.post-body .liststyle-circle>ul{list-style-type:circle}.post-body .liststyle-square>ul{list-style-type:square}.post-body .liststyle-dash>ul{list-style-type:"–  "}.post-body .liststyle-none>ul{list-style:none;padding-left:0}.post-body .liststyle-lower-alpha>ol{list-style-type:lower-alpha}.post-body .liststyle-upper-alpha>ol{list-style-type:upper-alpha}.post-body .liststyle-lower-roman>ol{list-style-type:lower-roman}.post-body .liststyle-upper-roman>ol{list-style-type:upper-roman}.post-body .dropcap>p:first-child:first-letter{float:left;font-size:3.2em;line-height:.8;font-weight:700;padding:.05em .1em 0 0}.post-body .align-center>:first-child,.post-body .align-right>:first-child,.post-body .color-accent>:first-child,.post-body .color-danger>:first-child,.post-body .color-muted>:first-child,.post-body .color-success>:first-child,.post-body .color-warning>:first-child,.post-body .dropcap>:first-child,.post-body .size-lg>:first-child,.post-body .size-sm>:first-child,.post-body .size-xl>:first-child{margin-top:0}.post-body .align-center>:last-child,.post-body .align-right>:last-child,.post-body .color-accent>:last-child,.post-body .color-danger>:last-child,.post-body .color-muted>:last-child,.post-body .color-success>:last-child,.post-body .color-warning>:last-child,.post-body .dropcap>:last-child,.post-body .size-lg>:last-child,.post-body .size-sm>:last-child,.post-body .size-xl>:last-child{margin-bottom:0}.post-body .callout{--callout-accent:#38bdf8;--callout-bg:rgba(56,189,248,0.07);--callout-border:rgba(56,189,248,0.22);margin:1.5rem 0;padding:.9rem 1.15rem;border:1px solid var(--callout-border);border-left:4px solid var(--callout-accent);border-radius:8px;background:var(--callout-bg);line-height:1.65;box-shadow:0 1px 3px rgba(0,0,0,.18)}.post-body .callout:before{display:block;margin-bottom:.4rem;font-weight:700;font-size:.74rem;letter-spacing:.07em;text-transform:uppercase;color:var(--callout-accent)}.post-body .callout>:first-child{margin-top:0}.post-body .callout>:last-child{margin-bottom:0}.post-body .callout-info{--callout-accent:#38bdf8;--callout-bg:rgba(56,189,248,0.07);--callout-border:rgba(56,189,248,0.22)}.post-body .callout-info:before{content:"ℹ️ Note"}.post-body .callout-tip{--callout-accent:#34d399;--callout-bg:rgba(52,211,153,0.07);--callout-border:rgba(52,211,153,0.22)}.post-body .callout-tip:before{content:"💡 Tip"}.post-body .callout-warn{--callout-accent:#fbbf24;--callout-bg:rgba(251,191,36,0.07);--callout-border:rgba(251,191,36,0.22)}.post-body .callout-warn:before{content:"⚠️ Warning"}.post-body .callout-danger{--callout-accent:#f87171;--callout-bg:rgba(248,113,113,0.07);--callout-border:rgba(248,113,113,0.22)}.post-body .callout-danger:before{content:"🚨 Caution"}.post-body iframe.embed{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:8px;margin:1.5rem 0;background:#000}.post-body .gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.6rem;margin:1.5rem 0}.post-body .gallery img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;object-position:center;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#0c1018;display:block;margin:0;cursor:zoom-in;transition:filter .2s ease,box-shadow .2s ease,transform .2s ease}.post-body .gallery img:hover{filter:brightness(1.06);box-shadow:0 8px 22px rgba(0,0,0,.4);transform:translateY(-2px)}:root[data-theme=light] .post-body .gallery img{border-color:rgba(15,23,42,.12);background:#eef1f6}.post-body .btn-row{margin:1.25rem 0}.post-body .btn-row.btn-align-center{text-align:center}.post-body .btn-row.btn-align-right{text-align:right}.post-body a.btn{display:inline-block;padding:.6rem 1.4rem;border-radius:8px;font-weight:600;text-decoration:none;line-height:1.2;border:2px solid transparent;transition:filter .15s ease,transform .1s ease,box-shadow .15s ease;cursor:pointer}.post-body a.btn:hover{filter:brightness(1.08);box-shadow:0 6px 16px rgba(0,0,0,.25)}.post-body a.btn:active{transform:translateY(1px)}.post-body a.btn-sm{padding:.4rem 1rem;font-size:.85rem}.post-body a.btn-lg{padding:.8rem 1.8rem;font-size:1.05rem}.post-body a.btn-accent{--btn:#0ea5e9}.post-body a.btn-blue{--btn:#2563eb}.post-body a.btn-violet{--btn:#7c3aed}.post-body a.btn-pink{--btn:#db2777}.post-body a.btn-success{--btn:#16a34a}.post-body a.btn-teal{--btn:#0d9488}.post-body a.btn-amber{--btn:#d97706}.post-body a.btn-orange{--btn:#ea580c}.post-body a.btn-danger{--btn:#dc2626}.post-body a.btn-neutral{--btn:#475569}.post-body a.btn-dark{--btn:#1f2937}.post-body a.btn-solid{background:var(--btn);color:#fff;border-color:var(--btn)}.post-body a.btn-outline{background:transparent;color:var(--btn);border-color:var(--btn)}.post-body a.btn-outline:hover{background:var(--btn);color:#fff}.post-body a.btn-ghost{background:transparent;color:var(--btn);border-color:transparent}.post-body a.btn-ghost:hover{background:color-mix(in srgb,var(--btn) 14%,transparent);box-shadow:none}.post-body a.btn-bw-0{border-width:0}.post-body a.btn-bw-1{border-width:1px}.post-body a.btn-bw-3{border-width:3px}.post-body a.btn-r-none{border-radius:0}.post-body a.btn-r-sm{border-radius:4px}.post-body a.btn-r-lg{border-radius:14px}.post-body a.btn-r-pill{border-radius:999px}.post-body a.btn .btn-ico{display:inline-block;line-height:1}.post-body .faq-group{margin:1.5rem 0;display:flex;flex-direction:column;gap:.5rem}.post-body details.faq-item{border:1px solid #252b42;border-radius:8px;background:rgba(255,255,255,.02);overflow:hidden}.post-body details.faq-item>summary{cursor:pointer;padding:.85rem 1rem;font-weight:600;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.post-body details.faq-item>summary::-webkit-details-marker{display:none}.post-body details.faq-item>summary:after{content:"+";font-size:1.35rem;line-height:1;color:#64748b;flex:none}.post-body details.faq-item[open]>summary:after{content:"\2212"}.post-body details.faq-item>summary:hover{color:#38bdf8}.post-body details.faq-item[open]>summary{border-bottom:1px solid #1d2440}.post-body details.faq-item>:not(summary){padding:.8rem 1rem;margin:0;color:#b3b8c8}:root[data-theme=light] .post-body details.faq-item{border-color:rgba(15,23,42,.12);background:rgba(15,23,42,.02)}:root[data-theme=light] .post-body details.faq-item[open]>summary{border-bottom-color:rgba(15,23,42,.1)}:root[data-theme=light] .post-body details.faq-item>:not(summary){color:#475569}.post-body .md-table{margin:0 0 1rem}.post-body .md-table table{margin:0}.post-body .md-table.striped tbody tr:nth-child(2n) td{background:rgba(255,255,255,.03)}.post-body .md-table.compact td,.post-body .md-table.compact th{padding:.3rem .55rem}.post-body .md-table.firstcol td:first-child{font-weight:600;color:#e6e9f2}.post-body .md-table.noheader thead{display:none}.post-body .md-table.autowidth{display:inline-block;max-width:100%;overflow-x:auto}.post-body .md-table.autowidth table{width:auto}.post-body .md-table.align-center td,.post-body .md-table.align-center th{text-align:center}.post-body .md-table.align-right td,.post-body .md-table.align-right th{text-align:right}:root[data-theme=light] .post-body .md-table.striped tbody tr:nth-child(2n) td{background:rgba(15,23,42,.04)}:root[data-theme=light] .post-body .md-table.firstcol td:first-child{color:#0f172a}.post-body .steps{--step:#38bdf8;counter-reset:step;margin:1.5rem 0}.post-body .steps.steps-blue{--step:#2563eb}.post-body .steps.steps-violet{--step:#7c3aed}.post-body .steps.steps-green{--step:#16a34a}.post-body .steps.steps-amber{--step:#d97706}.post-body .steps.steps-red{--step:#dc2626}.post-body .steps.steps-slate{--step:#475569}.post-body .steps .step{position:relative;padding:.25rem 0 1rem 3rem;border-left:2px solid color-mix(in srgb,var(--step) 35%,transparent);margin-left:1rem}.post-body .steps.no-line .step,.post-body .steps:not(.no-line) .step:last-child{border-left-color:transparent}.post-body .steps.compact .step{padding-bottom:.4rem}.post-body .steps .step:before{counter-increment:step;content:counter(step);position:absolute;left:-1rem;top:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--step);color:#fff;border-radius:999px;font-weight:700;font-size:.9rem}.post-body .steps.marker-check .step:before{content:"\2713";counter-increment:none}.post-body .steps.marker-dot .step:before{content:"";counter-increment:none;width:.9rem;height:.9rem;left:-.45rem;top:.45rem}.post-body .steps .step .step-title{font-weight:700;display:block;margin-bottom:.25rem;color:#e6e9f2}.post-body .steps .step>:last-child{margin-bottom:0}:root[data-theme=light] .post-body .steps .step .step-title{color:#0f172a}.post-body .steps.steps-outline .step:before{background:var(--bg,#0a0e1a);color:var(--step);border:2px solid var(--step)}.post-body .steps.steps-outline.marker-dot .step:before{background:var(--step);border:0}.post-body .steps.steps-cards .step{border:1px solid #252b42;border-left:3px solid var(--step);border-radius:8px;background:rgba(255,255,255,.02);padding:.85rem 1rem .85rem 2.6rem;margin:0 0 .6rem 1rem}.post-body .steps.steps-cards .step:before{left:-1rem;top:.85rem}:root[data-theme=light] .post-body .steps.steps-cards .step{border-color:rgba(15,23,42,.12);background:rgba(15,23,42,.02)}.post-body .tabs{--tab:#38bdf8;display:flex;flex-wrap:wrap;margin:1.5rem 0}.post-body .tabs .tab-input{position:absolute;opacity:0;pointer-events:none}.post-body .tabs .tab-label{order:1;padding:.5rem 1rem;cursor:pointer;color:#8b91a7;border-bottom:2px solid transparent;font-weight:600;font-size:.92rem}.post-body .tabs .tab-label:hover{color:#cdd2e0}.post-body .tabs .tab-panel{order:2;width:100%;display:none;padding:1rem .25rem 0}.post-body .tabs .tab-input:checked+.tab-label{color:var(--tab);border-bottom-color:var(--tab)}.post-body .tabs .tab-input:checked+.tab-label+.tab-panel{display:block}.post-body .tabs>.tab-label{border-bottom:1px solid #252b42}.post-body .tabs .tab-panel>:last-child{margin-bottom:0}.post-body .tabs.tabs-ac-blue{--tab:#2563eb}.post-body .tabs.tabs-ac-violet{--tab:#7c3aed}.post-body .tabs.tabs-ac-green{--tab:#16a34a}.post-body .tabs.tabs-ac-amber{--tab:#d97706}.post-body .tabs.tabs-ac-red{--tab:#dc2626}.post-body .tabs.tabs-ac-slate{--tab:#475569}.post-body .tabs.tabs-pills>.tab-label{border-bottom:0}.post-body .tabs.tabs-pills .tab-label{border:1px solid #252b42;border-radius:999px;margin:0 .3rem .3rem 0}.post-body .tabs.tabs-pills .tab-input:checked+.tab-label{background:var(--tab);color:#fff;border-color:var(--tab)}.post-body .tabs.tabs-boxed>.tab-label{border-bottom:0}.post-body .tabs.tabs-boxed .tab-label{border:1px solid #252b42;border-radius:6px;margin:0 .3rem .3rem 0}.post-body .tabs.tabs-boxed .tab-input:checked+.tab-label{color:var(--tab);border-color:var(--tab);background:color-mix(in srgb,var(--tab) 14%,transparent)}.post-body .tabs.tabs-align-center{justify-content:center}.post-body .tabs.tabs-align-right{justify-content:flex-end}.post-body .tabs.tabs-align-fill .tab-label{flex:1 1;text-align:center}.post-body .tabs.tabs-sz-sm .tab-label{padding:.35rem .75rem;font-size:.82rem}.post-body .tabs.tabs-sz-lg .tab-label{padding:.65rem 1.3rem;font-size:1.02rem}:root[data-theme=light] .post-body .tabs.tabs-boxed .tab-label,:root[data-theme=light] .post-body .tabs.tabs-pills .tab-label{border-color:rgba(15,23,42,.15)}.post-body .proscons{display:flex;gap:1rem;margin:1.5rem 0;flex-wrap:wrap}.post-body .proscons>div{flex:1 1;min-width:220px;border:1px solid #252b42;border-radius:8px;padding:.85rem 1rem}.post-body .proscons .pros{background:rgba(22,163,74,.06);border-color:rgba(22,163,74,.3)}.post-body .proscons .cons{background:rgba(220,38,38,.06);border-color:rgba(220,38,38,.3)}.post-body .proscons .pc-head{font-weight:700;margin-bottom:.5rem}.post-body .proscons .pros .pc-head{color:#22c55e}.post-body .proscons .cons .pc-head{color:#f87171}.post-body .proscons ul{list-style:none;padding:0;margin:0}.post-body .proscons li{position:relative;padding-left:1.5rem;margin-bottom:.35rem}.post-body .proscons li:before{position:absolute;left:0;top:0;font-weight:700}.post-body .proscons .pros li:before{content:"✓";color:#22c55e}.post-body .proscons .cons li:before{content:"✗";color:#f87171}.post-body .spacer{height:1.5rem}.post-body .spacer-sm{height:.75rem}.post-body .spacer-lg{height:3rem}.post-body .spacer-xl{height:5rem}.post-body .pricing{--price:#38bdf8;--fmark:var(--price);display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0;align-items:stretch}.post-body .pricing.pricing-blue{--price:#2563eb}.post-body .pricing.pricing-violet{--price:#7c3aed}.post-body .pricing.pricing-green{--price:#16a34a}.post-body .pricing.pricing-amber{--price:#d97706}.post-body .pricing.pricing-red{--price:#dc2626}.post-body .pricing.pricing-cols-2{grid-template-columns:repeat(2,1fr)}.post-body .pricing.pricing-cols-3{grid-template-columns:repeat(3,1fr)}.post-body .pricing.pricing-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:700px){.post-body .pricing.pricing-cols-2,.post-body .pricing.pricing-cols-3,.post-body .pricing.pricing-cols-4{grid-template-columns:1fr}}.post-body .pricing .plan-icon{font-size:2rem;line-height:1;margin-bottom:.4rem}.post-body .pricing .plan-img{width:56px;height:56px;object-fit:contain;margin:0 0 .5rem;border-radius:8px}.post-body .pricing.pricing-img-sm .plan-img{width:40px;height:40px}.post-body .pricing.pricing-img-lg .plan-img{width:80px;height:80px}.post-body .pricing.pricing-imgshape-circle .plan-img{border-radius:50%}.post-body .pricing.pricing-imgshape-square .plan-img{border-radius:0}.post-body .pricing.pricing-imgfit-cover .plan-img{object-fit:cover}.post-body .pricing.pricing-center .plan-img{margin-left:auto;margin-right:auto}.post-body .pricing .plan{position:relative;height:100%;border:1px solid #252b42;border-radius:10px;padding:1.25rem 1.1rem;display:flex;flex-direction:column;background:rgba(255,255,255,.02)}.post-body .pricing .plan.featured{border-color:var(--price);box-shadow:0 0 0 1px var(--price),0 8px 24px color-mix(in srgb,var(--price) 18%,transparent)}.post-body .pricing .plan-badge{position:absolute;top:-.7rem;right:1rem;background:var(--price);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .6rem;border-radius:999px}.post-body .pricing .plan-name{font-weight:700;font-size:1.05rem}.post-body .pricing .plan-price{font-size:1.9rem;font-weight:800;margin:.4rem 0 .8rem;color:#e6e9f2}.post-body .pricing .plan-price span{font-size:.85rem;font-weight:500;color:#8b91a7;margin-left:.15rem}.post-body .pricing .plan ul{list-style:none;padding:0;margin:0 0 1rem;flex:1 1}.post-body .pricing .plan li{position:relative;padding-left:1.4rem;margin-bottom:.45rem;font-size:.82rem}.post-body .pricing .plan li:before{content:"✓";position:absolute;left:0;color:var(--fmark);font-weight:700}.post-body .pricing.pricing-fs-md .plan li{font-size:.92rem}.post-body .pricing.pricing-fs-lg .plan li{font-size:1.02rem}.post-body .pricing.pricing-fmc-blue{--fmark:#2563eb}.post-body .pricing.pricing-fmc-violet{--fmark:#7c3aed}.post-body .pricing.pricing-fmc-green{--fmark:#16a34a}.post-body .pricing.pricing-fmc-amber{--fmark:#d97706}.post-body .pricing.pricing-fmc-red{--fmark:#dc2626}.post-body .pricing.pricing-fmc-slate{--fmark:#475569}.post-body .pricing .plan a.btn{width:100%;text-align:center;box-sizing:border-box}.post-body .pricing.pricing-btn-auto .plan a.btn{width:auto;align-self:flex-start}.post-body .pricing.pricing-btn-auto.pricing-center .plan a.btn{align-self:center}.post-body .pricing.pricing-elevated .plan{border-color:transparent;box-shadow:0 8px 24px rgba(0,0,0,.32)}.post-body .pricing.pricing-flat .plan{border:0;background:rgba(255,255,255,.04)}.post-body .pricing.pricing-r-sm .plan{border-radius:6px}.post-body .pricing.pricing-r-lg .plan{border-radius:18px}.post-body .pricing.pricing-gap-sm{gap:.5rem}.post-body .pricing.pricing-gap-lg{gap:1.75rem}.post-body .pricing.pricing-fm-dot .plan li:before{content:"•"}.post-body .pricing.pricing-fm-arrow .plan li:before{content:"→"}.post-body .pricing.pricing-fm-none .plan li{padding-left:0}.post-body .pricing.pricing-fm-none .plan li:before{content:none}.post-body .pricing.pricing-center .plan{text-align:center}.post-body .pricing.pricing-center .plan ul{align-self:center;width:-moz-fit-content;width:fit-content;max-width:100%;text-align:left}.post-body .pricing.pricing-hl .plan.featured{transform:scale(1.04);z-index:1}@media (max-width:700px){.post-body .pricing.pricing-hl .plan.featured{transform:none}}:root[data-theme=light] .post-body .pricing .plan{border-color:rgba(15,23,42,.12);background:rgba(15,23,42,.02)}:root[data-theme=light] .post-body .pricing.pricing-flat .plan{background:rgba(15,23,42,.04)}:root[data-theme=light] .post-body .pricing .plan-price{color:#0f172a}.post-body .gallery-cols-2{grid-template-columns:repeat(2,1fr)}.post-body .gallery-cols-3{grid-template-columns:repeat(3,1fr)}.post-body .gallery-cols-4{grid-template-columns:repeat(4,1fr)}.post-body .gallery-gap-sm{gap:.25rem}.post-body .gallery-gap-lg{gap:1rem}.post-body .gallery-crop-square img{aspect-ratio:1/1}.post-body .gallery-crop-natural{display:block;columns:200px 3;column-gap:.5rem}.post-body .gallery-crop-natural.gallery-cols-2{column-count:2}.post-body .gallery-crop-natural.gallery-cols-3{column-count:3}.post-body .gallery-crop-natural.gallery-cols-4{column-count:4}.post-body .gallery-crop-natural img{aspect-ratio:auto;height:auto;margin:0 0 .5rem;page-break-inside:avoid;break-inside:avoid}@media (max-width:600px){.post-body .gallery-cols-3,.post-body .gallery-cols-4{grid-template-columns:repeat(2,1fr)}.post-body .gallery-crop-natural.gallery-cols-3,.post-body .gallery-crop-natural.gallery-cols-4{column-count:2}}.post-body figure.img{margin:1.5rem 0}.post-body figure.img img{display:block;max-width:100%;height:auto;margin:0}.post-body figure.img figcaption{font-size:.85em;color:var(--muted,#888);text-align:center;margin-top:.5rem;line-height:1.4}.post-body figure.img-left{float:left;margin-right:1.25rem;max-width:45%}.post-body figure.img-right{float:right;margin-left:1.25rem;max-width:45%}.post-body figure.img-left+*,.post-body figure.img-right+*{clear:none}.post-body figure.img-center img{margin-inline:auto}.post-body figure.img-center figcaption{text-align:center}.post-body figure.img-full img{width:100%}.post-body figure.radius-sm img{border-radius:4px}.post-body figure.radius-lg img{border-radius:12px}.post-body figure.radius-full img{border-radius:9999px;aspect-ratio:1;object-fit:cover}.post-body figure.border-1 img{border:1px solid var(--border,#e5e7eb)}.post-body figure.border-2 img{border:2px solid var(--border,#e5e7eb)}@media (max-width:540px){.post-body figure.img-left,.post-body figure.img-right{float:none;margin:1.25rem 0;max-width:100%}}.post-body [class*=cols-]{align-items:start}.post-body [class*=cols-].gap-sm{gap:.5rem}.post-body [class*=cols-].gap-md{gap:1rem}.post-body [class*=cols-].gap-lg{gap:2rem}.post-body [class*=cols-].valign-center{align-items:center}.post-body [class*=cols-].valign-bottom{align-items:end}.post-body .cols-2.ratio-1-2{grid-template-columns:1fr 2fr}.post-body .cols-2.ratio-2-1{grid-template-columns:2fr 1fr}.post-body .cols-2.ratio-1-3{grid-template-columns:1fr 3fr}.post-body .cols-2.ratio-3-1{grid-template-columns:3fr 1fr}@media (max-width:540px){.post-body .cols-2.mobile-keep{grid-template-columns:1fr 1fr;gap:.5rem}.post-body .cols-3.mobile-keep{grid-template-columns:repeat(3,minmax(0,1fr))}.post-body .cols-4.mobile-keep{grid-template-columns:repeat(4,minmax(0,1fr))}}:root[data-theme=light] .post-body code{background:rgba(0,0,0,.06);color:var(--fg)}:root[data-theme=light] .post-body blockquote{color:var(--muted);border-left-color:var(--accent)}:root[data-theme=light] .post-body table th{background:var(--surface2)}:root[data-theme=light] .post-body hr,:root[data-theme=light] .post-body table td,:root[data-theme=light] .post-body table th{border-color:var(--border)}:root[data-theme=light] .code-fullscreen-overlay{background:rgba(15,23,42,.55)}:root[data-theme=light] .callout-info{--callout-accent:#0284c7;--callout-bg:rgba(56,189,248,.10);--callout-border:rgba(56,189,248,.30)}:root[data-theme=light] .callout-tip{--callout-accent:#059669;--callout-bg:rgba(16,185,129,.10);--callout-border:rgba(16,185,129,.30)}:root[data-theme=light] .callout-warn{--callout-accent:#b45309;--callout-bg:rgba(245,158,11,.12);--callout-border:rgba(245,158,11,.32)}:root[data-theme=light] .callout-danger{--callout-accent:#dc2626;--callout-bg:rgba(239,68,68,.10);--callout-border:rgba(239,68,68,.30)}:root[data-theme=light] .post-toc{border-color:var(--border)}:root[data-theme=light] .post-toc a{color:var(--muted)}:root[data-theme=light] .post-toc a.active,:root[data-theme=light] .post-toc a:hover{color:var(--accent)}:root[data-theme=light] input[type=email],:root[data-theme=light] input[type=search],:root[data-theme=light] input[type=text],:root[data-theme=light] select,:root[data-theme=light] textarea{background:var(--bg)!important;color:var(--fg)!important;border-color:var(--border)!important}.post-body{line-height:1.75}.post-body p{margin:0 0 1.15rem}.post-body :is(h2,h3,h4){scroll-margin-top:90px;color:var(--fg)}.post-body h2{margin-top:2.5rem;padding-bottom:.35rem;border-bottom:1px solid var(--border)}.post-body :is(h2,h3)+:is(p,ul,ol){margin-top:.5rem}.post-body blockquote{background:rgba(56,189,248,.05);border-radius:0 8px 8px 0;padding:.75rem 1rem}.post-body .info-card{margin:1.75rem 0;padding:1.1rem 1.25rem 1.15rem;border:1px solid rgba(122,215,255,.22);border-left:4px solid #7ad7ff;border-radius:10px;background:rgba(122,215,255,.05)}.post-body .info-card>:first-child{margin-top:0}.post-body .info-card>:last-child{margin-bottom:0}.post-body .info-card :is(h2,h3){margin:0 0 .7rem;padding:0;border:0;font-size:1.12rem;color:#bfe9ff;display:flex;align-items:center;gap:.55rem}.post-body .info-card :is(h2,h3):before{content:"";flex:0 0 auto;width:20px;height:20px;background:#7ad7ff;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='12' y1='16' x2='12' y2='12'/><line x1='12' y1='8' x2='12.01' y2='8'/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><line x1='12' y1='16' x2='12' y2='12'/><line x1='12' y1='8' x2='12.01' y2='8'/></svg>") center/contain no-repeat}:root[data-theme=light] .post-body .info-card{background:rgba(2,132,199,.06);border-color:rgba(2,132,199,.25) rgba(2,132,199,.25) rgba(2,132,199,.25) #0284c7}:root[data-theme=light] .post-body .info-card :is(h2,h3){color:#075985}:root[data-theme=light] .post-body .info-card :is(h2,h3):before{background:#0284c7}.post-body a[href*="ko-fi.com"] img,.post-body a[href*=buymeacoffee] img{max-width:220px;width:100%;height:auto;margin:1.25rem 0;border-radius:10px}.post-body .code-block--bare{margin:1rem 0}.post-body .code-block--bare pre{padding-right:2.5rem}.code-copy--float{position:absolute;top:6px;right:6px;z-index:2;height:1.55rem;padding:0 .45rem;opacity:0;transition:opacity .14s ease}.code-block--bare:hover .code-copy--float,.code-copy--float:focus-visible{opacity:1}.code-copy--float:after{content:none}.post-body .code-block .code-line,.post-body .code-block pre code{font-weight:600}.post-body .img-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start;margin:1rem 0}.post-body .img-cols p{margin:0}.post-body .img-cols :is(img,picture){width:100%;height:auto;display:block}@media (max-width:640px){.post-body .img-cols{grid-template-columns:1fr}}.post-body .info-card--warn{border-color:rgba(245,176,65,.28) rgba(245,176,65,.28) rgba(245,176,65,.28) #f5b041;background:rgba(245,176,65,.06)}:root[data-theme=light] .post-body .info-card--warn{border-color:rgba(202,138,4,.3) rgba(202,138,4,.3) rgba(202,138,4,.3) #ca8a04;background:rgba(202,138,4,.07)}.post-body .dl-wrap{margin:1.1rem 0}.post-body .dl-btn{display:inline-flex;align-items:center;gap:.55rem;padding:.6rem 1.15rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.97rem;line-height:1;color:#06283d;background:#7ad7ff;border:1px solid #7ad7ff;box-shadow:0 4px 14px rgba(122,215,255,.25);transition:background .15s,transform .15s,box-shadow .15s}.post-body .dl-btn:hover{background:#9fe3ff;transform:translateY(-1px);box-shadow:0 6px 18px rgba(122,215,255,.35)}.post-body .dl-btn .dl-ic{width:18px;height:18px}:root[data-theme=light] .post-body .dl-btn{color:#06283d;background:#0ea5e9;border-color:#0ea5e9;box-shadow:0 4px 14px rgba(14,165,233,.25);color:#fff}:root[data-theme=light] .post-body .dl-btn:hover{background:#0284c7}.post-body .info-card--note{border-color:rgba(160,170,185,.22) rgba(160,170,185,.22) rgba(160,170,185,.22) #8b93a7;background:rgba(160,170,185,.05)}.post-body .info-card--note :is(h2,h3){color:var(--fg)}.post-body .info-card--note :is(h2,h3):before{display:none}.post-body .info-card--note picture{margin:0}.post-body .info-card--note a[href*="ko-fi.com"] img,.post-body .info-card--note a[href*=buymeacoffee] img{margin:.4rem 0 0}:root[data-theme=light] .post-body .info-card--note{border-color:rgba(100,116,139,.25) rgba(100,116,139,.25) rgba(100,116,139,.25) #64748b;background:rgba(100,116,139,.06)}.post-body .info-card--links{border-color:rgba(122,215,255,.22) rgba(122,215,255,.22) rgba(122,215,255,.22) #7ad7ff;background:rgba(122,215,255,.05)}.post-body .info-card--links>p:first-child{font-weight:600}.post-body .congrats{display:flex;align-items:center;gap:10px;font-weight:600}.post-body .congrats span{color:#4ade80}.post-body .congrats-ico{font-size:20px;line-height:1;flex:0 0 auto}:root[data-theme=light] .post-body .congrats span{color:#15803d}.post-body :is(h2,h3) .rec-badge{display:inline-flex;align-items:center;gap:.34em;vertical-align:middle;margin-left:.7rem;padding:.26em .68em .26em .56em;border-radius:999px;border:1px solid rgba(74,222,128,.5);background:rgba(74,222,128,.08);color:#4ade80;font-size:.56em;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1;white-space:nowrap}.post-body .rec-badge:after{content:"Recommended"}.post-body .rec-ico{width:1.15em;height:1.15em;flex:0 0 auto}:root[data-theme=light] .post-body :is(h2,h3) .rec-badge{color:#15803d;border-color:rgba(21,128,61,.4);background:rgba(21,128,61,.07)}.post-body.prod-office .info-card:not(.info-card--warn):not(.info-card--note):not(.info-card--links):not(.info-card--script):not(.info-card--benefits){border-color:rgba(235,90,30,.28) rgba(235,90,30,.28) rgba(235,90,30,.28) #eb5a1e;background:rgba(235,90,30,.06)}.post-body.prod-office .info-card:not(.info-card--warn):not(.info-card--note):not(.info-card--links):not(.info-card--script):not(.info-card--benefits) :is(h2,h3){color:#ffb088}.post-body.prod-office .info-card:not(.info-card--warn):not(.info-card--note):not(.info-card--links):not(.info-card--script):not(.info-card--benefits) :is(h2,h3):before{background:#eb5a1e}:root[data-theme=light] .post-body.prod-office .info-card:not(.info-card--warn):not(.info-card--note):not(.info-card--links):not(.info-card--script):not(.info-card--benefits){border-color:rgba(216,59,1,.3) rgba(216,59,1,.3) rgba(216,59,1,.3) #d83b01;background:rgba(216,59,1,.06)}:root[data-theme=light] .post-body.prod-office .info-card:not(.info-card--warn):not(.info-card--note):not(.info-card--links):not(.info-card--script):not(.info-card--benefits) :is(h2,h3){color:#b02e00}:root[data-theme=light] .post-body.prod-office .info-card:not(.info-card--warn):not(.info-card--note):not(.info-card--links):not(.info-card--script):not(.info-card--benefits) :is(h2,h3):before{background:#d83b01}.post-body .kbd{display:inline-block;padding:.1em .5em;margin:0 .12em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.85em;line-height:1.5;color:#e7edf5;background:#1b2233;border:1px solid #38415c;border-radius:5px;box-shadow:0 1.5px 0 #38415c;white-space:nowrap}:root[data-theme=light] .post-body .kbd{color:#1f2937;background:#f1f3f7;border-color:#cbd2de;box-shadow:0 1.5px 0 #cbd2de}.post-body .ui-btn{display:inline-block;padding:.08em .6em;margin:0 .1em;font-size:.92em;font-weight:600;line-height:1.5;color:#cfe6ff;background:rgba(122,215,255,.12);border:1px solid rgba(122,215,255,.42);border-radius:5px;white-space:nowrap}:root[data-theme=light] .post-body .ui-btn{color:#075985;background:rgba(2,132,199,.1);border-color:rgba(2,132,199,.4)}