:root{--brand-navy: #0b1f4d;--brand-purple: #0b1f4d;--brand-purple-soft: #95a3c5;--brand-blue: #0075c9;--brand-blue-soft: #54c8e8;--brand-gold: #ffb81c;--brand-gold-soft: #e0cba0;--brand-text: #212529;--brand-muted: #5a6171;--brand-light: #f5f6fb;--brand-med: #e5e4e4;--brand-meder: #c6c6c6;--brand-panel: #ffffff;--content-max-width: 1100px;--sidebar-width: 220px}*,*::before,*::after{box-sizing:border-box}html{font-size:100%;scroll-behavior:smooth}body{margin:0;font-family:"Poppins", "Helvetica Neue", Arial, sans-serif;font-size:1rem;line-height:1.6;font-weight:400;color:var(--brand-text);background-color:var(--brand-panel);min-height:100vh}main.page-content{padding:clamp(2rem, 4vw, 3.5rem);width:100%;max-width:calc(var(--content-max-width) + var(--sidebar-width) + clamp(2rem, 4vw, 3.5rem) * 2);margin:0 auto}.site-banner{width:100%;max-width:calc(var(--content-max-width));margin:-5 auto clamp(1.75rem, 3vw, 2.5rem);position:relative;background:#0b1f4d;color:var(--brand-panel);display:flex;justify-content:flex-start;align-items:center;padding:clamp(1.25rem, 3vw, 2rem) 0;max-height:200px;overflow:hidden}.site-banner__panel{width:min(100%, var(--content-max-width));margin:0 clamp(0.5rem, 3vw, 1.75rem) 0 auto;padding-inline:clamp(1rem, 2vw, 1.5rem);display:inline-flex;align-items:flex-end;gap:clamp(0.75rem, 2vw, 1.4rem)}.site-banner__prompt-label{font-family:"Fira Code", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;display:inline-flex;align-items:flex-end;font-size:clamp(0.75rem, 2vw, 0.95rem);letter-spacing:0.1em;color:var(--brand-purple-soft);margin-right:clamp(0.75rem, 2vw, 1.1rem);text-decoration:none;transition:color 0.2s ease}.site-banner__prompt-label:hover,.site-banner__prompt-label:focus{color:var(--brand-gold-soft);text-decoration:none}.site-banner__command-line{display:inline-flex;align-items:flex-end;gap:0;font-family:"Fira Code", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:clamp(2rem, 7vw, 4.8rem);font-weight:550;color:var(--brand-gold);letter-spacing:0.08em;line-height:1;min-height:clamp(3rem, 7vw, 4.8rem)}.site-banner__typed{display:inline-flex;align-items:flex-end;min-width:0;min-height:1em;white-space:nowrap;opacity:0;transition:opacity 0.2s ease}.site-banner__command-line.is-active .site-banner__typed{opacity:1}.site-banner__typed span{display:inline-flex;align-items:flex-end;line-height:1}.site-banner__typed .segment-leading{text-transform:uppercase;letter-spacing:-0.02em;font-style:italic;transform:translate(-0.06em, 0.065em)}.site-banner__typed .segment-trailing{text-transform:uppercase;letter-spacing:-0.05em;font-size:1.1em;margin-left:0.06em;transform:translateY(0.1em)}.site-banner__typed .segment-small{font-size:.8em;text-transform:lowercase;letter-spacing:-0.03em;margin-left:-0.1em;font-style:italic;transform:translateY(0.065em)}.site-banner__cursor{width:1.2ch;height:1.15em;margin-left:0.22em;background:rgba(255,255,255,0.85);animation:cursor-fade 3s ease-in-out infinite}@keyframes cursor-fade{0%, 100%{opacity:0}50%{opacity:1}}.site-banner__cursor.is-typing{animation:cursor-blink 2s steps(1) infinite}.site-banner__cursor.is-complete{animation:none;background:rgba(255,255,255,0.35)}.site-banner__cursor.is-hidden{opacity:0;width:0;margin-left:0}@keyframes cursor-blink{0%,
  100%{opacity:1}50%{opacity:0}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.layout-container{display:flex;flex-direction:row;align-items:stretch;width:100%;max-width:calc(var(--content-max-width) + var(--sidebar-width));margin:0 auto}.sidebar{flex:0 0 var(--sidebar-width);width:var(--sidebar-width);max-width:var(--sidebar-width);padding:clamp(3.4rem, 4vw, 3rem) 0;background-color:var(--brand-panel);color:var(--brand-text);display:flex;flex-direction:column;gap:2rem;border-right:none}.post-nav{width:100%;background:transparent;box-shadow:none !important;filter:none !important}.post-nav::before,.post-nav::after{display:none !important;content:none !important}.post-nav__toggle{display:none;align-items:center;justify-content:space-between;gap:0;width:100%;padding:0.9rem 1.1rem;border-radius:0;border:1px solid var(--brand-purple);background:var(--brand-purple);background-image:none;color:var(--brand-gold);font-size:1rem;font-weight:600;letter-spacing:0.05em;cursor:pointer;position:relative;transition:color 0.25s ease, border-color 0.25s ease;box-shadow:none !important;filter:none !important;outline:none}.post-nav__icon{width:18px;height:18px;border-radius:0;position:relative;background:var(--brand-gold);box-shadow:none}.post-nav__icon::before,.post-nav__icon::after{content:"";position:absolute;top:50%;left:50%;width:10px;height:2px;background:var(--brand-purple);border-radius:0;transform:translate(-50%, -50%);transition:transform 0.25s ease, opacity 0.2s ease}.post-nav__icon::after{transform:translate(-50%, -50%) rotate(90deg)}.post-nav__toggle[aria-expanded="true"]{background:var(--brand-purple);color:var(--brand-gold);border-color:var(--brand-purple);transform:none}.post-nav__toggle:hover,.post-nav__toggle:focus{color:var(--brand-gold);border-color:var(--brand-purple);background:var(--brand-purple);box-shadow:none !important;filter:none !important;outline:none}.post-nav__toggle[aria-expanded="true"] .post-nav__icon::after{transform:translate(-50%, -50%) rotate(0deg);opacity:0}.sidebar nav ul{list-style:none;margin:0;padding:0;display:grid;gap:0;justify-items:stretch}.sidebar nav li{margin:0}.sidebar nav .post-nav__link{display:inline-flex;align-items:center;gap:0;width:100%;max-width:none;flex:1 1 auto;padding:0.75rem 1rem;border-radius:0;font-size:0.95rem;font-weight:600;letter-spacing:0.01em;color:var(--brand-purple);background-color:var(--brand-panel);border:1px solid var(--brand-purple);border-top-color:transparent;border-bottom-color:transparent;transition:background-color 0.25s ease, color 0.25s ease;text-decoration:none}.sidebar nav .post-nav__link[aria-current="page"]{pointer-events:none;background-color:var(--brand-purple);color:var(--brand-gold);border-top-color:var(--brand-purple);border-bottom-color:var(--brand-purple);cursor:default}.sidebar nav li:first-child .post-nav__link{border-top-color:var(--brand-purple)}.sidebar nav li:last-child .post-nav__link{border-bottom-color:var(--brand-purple)}.sidebar nav a.post-nav__link:hover,.sidebar nav a.post-nav__link:focus{background-color:var(--brand-purple);color:var(--brand-gold);transform:none;box-shadow:none;text-decoration:none}.main-content{flex:1;padding:clamp(1.75rem, 4vw, 3rem) clamp(1rem, 2.5vw, 1.75rem);background-color:var(--brand-panel);color:var(--brand-text)}.main-content>*+*{margin-top:1.75rem}.main-content>*:first-child{margin-top:0}.post-article{display:block}.post-article__header{margin-bottom:clamp(1.25rem, 4vw, 2rem)}.post-article__title{margin:0}.post-article__content>*+*{margin-top:1.5rem}.post-article__footer{margin-top:clamp(2.5rem, 5vw, 3.5rem);display:flex;justify-content:flex-end;max-width:68ch;margin-left:auto}.post-article__next-button{margin:0 clamp(1rem, 2.5vw, 1.65rem) 0 0;position:relative;overflow:hidden;--next-button-width: clamp(12rem, 60vw, 22rem);width:min(100%, var(--next-button-width));padding-block:clamp(2rem, 2vw, 1.35rem);min-height:clamp(3.25rem, 4vw, 4.1rem);box-sizing:border-box}.post-article__next-button-sizer{display:block;width:100%;font-size:0;opacity:0;pointer-events:none}.post-article__next-button-content{position:absolute;inset:0;display:block;pointer-events:none}.post-article__next-button-static,.post-article__next-button-marquee{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;white-space:nowrap}.post-article__next-button-static{opacity:1;transition:opacity 0s linear}.post-article__next-button:hover .post-article__next-button-static,.post-article__next-button:focus-visible .post-article__next-button-static{opacity:0;transition-delay:0.4s}.post-article__next-button-marquee{opacity:0;justify-content:flex-start;overflow:hidden;transition:opacity 0s linear}.post-article__next-button:hover .post-article__next-button-marquee,.post-article__next-button:focus-visible .post-article__next-button-marquee{opacity:1;transition-delay:0.4s}.post-article__next-button-marquee>span{display:inline-block;white-space:nowrap;transform:translateX(100%)}.post-article__next-button:hover .post-article__next-button-marquee>span,.post-article__next-button:focus-visible .post-article__next-button-marquee>span{animation:next-button-marquee-text 6s linear infinite;animation-delay:0.4s}@keyframes next-button-marquee-text{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}@media (prefers-reduced-motion: reduce){.post-article__next-button-static,.post-article__next-button-marquee,.post-article__next-button-marquee>span{animation:none !important;animation-delay:0s !important}.post-article__next-button-static{opacity:1 !important;transform:translateX(0) !important;transition:none !important;transition-delay:0s !important}.post-article__next-button-marquee{display:none !important;transition:none !important;transition-delay:0s !important}.post-article__next-button:hover .post-article__next-button-static,.post-article__next-button:focus-visible .post-article__next-button-static{opacity:1 !important;transform:translateX(0) !important;transition-delay:0s !important}}.continue-panel__cta{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.85rem 1.65rem;text-decoration:none;font-weight:600;letter-spacing:0.03em;background-color:var(--brand-panel);border:1px solid var(--brand-purple);color:var(--brand-purple);transition:background-color 0.25s ease, color 0.25s ease}.continue-panel__cta:hover,.continue-panel__cta:focus{background-color:var(--brand-purple);color:var(--brand-gold);transform:none;box-shadow:none;text-decoration:none}.post-nav__toggle:focus-visible,.continue-panel__cta:focus-visible,.sidebar nav a.post-nav__link:focus-visible{outline:3px solid var(--brand-blue);outline-offset:2px;text-decoration:none}.continue-panel__note{margin:0;font-size:0.95rem;color:var(--brand-muted)}section{margin:0;padding:clamp(2rem, 4vw, 3.25rem) 0;max-width:78ch}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;color:var(--brand-navy);line-height:1.2;letter-spacing:-0.01em}h1{font-size:clamp(2.5rem, calc(2rem + 2vw), 3.4rem);font-weight:700}h2{font-size:clamp(2rem, calc(1.6rem + 1.5vw), 2.6rem)}h3{font-size:clamp(1.65rem, calc(1.35rem + 1vw), 2.1rem)}h4{font-size:1.4rem;font-weight:600}h5{font-size:1.2rem;letter-spacing:0.02em;color:var(--brand-purple)}h6{font-size:1rem;letter-spacing:0.08em;color:var(--brand-blue)}p{margin:0;color:var(--brand-text);max-width:68ch}p.lead{font-size:1.2rem;font-weight:500;color:var(--brand-muted)}a{color:var(--brand-blue);text-decoration:none;font-weight:600}a:hover,a:focus{color:var(--brand-purple);text-decoration:underline}ul,ol{margin:0;padding-left:1.4rem;color:var(--brand-text)}li+li{margin-top:0.5rem}blockquote{margin:0;padding:2rem 2.25rem;border-radius:0;background-color:var(--brand-light);color:var(--brand-navy);font-size:1.05rem;font-style:italic;border-left:0.35rem solid var(--brand-purple)}blockquote strong{display:block;margin-top:1rem;color:var(--brand-purple);font-style:normal}code{font-family:"SFMono-Regular", Menlo, monospace;font-size:0.95em;background-color:rgba(0,117,201,0.08);color:var(--brand-purple);padding:0.15em 0.45em;border-radius:0}pre{margin:0;background-color:var(--brand-light);border:1px solid rgba(33,20,95,0.08);border-radius:0;padding:1.75rem;overflow-x:auto;box-shadow:inset 0 1px 0 rgba(255,255,255,0.6)}pre code{background:none;padding:0;color:var(--brand-text)}table{width:100%;border-collapse:collapse;border-radius:0;overflow:hidden;box-shadow:0 10px 30px rgba(33,20,95,0.08);margin:2.5rem 0}table thead{background:linear-gradient(90deg, var(--brand-blue) 0%, var(--brand-blue-soft) 100%);color:var(--brand-panel);letter-spacing:0.08em}table th,table td{padding:1.25rem 1.5rem;text-align:left;font-size:0.95rem;border-bottom:1px solid rgba(33,20,95,0.08)}table tbody tr:nth-child(even){background-color:rgba(245,246,251,0.6)}table tbody tr:hover{background-color:rgba(11,31,77,0.12)}hr{border:0;height:2px;margin:3rem 0;background:linear-gradient(90deg, rgba(33,20,95,0) 0%, rgba(33,20,95,0.35) 50%, rgba(33,20,95,0) 100%)}.credits{margin-top:clamp(3rem, 6vw, 4.5rem);padding-top:2rem;border-top:1px solid rgba(33,20,95,0.1);font-size:0.85rem;color:var(--brand-muted)}.credits a{font-weight:600}img{max-width:100%;height:auto;border-radius:0;box-shadow:none}figure{margin:2.5rem 0}figcaption{margin-top:0.75rem;font-size:0.85rem;color:var(--brand-muted);text-align:center}@media (max-width: 820px){main.page-content{padding:1.75rem 1.2rem}.layout-container{flex-direction:column;gap:.85rem;align-items:stretch}.sidebar{padding:0.2rem 0 0rem;border-right:none;border-bottom:none;width:100%;max-width:none;flex:1 1 auto;align-items:stretch}.sidebar .post-nav{margin-top:-0.1rem}.main-content{padding:0rem 1.5rem 2rem;width:100%;margin:0}.post-nav__toggle{display:flex;width:100%;margin:0 0 0.75rem}.sidebar .post-nav ul{display:none;width:100%;margin:0;max-height:calc(7 * 3.75rem);overflow-y:auto;overflow-x:hidden;padding-right:0.5rem;scrollbar-width:thin;scrollbar-color:rgba(11,31,77,0.4) transparent}.sidebar .post-nav ul.is-open{display:grid}.sidebar .post-nav ul::-webkit-scrollbar{width:6px}.sidebar .post-nav ul::-webkit-scrollbar-thumb{background:rgba(11,31,77,0.4);border-radius:0}.sidebar .post-nav ul::-webkit-scrollbar-track{background:transparent}.sidebar nav a{width:100%;max-width:none;flex:1 1 auto;display:flex}.sidebar .post-nav li{width:100%}.sidebar .post-nav{width:100%;margin:0;padding:0}.site-banner{margin:0 0 0rem;padding:clamp(1rem, 4vw, 1.5rem) 0}.main-content h1:first-of-type{margin-top:0.4rem}.sidebar{width:100%;margin:0}img{border-radius:0}.sidebar-image{display:none}.mobile-footer-image{display:block}}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important;scroll-behavior:auto !important}}.follow-subscribe{margin-top:clamp(2rem, 4vw, 3rem);padding-top:1rem;border-top:1px solid rgba(11,31,77,0.12);width:100%;max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.25rem;align-items:start}.follow-subscribe h3{margin:0 0 0.75rem;font-size:1.2rem;color:var(--brand-purple);grid-column:1 / -1}.fs-links{display:flex;flex-direction:column;gap:0.5rem;align-items:stretch;max-width:68ch;width:100%}.fs-notes{display:flex;flex-wrap:wrap;gap:0.5rem 0.6rem;align-items:center;margin-top:0.5rem}.fs-link{display:inline-flex;align-items:center;gap:0.4rem;padding:0.35rem 0.6rem;background-color:var(--brand-panel);border:1px solid var(--brand-purple);color:var(--brand-purple);border-radius:0;transition:background-color 0.25s ease, color 0.25s ease;text-decoration:none;line-height:1;width:100%}.fs-link:hover,.fs-link:focus{background-color:var(--brand-purple);color:var(--brand-gold);text-decoration:none}.fs-link:focus-visible{outline:3px solid var(--brand-blue);outline-offset:2px}.fs-icon{width:32px;height:32px;display:block;fill:none;stroke:currentColor}.fs-icon-img{width:32px;height:32px;display:block;flex-shrink:0}.fs-note{color:var(--brand-muted);font-size:0.95rem}.fs-link.is-disabled{border-color:var(--brand-meder);color:var(--brand-muted);cursor:default}.fs-link.is-disabled:hover,.fs-link.is-disabled:focus{background:transparent;color:var(--brand-muted);text-decoration:none}.fs-image{align-self:start}.fs-image img{width:100%;height:100%;display:block;object-fit:contain}.sidebar-image{margin-top:1rem}.sidebar-image img{width:100%;height:auto;display:block}.mobile-footer-image{display:none;margin:2rem 0 0}@media (max-width: 820px){.follow-subscribe{grid-template-columns:1fr}.follow-subscribe h3{grid-column:auto}.fs-image{align-self:auto}.fs-image img{height:auto;object-fit:contain}}
