@font-face{font-family:"VAG Rounded Std";src:url("/fonts/VAG Rounded Std Bold.otf") format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"VAG Rounded Std";src:url("/fonts/VAG Rounded Light.otf") format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"VAG Rounded Std";src:url("/fonts/VAG Rounded Thin.otf") format("opentype");font-weight:100;font-style:normal;font-display:swap}:root{--zs-yellow:       #ffbf00;--zs-yellow-deep:  #e6ac00;--zs-navy:         #023047;--zs-teal:         #219EBC;--zs-orange:       #FB8500;--zs-white:        #ffffff;--zs-red:          #aa0000;--zs-wine:         #350608;--zs-purple:        var(--zs-navy);--zs-purple-bright: var(--zs-teal);--zs-ink:          #333333;--zs-ink-muted:    #555555;--zs-ink-dim:      #666666;--zs-rule:         #eeeeee;--zs-chip-bg:      #f5f5f5;--zs-bg:            var(--zs-yellow);--zs-bg-paper:      #ffffff;--zs-fg-on-yellow:  #ffffff;--zs-fg-link:       var(--zs-purple);--zs-fg-link-hover: var(--zs-purple-bright);--zs-fg-body:       var(--zs-ink);--zs-fg-muted:      var(--zs-ink-muted);--zs-font-display: "VAG Rounded Std", Arial Rounded MT Bold, Arial, sans-serif;--zs-font-body:    "VAG Rounded Std", Arial, sans-serif;--zs-font-mono:    ui-monospace, "SF Mono", Menlo, Consolas, monospace;--zs-weight:       700;--zs-fs-hero:  clamp(6rem, 15vw, 12rem);--zs-fs-h1:    2.5rem;--zs-fs-h2:    1.75rem;--zs-fs-h3:    1.25rem;--zs-fs-logo:  2rem;--zs-fs-body:  1rem;--zs-fs-meta:  0.9rem;--zs-fs-small: 0.875rem;--zs-lh-tight: 1;--zs-lh-snug:  1.2;--zs-lh-body:  1.6;--zs-s-1:  0.25rem;--zs-s-2:  0.5rem;--zs-s-3:  0.75rem;--zs-s-4:  1rem;--zs-s-5:  1.5rem;--zs-s-6:  2rem;--zs-s-7:  2.5rem;--zs-s-8:  3rem;--zs-s-10: 4rem;--zs-radius-chip: 4px;--zs-radius-pill: 999px;--zs-radius-card: 8px;--zs-shadow-soft: 0 1px 2px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.06);--zs-ease:        ease;--zs-dur-hover:   0.3s}*,::before,::after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--zs-font-body);font-weight:var(--zs-weight);background:var(--zs-yellow);color:var(--zs-fg-body);min-height:100vh;display:flex;flex-direction:column}.zs-h1{font-family:var(--zs-font-display);font-weight:var(--zs-weight);font-size:var(--zs-fs-h1);line-height:var(--zs-lh-snug);color:var(--zs-fg-body)}.zs-h2{font-family:var(--zs-font-display);font-weight:var(--zs-weight);font-size:var(--zs-fs-h2);line-height:var(--zs-lh-snug);color:var(--zs-fg-body);padding-bottom:var(--zs-s-2);border-bottom:1px solid var(--zs-rule)}.zs-h3{font-family:var(--zs-font-display);font-weight:var(--zs-weight);font-size:var(--zs-fs-h3);color:var(--zs-fg-body)}.zs-hero{font-family:var(--zs-font-display);font-weight:var(--zs-weight);font-size:var(--zs-fs-hero);line-height:var(--zs-lh-tight);color:var(--zs-fg-on-yellow)}.zs-body{font-family:var(--zs-font-body);font-weight:var(--zs-weight);font-size:var(--zs-fs-body);line-height:var(--zs-lh-body);color:var(--zs-fg-body)}.zs-meta{font-family:var(--zs-font-body);font-weight:var(--zs-weight);font-size:var(--zs-fs-meta);color:var(--zs-fg-muted)}.zs-link{color:var(--zs-fg-link);text-decoration:none;transition:color var(--zs-dur-hover) var(--zs-ease)}.zs-link:hover{color:var(--zs-fg-link-hover)}.zs-chip{font-family:var(--zs-font-body);font-weight:var(--zs-weight);padding:var(--zs-s-2) var(--zs-s-4);background:var(--zs-chip-bg);color:var(--zs-ink-muted);border-radius:var(--zs-radius-chip)}.zs-site-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;gap:2rem}.zs-wordmark{font-family:var(--zs-font-display);font-weight:var(--zs-weight);font-size:var(--zs-fs-logo);color:var(--zs-white);text-decoration:none;letter-spacing:-0.01em}.zs-nav{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.zs-nav a{font-family:var(--zs-font-body);font-weight:var(--zs-weight);font-size:1rem;color:var(--zs-purple);text-decoration:none;transition:color 0.3s}.zs-nav a:hover,.zs-nav a.is-active{color:var(--zs-teal)}.zs-paper-wrap{background:var(--zs-bg-paper);flex:1 1 0%;padding:4rem 2rem 5rem}.zs-paper{max-width:760px;margin:0 auto}body.is-landing{background:var(--zs-yellow)}.zs-hero-wrap{flex:1 1 0%;display:flex;align-items:center;justify-content:center;padding:2rem}.zs-hero-content{text-align:center}.zs-hero-content h1{font-family:var(--zs-font-display);font-weight:var(--zs-weight);font-size:clamp(6rem, 15vw, 12rem);line-height:1;margin:0 0 2rem;color:var(--zs-white)}.zs-site-footer{background:var(--zs-yellow);color:var(--zs-white);padding:2rem 4rem;text-align:center;font-size:0.875rem}.zs-site-footer p{margin:0;opacity:0.9}.zs-site-footer a{color:var(--zs-white);text-decoration:underline}.post-eyebrow{display:inline-block;font-family:var(--zs-font-body);font-weight:700;font-size:0.875rem;color:var(--zs-purple);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:1rem}.post-title{font-family:var(--zs-font-display);font-weight:700;font-size:clamp(2rem, 4.5vw, 3rem);line-height:1.1;color:var(--zs-purple);margin:0 0 1.5rem;letter-spacing:-0.01em}.post-title a{color:inherit;text-decoration:none;transition:color var(--zs-dur-hover) var(--zs-ease)}.post-title a:hover{color:var(--zs-teal)}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem 1.25rem;font-size:0.9rem;color:var(--zs-ink-dim);padding-bottom:2rem;margin-bottom:2.5rem;border-bottom:1px solid var(--zs-rule)}.post-meta time{color:var(--zs-ink-muted)}.post-meta .meta-sep{width:4px;height:4px;border-radius:50%;background:var(--zs-rule);display:inline-block}.post-meta a{color:var(--zs-purple);text-decoration:none;transition:color 0.3s}.post-meta a:hover{color:var(--zs-teal);text-decoration:underline}.post-categories{display:inline-flex;gap:0.5rem;flex-wrap:wrap}.cat-chip,.entry-content a.cat-chip,.post-meta a.cat-chip{font-family:var(--zs-font-body);font-weight:700;font-size:0.8rem;padding:0.25rem 0.6rem;background:var(--zs-chip-bg);color:var(--zs-ink-muted);border-radius:4px;text-decoration:none;transition:background 0.3s, color 0.3s}.cat-chip:hover,.entry-content a.cat-chip:hover,.post-meta a.cat-chip:hover{background:var(--zs-yellow);color:var(--zs-purple);text-decoration:none}.entry-content{font-family:var(--zs-font-body);font-weight:100;font-size:1.125rem;line-height:1.7;color:var(--zs-ink)}.entry-content p{margin:0 0 1.4rem}.entry-content p:last-child{margin-bottom:0}.entry-content a{color:var(--zs-purple);text-decoration:underline 1px rgba(2,48,71,0.35);text-underline-offset:3px;transition:color 0.3s, text-decoration-color 0.3s}.entry-content a:hover{color:var(--zs-teal);text-decoration-color:var(--zs-teal)}.entry-content strong{color:var(--zs-purple);font-weight:700}.entry-content p code,.entry-content li code{font-family:var(--zs-font-mono);font-weight:500;font-size:1em;background:transparent;color:inherit;border:none;border-radius:0;padding:0;white-space:nowrap}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--zs-rule);font-size:0.95rem;color:var(--zs-ink-muted)}.post-byline{display:flex;align-items:center;gap:0.75rem;margin-bottom:1.5rem}.byline-avatar{width:40px;height:40px;border-radius:50%;background:var(--zs-yellow);color:var(--zs-white);display:flex;align-items:center;justify-content:center;font-family:var(--zs-font-display);font-weight:700;font-size:1rem;flex-shrink:0}.byline-text{line-height:1.4}.byline-text strong{color:var(--zs-purple);display:block}.byline-text span{color:var(--zs-ink-dim);font-size:0.875rem}.post-nav{display:flex;justify-content:space-between;gap:2rem;margin-top:2rem}.post-nav a{flex:1 1 0;padding:1rem 1.25rem;border:1px solid var(--zs-rule);border-radius:8px;text-decoration:none;color:var(--zs-ink);transition:border-color 0.3s, background 0.3s;display:block}.post-nav a:hover{border-color:var(--zs-purple);background:#fafafa}.post-nav .nav-label{display:block;font-size:0.75rem;color:var(--zs-ink-dim);letter-spacing:0.06em;text-transform:uppercase;margin-bottom:0.35rem}.post-nav .nav-title{display:block;font-size:0.95rem;color:var(--zs-purple);line-height:1.35}.post-nav .nav-prev{text-align:left}.post-nav .nav-next{text-align:right}.more-posts{text-align:center;margin:2rem 0 0;font-size:0.95rem}.comments-section{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--zs-rule)}.comments-section h2{font-family:var(--zs-font-display);font-weight:700;font-size:1.5rem;color:var(--zs-purple);margin:0 0 1rem}.entry-content img.img-right{float:right;margin:0 0 1rem 1.5rem;max-width:50%;height:auto}.entry-content img.img-left{float:left;margin:0 1.5rem 1rem 0;max-width:50%;height:auto}.entry-content img.img-center{display:block;margin:1.5rem auto;max-width:100%;height:auto}.entry-content img:not(.img-right):not(.img-left):not(.img-center){max-width:100%;height:auto}@media (max-width: 600px){.entry-content img.img-right,.entry-content img.img-left{float:none;display:block;margin:1.5rem auto;max-width:100%}}p.taxonomy-back{margin:0.5rem 0 0;font-size:0.9rem}.entry-content span.fluo{background-color:#FEDB7C;padding:0.1em 0.25em;border-radius:2px}.entry-content pre{margin:1.5rem 0;padding:1rem 1.25rem;background:#002b36;color:#93a1a1;border:1px solid #073642;border-radius:8px;font-family:var(--zs-font-mono);font-weight:500;font-size:13px;line-height:1.6;overflow-x:auto}.entry-content pre code{font-family:inherit;font-weight:inherit;font-size:inherit;background:transparent;color:inherit;padding:0}figure.code .entry-content pre,figure.code pre,.entry-content .highlight pre{margin:0;border:none;border-radius:0}.comments-placeholder{padding:1.5rem;background:var(--zs-chip-bg);border-radius:8px;color:var(--zs-ink-dim);font-size:0.95rem}figure.code,.entry-content .highlight{margin:2rem 0 2.4rem;border-radius:8px;overflow:hidden;background:#002b36;border:1px solid #073642;box-shadow:0 1px 2px rgba(0,0,0,0.08),0 8px 24px rgba(0,0,0,0.06)}figure.code::before,.entry-content .highlight::before{content:"";display:block;height:36px;background:radial-gradient(circle at 18px 18px, #ff5f56 5px, transparent 5.5px),radial-gradient(circle at 38px 18px, #ffbd2e 5px, transparent 5.5px),radial-gradient(circle at 58px 18px, #27c93f 5px, transparent 5.5px),linear-gradient(#0a3744, #0a3744);border-bottom:1px solid #00212b}figure.code figcaption{display:none}figure.code .highlight,.entry-content .highlight{background:#002b36;margin:0;overflow-x:auto;border:none}figure.code .highlight table,.entry-content .highlight table{border-collapse:collapse;width:100%;margin:0}figure.code .highlight td,.entry-content .highlight td{padding:0;vertical-align:top}figure.code .highlight td.gutter,figure.code .highlight td.lntd:first-child,.entry-content .highlight td.lntd:first-child{width:1%;white-space:nowrap}figure.code .highlight td.code,.entry-content .highlight td.lntd:last-child{width:100%}figure.code .highlight pre,.entry-content .highlight pre{margin:0;padding:1rem 1.25rem;background:transparent;border:none;border-radius:0;font-family:var(--zs-font-mono);font-weight:500;font-size:13px;line-height:1.6;color:#93a1a1}figure.code .highlight pre.line-numbers,.entry-content .highlight pre.lntable .lnt,.entry-content .highlight .lntd:first-child pre{text-align:right;user-select:none;background:#073642 !important;border-right:1px solid #002b36 !important;color:#586e75 !important;padding:1rem 0.85rem !important}figure.code .highlight .line-number,figure.code .highlight .line-numbers span{color:#586e75 !important}figure.code .highlight .line{display:block}.highlight .c,.highlight .cm,.highlight .cp,.highlight .c1{color:#586e75;font-style:italic}.highlight .cs{color:#586e75;font-weight:bold;font-style:italic}.highlight .err{color:#dc322f}.highlight .k{color:#cb4b16}.highlight .kc{color:#859900;font-weight:bold}.highlight .kd{color:#268bd2}.highlight .kp{color:#cb4b16;font-weight:bold}.highlight .kr{color:#d33682;font-weight:bold}.highlight .kt{color:#2aa198}.highlight .o{color:#93a1a1;font-weight:bold}.highlight .p{color:#93a1a1}.highlight .ow{color:#2aa198;font-weight:bold}.highlight .gd{color:#93a1a1;background-color:#4a1414}.highlight .ge{color:#93a1a1;font-style:italic}.highlight .gh{color:#586e75}.highlight .gi{color:#93a1a1;background-color:#1a3a14}.highlight .gs{color:#93a1a1;font-weight:bold}.highlight .gu{color:#6c71c4}.highlight .n{color:#268bd2}.highlight .na{color:#268bd2}.highlight .nb{color:#859900}.highlight .nc{color:#d33682}.highlight .no{color:#b58900}.highlight .nl{color:#859900}.highlight .ne{color:#268bd2;font-weight:bold}.highlight .nf{color:#268bd2;font-weight:bold}.highlight .nn{color:#b58900}.highlight .nt{color:#268bd2;font-weight:bold}.highlight .nx{color:#b58900}.highlight .nv,.highlight .vg,.highlight .vi{color:#268bd2}.highlight .mf,.highlight .m,.highlight .mh,.highlight .mi{color:#2aa198}.highlight .s,.highlight .sd,.highlight .s2,.highlight .sr,.highlight .s1{color:#2aa198}.highlight .se{color:#dc322f}.highlight .si{color:#268bd2}figure.code .highlight::-webkit-scrollbar,.entry-content .highlight::-webkit-scrollbar{height:8px;background:rgba(255,255,255,0.08)}figure.code .highlight::-webkit-scrollbar-thumb,.entry-content .highlight::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.18);border-radius:4px}@media (max-width: 768px){.zs-site-header{flex-direction:column;padding:1.5rem 1.25rem;gap:1rem}.zs-nav{gap:1rem;font-size:0.9rem;flex-wrap:wrap;justify-content:center}.zs-paper-wrap{padding:2.5rem 1.25rem 3rem}.post-title{font-size:1.75rem}.post-nav{flex-direction:column;gap:0.75rem}figure.code .highlight pre,.entry-content .highlight pre{font-size:12px}}
