/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-duration:initial}}}@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--container-4xl:56rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--font-weight-medium:500;--font-weight-bold:700;--tracking-tight:-.025em;--leading-tight:1.25;--radius-md:.375rem;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--radius:.75rem;--color-background:#fff;--color-foreground:#1a1a1a;--color-card:#fff;--color-muted:#f5f5f5;--color-muted-foreground:#777;--color-border:#eee;--color-accent:#4a6fa5;--color-accent-light:#f0f4f9}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.mx-2{margin-inline:calc(var(--spacing) * 2)}.mx-auto{margin-inline:auto}.mt-3{margin-top:calc(var(--spacing) * 3)}.mb-10{margin-bottom:calc(var(--spacing) * 10)}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.h-3\.5{height:calc(var(--spacing) * 3.5)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-8{height:calc(var(--spacing) * 8)}.min-h-screen{min-height:100vh}.w-3\.5{width:calc(var(--spacing) * 3.5)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-8{width:calc(var(--spacing) * 8)}.w-full{width:100%}.max-w-4xl{max-width:var(--container-4xl)}.max-w-\[760px\]{max-width:760px}.max-w-\[1280px\]{max-width:1280px}.flex-1{flex:1}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-3{gap:calc(var(--spacing) * 3)}.overflow-hidden{overflow:hidden}.rounded{border-radius:var(--radius)}.rounded-full{border-radius:3.40282e+38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-border{border-color:var(--color-border)}.bg-accent-light{background-color:var(--color-accent-light)}.object-cover{object-fit:cover}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-12{padding-block:calc(var(--spacing) * 12)}.text-center{text-align:center}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[11px\]{font-size:11px}.text-\[26px\]{font-size:26px}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.text-accent{color:var(--color-accent)}.text-muted-foreground{color:var(--color-muted-foreground)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}@media (hover:hover){.group-hover\:scale-\[1\.02\]:is(:where(.group):hover *){scale:1.02}.hover\:bg-muted:hover{background-color:var(--color-muted)}.hover\:text-foreground:hover{color:var(--color-foreground)}}@media (min-width:40rem){.sm\:px-6{padding-inline:calc(var(--spacing) * 6)}}}:root.dark{--color-background:#1a1a1a;--color-foreground:#d4d4d4;--color-card:#242424;--color-card-foreground:#d4d4d4;--color-muted:#2a2a2a;--color-muted-foreground:#888;--color-border:#333;--color-accent:#7ab0e0;--color-accent-light:#1e2a3a}@font-face{font-family:Noto Serif SC;font-style:normal;font-weight:400;font-display:swap;src:local(Noto Serif SC),local(Noto Serif CJK SC)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-background);color:var(--color-foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans SC,sans-serif}body,html{overscroll-behavior-y:none;max-width:100%;overflow-x:clip}*{min-width:0}.article-card-summary{overflow-wrap:anywhere}.site-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #e5e5e5f5;position:sticky;top:0}.site-nav{grid-template-columns:auto minmax(0,1fr) auto;align-items:stretch;gap:1.2rem;width:min(100%,1120px);min-height:3.55rem;margin:0 auto;padding:0 1.25rem;display:grid}.site-brand{color:#173f78;gap:.58rem;min-width:0;text-decoration:none}.site-brand,.site-brand__mark{align-items:center;display:inline-flex}.site-brand__mark{color:#fff;background:#264783;border-radius:7px;justify-content:center;width:1.85rem;height:1.85rem;font-size:.9rem;font-weight:800;line-height:1}.site-brand__text{letter-spacing:0;white-space:nowrap;font-family:Noto Serif SC,Source Han Serif SC,Songti SC,Georgia,serif;font-size:1.08rem;font-weight:800}.site-nav__links{scrollbar-width:none;justify-content:center;align-items:stretch;gap:clamp(1.2rem,4vw,3.2rem);min-width:0;display:flex;overflow-x:auto}.site-nav__links::-webkit-scrollbar{display:none}.site-nav__link{color:#747b88;border-radius:0;flex:none;justify-content:center;align-items:center;min-width:2.7rem;padding:0 .16rem;font-size:clamp(.9rem,1.15vw,1.02rem);font-weight:750;line-height:1.4;text-decoration:none;transition:color .16s;display:inline-flex;position:relative}.site-nav__link:after{content:"";opacity:0;transform-origin:50%;background:#264783;height:2px;transition:opacity .16s,transform .16s;position:absolute;bottom:-1px;left:.25rem;right:.25rem;transform:scaleX(.48)}.site-nav__link--active,.site-nav__link:hover{color:#111}.site-nav__link--active:after{opacity:1;transform:scaleX(1)}.site-nav__actions{justify-content:flex-end;align-items:center;gap:.55rem;min-width:2.2rem;display:flex}.site-nav__article-actions{align-items:center;display:none}.site-nav__article-actions:empty{display:none}.reader-nav{z-index:60;-webkit-backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #e5e5e5f5;grid-template-columns:minmax(7rem,1fr) minmax(0,1.25fr) minmax(12rem,1fr);align-items:center;gap:1rem;min-height:4rem;padding:0 1.25rem;display:grid;position:sticky;top:0}.reader-nav__progress{display:none}.reader-nav__back{color:#111827;cursor:pointer;background:0 0;border:0;justify-self:start;align-items:center;gap:.45rem;width:fit-content;padding:0;font-size:.92rem;font-weight:760;text-decoration:none;transition:color .15s;display:inline-flex}.reader-nav__back:hover{color:#264783}.reader-nav__title{color:#111827;letter-spacing:0;text-align:center;text-overflow:ellipsis;white-space:nowrap;justify-self:center;max-width:100%;font-size:1.12rem;font-weight:820;line-height:1.35;overflow:hidden}.reader-nav__meta{color:#5b6472;white-space:nowrap;justify-content:flex-end;justify-self:end;align-items:center;gap:.85rem;min-width:0;font-size:.86rem;line-height:1;display:inline-flex}.reader-nav__meta-item strong{color:#244986;font-weight:780}.reader-nav__toc-anchor{align-items:center;display:inline-flex}.reader-nav__toc-anchor:empty{display:none}.reader-nav__icon,.reader-nav__toc-anchor .toc-mobile-top-toggle{color:#111827;width:2.18rem;height:2.18rem;box-shadow:none;cursor:pointer;background:#fff;border:1px solid #dfe5ee;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:border-color .15s,color .15s,background-color .15s;display:inline-flex}.reader-nav__icon:hover,.reader-nav__toc-anchor .toc-mobile-top-toggle:hover{color:#244986;background:#f7f9fc;border-color:#9eb6d8}.reader-nav__toc-anchor .toc-mobile-top-toggle--active,.reader-nav__toc-anchor .toc-mobile-top-toggle--active:hover{color:#fff;background:#264783;border-color:#264783}.article-image-trigger{cursor:zoom-in;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;width:fit-content;max-width:100%;min-height:0;margin:1.8rem auto;padding:0;display:flex;position:relative;overflow:hidden}.article-image-trigger:before{content:none}.article-image-trigger:focus-visible{outline-offset:4px;outline:3px solid #26478338}.article-image-trigger img{z-index:1;width:auto;max-width:100%;height:auto;margin:0;display:block;position:relative}.article-image-preview{z-index:80;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.article-image-preview__scrim{cursor:zoom-out;background:#0f172ab8;border:0;position:absolute;inset:0}.article-image-preview__stage{z-index:1;color:#fff;touch-action:pan-y;width:min(100%,980px);max-height:calc(100dvh - 2.5rem);position:relative}.article-image-preview__stage img{border-radius:10px;width:auto;max-width:100%;max-height:calc(100dvh - 5rem);margin:0 auto;box-shadow:0 18px 50px #00000061}.article-image-preview__close{background:#0f172ae0;border:1px solid #ffffff47;border-radius:999px;width:2.15rem;height:2.15rem;top:-.9rem;right:-.9rem}.article-image-preview__close,.article-image-preview__nav{color:#fff;cursor:pointer;justify-content:center;align-items:center;display:inline-flex;position:absolute}.article-image-preview__nav{z-index:2;background:#0f172ab8;border:1px solid #ffffff42;border-radius:999px;width:2.45rem;height:2.45rem;transition:background .16s,border-color .16s;top:50%;transform:translateY(-50%)}.article-image-preview__close:hover,.article-image-preview__nav:hover{background:#0f172aeb;border-color:#ffffff7a}.article-image-preview__close:focus-visible,.article-image-preview__nav:focus-visible{outline-offset:3px;outline:3px solid #ffffff57}.article-image-preview__nav--prev{left:-3.25rem}.article-image-preview__nav--next{right:-3.25rem}.article-image-preview__caption{color:#ffffffdb;text-align:center;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:.85rem auto 0;font-size:.86rem;line-height:1.6;display:flex}.article-image-preview__caption span{color:#ffffff9e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.site-search{width:clamp(10.5rem,17vw,14.5rem);min-width:0;position:relative}.site-search input{color:#2d2d2d;background:#fff;border:1px solid #dfe5ee;border-radius:7px;outline:none;width:100%;height:2.18rem;padding:0 .8rem 0 2.05rem;font-size:.86rem;transition:border-color .16s,box-shadow .16s}.site-search input:focus{border-color:#9eb6d8;box-shadow:0 0 0 3px #26478314}.article-back-to-top:focus-visible,.article-load-more__button:focus-visible,.code-shell__copy:focus-visible,.code-shell__mode:focus-visible,.empty-state__action:focus-visible,.reader-nav__back:focus-visible,.reader-nav__icon:focus-visible,.reader-nav__toc-anchor .toc-mobile-top-toggle:focus-visible,.site-nav a:focus-visible,.site-nav button:focus-visible,.toc-article-title:focus-visible,.toc-header-action:focus-visible,.toc-link:focus-visible,.toc-section-toggle:focus-visible,.toc-toggle:focus-visible{outline-offset:3px;outline:3px solid #26478333}.site-search__icon{color:#8b96a5;pointer-events:none;width:.9rem;height:.9rem;position:absolute;top:50%;left:.78rem;transform:translateY(-50%)}.home-page,.listing-page{width:min(100%,920px);margin:0 auto;padding:2.7rem 1.25rem 5rem}.home-hero{border-bottom:1px solid #e5e5e5;width:100%;padding-bottom:1.6rem}.home-hero__body{max-width:44rem}.home-eyebrow,.section-kicker{color:#244986;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .65rem;font-size:.75rem;font-weight:800}.home-title{color:#264783;letter-spacing:0;margin:0;font-family:Noto Serif SC,Source Han Serif SC,Songti SC,Georgia,serif;font-size:clamp(2.1rem,4vw,3.35rem);font-weight:800;line-height:1.12}.home-description{color:#555f6f;flex-wrap:wrap;align-items:baseline;gap:.35rem .7rem;max-width:36rem;margin:.75rem 0 0;font-size:.95rem;line-height:1.75;display:flex}.home-description__label{color:#264783;letter-spacing:.02em;font-size:.92rem;font-weight:850}.home-description__text{color:#5a6473;font-size:.95rem}.home-hero__meta{color:#666;flex-wrap:wrap;align-items:center;gap:.7rem 1rem;margin-top:.95rem;font-size:.85rem;display:flex}.home-hero__meta span{align-items:center;gap:.35rem;display:inline-flex}.home-hero__meta>*+:before{content:"";background:#c3cad4;border-radius:999px;width:.25rem;height:.25rem}.home-hero__meta a{color:#264783;font-weight:700;text-decoration:none}.home-index{margin-top:1.05rem}.section-heading{margin-bottom:1.25rem}.section-heading--split{justify-content:space-between;align-items:end;gap:1.25rem;display:flex}.section-heading h2{color:#264783;margin:0;font-family:Noto Serif SC,Source Han Serif SC,Songti SC,Georgia,serif;font-size:1.55rem;font-weight:800;line-height:1.25}.section-note{color:#666;text-align:right;max-width:21rem;font-size:.82rem;line-height:1.6}.article-feed{border-top:1px solid #e5e5e5;grid-template-columns:1fr;gap:0;display:grid}.home-index .article-feed{border-top:0}.article-list-link{min-width:0;color:inherit;text-decoration:none;display:block}.article-list-link:focus-visible{outline:none}.article-list-link:focus-visible .article-card{outline-offset:4px;border-radius:10px;outline:3px solid #2647832e}.article-card{border-bottom:1px solid #e5e5e5;grid-template-columns:minmax(0,1fr) minmax(8rem,10.5rem);gap:1.15rem;min-width:0;padding:1.25rem 0;display:grid}.article-card:not(:has(.article-card__media)){grid-template-columns:1fr}.article-card__media{aspect-ratio:4/3;background:#f4f6f8;border-radius:8px;order:2;align-self:stretch;overflow:hidden}.article-card__media img{object-fit:cover;width:100%;height:100%;display:block}.article-card__body{order:1;align-self:center;min-width:0}.article-card__meta{color:#666;flex-wrap:wrap;align-items:center;gap:.45rem;font-size:.78rem;display:flex}.article-card__category{color:#264783;font-weight:800}.article-card__pin{color:#173f78;background:#edf4ff;border-radius:5px;padding:.08rem .38rem;font-weight:900}.article-card__title{color:#2d2d2d;margin:.42rem 0 0;font-family:Noto Serif SC,Source Han Serif SC,Songti SC,Georgia,serif;font-size:clamp(1.08rem,1.8vw,1.28rem);font-weight:800;line-height:1.45;transition:color .16s}.article-card:hover .article-card__title{color:#264783}.article-card__summary{color:#666;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.55rem 0 0;font-size:.9rem;line-height:1.7;display:-webkit-box;overflow:hidden}.article-card__read{color:#264783;margin-top:.75rem;font-size:.8rem;font-weight:800;display:inline-flex}.article-load-more{flex-direction:column;align-items:center;gap:.55rem;padding-top:1.35rem;display:flex}.article-load-more__button{color:#264783;cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:999px;min-width:9.5rem;height:2.55rem;padding:0 1.25rem;font-size:.88rem;font-weight:850;transition:border-color .16s,color .16s,background .16s,box-shadow .16s}.article-load-more__button:hover{background:#f8fbff;border-color:#b9c8dc;box-shadow:0 6px 16px #26478314}.article-load-more__button:disabled{cursor:wait;opacity:.74}.article-load-more__button--loading{background:#f8fbff;border-color:#b9c8dc}.article-load-more__meta{color:#7b8594;font-size:.78rem}.empty-state{color:#666;text-align:center;border-top:1px solid #e5e5e5;padding:5rem 0;font-size:.9rem}.empty-state p{margin:0}.empty-state__action{color:#264783;border:1px solid #dfe5ee;border-radius:7px;justify-content:center;align-items:center;min-height:2rem;margin-top:1rem;padding:0 .75rem;font-size:.82rem;font-weight:800;text-decoration:none;transition:border-color .15s,background-color .15s;display:inline-flex}.empty-state__action:hover{background:#f8fbff;border-color:#b9c8dc}.empty-state__actions{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.listing-backlink{color:#697384;margin-bottom:1.5rem;font-size:.84rem;font-weight:700;text-decoration:none;display:inline-flex}.listing-backlink:hover{color:#264783}.listing-hero{border-bottom:1px solid #e5e5e5;padding:1rem 0 2.4rem}.listing-hero h1{color:#264783;margin:0;font-family:Noto Serif SC,Source Han Serif SC,Songti SC,Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.16}.listing-hero p{color:#666;max-width:38rem;margin:.85rem 0 0;font-size:.96rem;line-height:1.85}.listing-hero__meta{flex-wrap:wrap;gap:.55rem 1rem;margin-top:1rem;display:flex}.listing-hero__meta span{color:#264783;font-size:.82rem;font-weight:800;display:inline-flex}.article-content{color:#252525;font-family:Noto Serif SC,Source Han Serif SC,Songti SC,Georgia,serif;font-size:1.04rem;line-height:1.9}.article-content .article-heading{clear:both;width:100%;max-width:100%;color:inherit;background:0 0;padding:0;scroll-margin-top:116px;display:block}.article-content .article-heading__text{overflow-wrap:anywhere;word-break:normal;max-width:100%}.article-content h1{margin:3rem 0 1.5rem;font-family:Noto Serif SC,Source Han Serif SC,Songti SC,Georgia,serif;font-size:1.65rem;font-weight:700;line-height:1.35}.article-content h1 .article-heading__text{color:#fff;vertical-align:top;background:#244986;border-radius:4px;padding:.35rem .75rem .42rem;display:inline-block}.article-page-title{color:#173f78;letter-spacing:0;text-align:center;max-width:980px;scroll-margin-top:116px;font-size:clamp(1.9rem,2.4vw,2.55rem);line-height:1.32}.article-content h2,.article-page-title{font-family:Noto Serif SC,Source Han Serif SC,Songti SC,Georgia,serif;font-weight:700}.article-content h2{margin:2.8rem 0 1.15rem;font-size:1.38rem;line-height:1.38}.article-content h2 .article-heading__text{color:#fff;vertical-align:top;background:#244986;border-radius:4px;padding:.32rem .7rem .4rem;display:inline-block}.article-content h3{color:#fff;margin:2.05rem 0 .78rem;scroll-margin-top:116px;font-family:Noto Serif SC,Source Han Serif SC,Songti SC,Georgia,serif;font-size:1.1rem;font-weight:700;line-height:1.42}.article-content h3 .article-heading__text{color:#fff;vertical-align:top;background:#244986;border-radius:4px;align-items:center;max-width:100%;padding:.26rem .62rem .32rem;display:inline-flex;position:relative}.article-content p{margin:1.05rem 0}.article-content a{color:#244986;text-underline-offset:3px;overflow-wrap:anywhere;word-break:break-word;font-weight:600;text-decoration:underline}.article-content a:hover{opacity:.8}.article-content blockquote{color:#333;background:#f4f6f8;border-left:6px solid #244986;border-radius:0 14px 14px 0;margin:2.2rem 0;padding:2.4rem 2.25rem;font-style:normal;box-shadow:10px 12px 22px #0f172a33}.article-content blockquote p:first-child{margin-top:0}.article-content blockquote p:last-child{margin-bottom:0}.article-content pre{font-size:inherit;line-height:inherit;background:0 0;border:0;margin:0;padding:0;overflow:visible}.article-content code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.875em}.article-content :not(pre)>code{color:#173f78;background:#f1f6fd;border:1px solid #dce8f6;border-radius:5px;padding:.08em .34em .12em;font-weight:600}.article-content img{border-radius:8px;max-width:100%;margin:2rem auto;display:block;box-shadow:0 6px 18px #11182714}.article-content .article-image-trigger img{margin:0}.article-content ol,.article-content ul{margin:1.05rem 0 1.35rem;padding-left:1.35rem}.article-content>ol,.article-content>ul,.article-list-rich-group{color:#333;background:#f4f6f8;border-left:6px solid #244986;border-radius:0 14px 14px 0;margin:2rem 0;padding:1.55rem 2rem 1.55rem 2.8rem;box-shadow:10px 12px 22px #0f172a2e}.article-list-rich-group>ol,.article-list-rich-group>ul{margin:0}.article-list-rich-group>ol,.article-list-rich-group>p,.article-list-rich-group>ul{padding-left:0}.article-list-rich-group>p{margin:1.55rem 0}.article-list-rich-group>.code-shell:first-child,.article-list-rich-group>ol:first-child,.article-list-rich-group>p:first-child,.article-list-rich-group>ul:first-child{margin-top:0}.article-list-rich-group>.code-shell:last-child,.article-list-rich-group>ol:last-child,.article-list-rich-group>p:last-child,.article-list-rich-group>ul:last-child{margin-bottom:0}.article-list-rich-group>a>img,.article-list-rich-group>img{margin:1.55rem auto}.article-list-rich-group>p img{margin:0 auto}.article-content>ol,.article-list-rich-group>ol{counter-reset:article-ordered-list;list-style:none}.article-content li{margin:.48rem 0;padding-left:.65rem;line-height:1.82;position:relative}.article-content ul>li::marker{color:#0000}.article-content ul>li:before{content:"";background:#4f6f9f;border-radius:999px;width:.42rem;height:.42rem;position:absolute;top:.74em;left:-.72rem}.article-content>ol>li,.article-list-rich-group>ol>li{counter-increment:article-ordered-list}.article-content>ol>li:before,.article-list-rich-group>ol>li:before{content:counter(article-ordered-list);color:#4f6f9f;min-width:.8rem;font-family:var(--font-sans);text-align:center;font-size:.98rem;font-weight:800;line-height:1.2;position:absolute;top:.26em;left:-.86rem}.article-content ol>li::marker{color:#244986;font-family:var(--font-sans);font-weight:700}.article-content li>ol,.article-content li>ul{box-shadow:none;background:0 0;border-left:0;border-radius:0;margin:.72rem 0 .82rem;padding-left:1.15rem}.article-content li>.code-shell{margin:1.05rem 0 1.2rem}.article-content li>img,.article-content li>p>img{margin:1.05rem auto 1.2rem}.article-content li>p{margin:.45rem 0}.article-content hr{background:linear-gradient(90deg,#0000,#dce8f6 18% 82%,#0000);border:none;height:1px;margin:2.8rem 0}.article-table-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#c6ccd5 transparent;border:1px solid #e2e8f0;border-radius:8px;max-width:100%;margin:1.9rem 0;overflow:auto hidden}.article-table-scroll::-webkit-scrollbar{height:.45rem}.article-table-scroll::-webkit-scrollbar-thumb{background:#c6ccd5;border-radius:999px}.article-table-scroll::-webkit-scrollbar-track{background:0 0}.article-content table{border-collapse:collapse;width:max-content;min-width:100%;box-shadow:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.94rem}.article-content td,.article-content th{text-align:left;vertical-align:top;white-space:nowrap;border:1px solid #e2e8f0;padding:.72rem .85rem}.article-content th{color:#173f78;background:#f1f6fd;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}.article-content tr:nth-child(2n) td{background:#fbfdff}.code-shell{--code-font-size:.92rem;--code-line-height:1.75;--code-line-number-width:2.5em;--code-line-number-gap:1rem;background:#f7f8fa;border:1px solid #e2e5ea;border-radius:8px;margin:1.75rem 0;position:relative;overflow:hidden;box-shadow:0 1px 6px #0f172a14}.code-shell__bar{background:#f1f3f6;border-bottom:1px solid #e2e5ea;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;min-height:2.75rem;padding:0 .875rem;display:grid}.code-shell__dots{align-items:center;gap:.5rem;display:inline-flex}.code-shell__dots span{border-radius:999px;width:.62rem;height:.62rem}.code-shell__dots span:first-child{background:#3b82f6}.code-shell__dots span:nth-child(2){background:#f5b700}.code-shell__dots span:nth-child(3){background:#12c94f}.code-shell__meta{text-align:center;min-width:0}.code-shell__label{color:#6b7280;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem}.code-shell__actions{align-items:center;gap:.45rem;display:inline-flex}.code-shell__copy,.code-shell__mode{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #dfe3e8;border-radius:7px;justify-content:center;align-items:center;gap:.3rem;width:auto;height:2rem;padding:0 .5rem;font-size:.72rem;font-weight:600;transition:color .15s,border-color .15s,background-color .15s;display:inline-flex;box-shadow:0 1px 4px #0f172a14}.code-shell__mode{color:var(--color-accent)}.code-shell__copy--copied,.code-shell__copy:hover,.code-shell__mode:hover{color:var(--color-accent);border-color:var(--color-accent);background:var(--color-accent-light)}.code-shell__body{scrollbar-width:thin;scrollbar-color:#c6ccd5 transparent;touch-action:pan-x pan-y;padding:1.25rem 1.25rem 1.35rem;position:relative;overflow:auto hidden}.code-shell--wrap .code-shell__body{overflow-x:hidden}.code-shell__body pre{min-width:0}.code-shell--wrap .code-shell__body pre{max-width:100%;width:100%!important}.code-shell--wrap .code-shell__body pre>code{max-width:100%;width:100%!important;min-width:0!important;display:block!important}.code-shell--scroll .code-shell__body pre{width:max-content;min-width:100%;max-width:none}.code-shell--scroll .code-shell__body pre>code{width:max-content!important;min-width:100%!important;max-width:none!important;display:inline-block!important}.code-shell--scroll .code-shell__body{cursor:grab;-webkit-mask-image:linear-gradient(90deg,#0000,#000 1rem calc(100% - 1rem),#0000);mask-image:linear-gradient(90deg,#0000,#000 1rem calc(100% - 1rem),#0000)}.code-shell--scroll:after,.code-shell--scroll:before{content:"";z-index:1;pointer-events:none;width:1.7rem;position:absolute;top:2.75rem;bottom:0}.code-shell--scroll:before{background:linear-gradient(90deg,#f7f8fa,#f7f8fa00);left:0}.code-shell--scroll:after{background:linear-gradient(270deg,#f7f8fa,#f7f8fa00);right:0}.code-shell__scroll-hint{z-index:2;color:#244986;pointer-events:none;background:#ffffffeb;border:1px solid #26478329;border-radius:999px;align-items:center;height:1.55rem;padding:0 .55rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.68rem;font-weight:700;animation:fadeIn .18s both;display:inline-flex;position:absolute;bottom:.75rem;right:.9rem;box-shadow:0 4px 14px #0f172a17}.code-shell__body::-webkit-scrollbar{height:.45rem}.code-shell__body::-webkit-scrollbar-thumb{background:#c6ccd5;border-radius:999px}.code-shell__body::-webkit-scrollbar-track{background:0 0}.code-shell--wrap .code-shell__body code,.code-shell--wrap .code-shell__body pre,.code-shell--wrap .code-shell__body span{overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap!important}.code-shell--scroll .code-shell__body code,.code-shell--scroll .code-shell__body pre,.code-shell--scroll .code-shell__body span{overflow-wrap:normal;word-break:normal;white-space:pre!important}.dark .code-shell{background:#242424;border-color:#333;box-shadow:0 2px 10px #00000038}.dark .code-shell__bar{background:#2a2a2a;border-bottom-color:#333}.dark .code-shell__copy,.dark .code-shell__mode{color:#d4d4d4;background:#1f1f1f;border-color:#3a3a3a}.dark .code-shell--scroll:before{background:linear-gradient(90deg,#242424,#24242400)}.dark .code-shell--scroll:after{background:linear-gradient(270deg,#242424,#24242400)}.dark .code-shell__scroll-hint{color:#a9d1ff;background:#1f2a38f0;border-color:#a9d1ff38}.dark .reader-nav,.dark .site-header{background:#1a1a1af5;border-bottom-color:#333}.dark .reader-nav__back,.dark .reader-nav__icon,.dark .reader-nav__title,.dark .reader-nav__toc-anchor .toc-mobile-top-toggle{color:#f7f9fc}.dark .reader-nav__meta{color:#9aa4b2}.dark .reader-nav__meta-item strong{color:#a9d1ff}.dark .reader-nav__icon,.dark .reader-nav__toc-anchor .toc-mobile-top-toggle{background:#20242b;border-color:#343b46}.dark .reader-nav__icon:hover,.dark .reader-nav__toc-anchor .toc-mobile-top-toggle:hover{color:#a9d1ff;background:#252c36;border-color:#587cae}.dark .article-card:hover .article-card__title,.dark .home-title,.dark .listing-hero h1,.dark .section-heading h2,.dark .site-brand{color:#a9d1ff}.dark .site-brand__mark{background:#31598f}.dark .site-nav__link{color:#818b9a}.dark .site-nav__link--active,.dark .site-nav__link:hover{color:#f7f9fc}.dark .site-nav__link:after{background:#8eb0e0}.dark .site-search input{color:#f7f9fc;background:#20242b;border-color:#343b46}.dark .site-search input:focus{border-color:#587cae;box-shadow:0 0 0 3px #8eb0e01f}.dark .site-search__icon{color:#8792a2}.dark .article-card,.dark .article-feed,.dark .empty-state,.dark .home-hero,.dark .listing-hero{border-color:#333}.dark .article-card__summary,.dark .home-description,.dark .home-description__text,.dark .home-hero__meta,.dark .listing-hero p{color:#a7aeb8}.dark .article-card__category,.dark .article-card__read,.dark .article-load-more__button,.dark .home-eyebrow,.dark .home-hero__meta a,.dark .listing-hero span,.dark .section-kicker{color:#a9d1ff}.dark .article-load-more__button{background:#20242b;border-color:#344052}.dark .article-load-more__button:hover{background:#252c36;border-color:#587cae;box-shadow:0 6px 16px #0000002e}.dark .empty-state__action{color:#a9d1ff;background:#20242b;border-color:#344052}.dark .empty-state__action:hover{background:#252c36;border-color:#587cae}.dark .article-load-more__meta{color:#8f99a8}.dark .article-card__title{color:#e4e8ef}.dark .article-content{color:#d4d4d4}.dark .article-content blockquote,.dark .article-content>ol,.dark .article-content>ul,.dark .article-list-rich-group{color:#e2e8f0;background:#202733;border-left-color:#74a7f2;box-shadow:8px 10px 20px #0000005c}.dark .article-content ul>li:before{background:#8bbcff}.dark .article-content>ol>li:before,.dark .article-list-rich-group>ol>li:before{color:#8bbcff}.dark .article-content :not(pre)>code{color:#a9d1ff;background:#1f2a38;border-color:#30435a}.dark .article-content h3 .article-heading__text{color:#fff;background:#244986}.dark .article-table-scroll{background:#1d1d1d;border-color:#333}.dark .article-content td,.dark .article-content th{border-color:#333}.dark .article-content th{color:#a9d1ff;background:#1f2a38}.dark .article-content tr:nth-child(2n) td{background:#202020}.dark .article-card__pin{color:#a9d1ff;background:#1f2d43}.dark .article-cover{background:#222831}.dark .article-recommendations{border-top-color:#333}.dark .article-recommendation-card__title,.dark .article-recommendations__header h2{color:#e4e8ef}.dark .article-recommendation-card{background:#20242b;border-color:#333}.dark .article-recommendation-card:hover{border-color:#4d5d73;box-shadow:0 8px 24px #00000038}.dark .article-recommendation-card__meta,.dark .article-recommendation-card__summary{color:#9aa4b2}.dark .article-back-to-top{color:#a9d1ff;background:#20242bf5;border-color:#343b46}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes tocScrimIn{0%{opacity:0}to{opacity:1}}@keyframes tocPanelIn{0%{opacity:.88;transform:translate(-.9rem)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn .4s ease-out both}.animate-fade-in-delay-1{animation-delay:50ms}.animate-fade-in-delay-2{animation-delay:.1s}.animate-fade-in-delay-3{animation-delay:.15s}.article-backbar{z-index:40;background:var(--color-background);justify-content:space-between;align-items:center;gap:.75rem;min-height:3.25rem;margin:-1.5rem 0 1.75rem;display:flex;position:sticky;top:3.5rem}.article-backbar-actions{align-items:center;margin-left:auto;display:none}.article-backlink{border:1px solid var(--color-border);background:var(--color-background);width:fit-content;min-height:2.25rem;color:var(--color-muted-foreground);border-radius:8px;align-items:center;gap:.35rem;padding:0 .65rem;font-size:.75rem;font-weight:500;line-height:1;text-decoration:none;transition:color .15s,border-color .15s,box-shadow .15s;display:inline-flex;box-shadow:0 1px 8px #0f172a0f}.article-backlink:hover{color:var(--color-accent);border-color:var(--color-accent);box-shadow:0 2px 12px #4a6fa524}.dark .article-backlink{box-shadow:0 2px 12px #0003}.article-hero{text-align:center;max-width:980px;margin:0 auto 4.25rem}.article-meta{justify-content:center}.article-cover{aspect-ratio:16/9;background:#f4f6f8;max-width:980px;margin-left:auto;margin-right:auto}.article-cover img{width:100%;height:100%;display:block}.article-with-toc{grid-template-columns:2.5rem minmax(0,1fr);align-items:stretch;gap:2rem;display:grid}.article-main{min-width:0;max-width:980px}.article-recommendations{border-top:1px solid #e5e7eb;max-width:980px;margin:3.75rem 0 0;padding-top:1.75rem;padding-bottom:5rem}.article-recommendations__header p{color:#244986;margin:0 0 .35rem;font-size:.78rem;font-weight:850}.article-recommendations__header h2{color:#173f78;margin:0;font-family:Noto Serif SC,Source Han Serif SC,Songti SC,Georgia,serif;font-size:1.35rem;font-weight:760;line-height:1.35}.article-recommendations__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-top:1.1rem;display:grid}.article-recommendation-card{min-width:0;min-height:9.25rem;color:inherit;background:#fff;border:1px solid #e1e7f0;border-radius:8px;flex-direction:column;gap:.55rem;padding:1rem;text-decoration:none;transition:border-color .16s,box-shadow .16s;display:flex}.article-recommendation-card:hover{border-color:#b9c8dc;box-shadow:0 8px 24px #26478317}.article-recommendation-card__meta{color:#6b7280;justify-content:space-between;gap:.6rem;font-size:.74rem;font-weight:720;display:flex}.article-recommendation-card__title{color:#252525;font-size:.98rem;font-weight:820;line-height:1.48}.article-recommendation-card__summary,.article-recommendation-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.article-recommendation-card__summary{color:#667085;font-size:.82rem;line-height:1.62}.article-back-to-top{z-index:55;color:#244986;opacity:0;pointer-events:none;cursor:pointer;background:#fffffff5;border:1px solid #dfe5ee;border-radius:999px;justify-content:center;align-items:center;width:2.45rem;height:2.45rem;transition:opacity .18s,border-color .18s;display:inline-flex;position:fixed;bottom:1.25rem;right:max(1rem,50vw - 640px + 1rem);box-shadow:0 8px 22px #0f172a1f}.article-back-to-top--visible{opacity:1;pointer-events:auto}.article-back-to-top:hover{border-color:#9eb6d8}.toc-wrapper{align-self:stretch;min-height:100%;transition:width .25s}.toc-wrapper--collapsed{width:2.5rem}.toc-wrapper--expanded{width:18rem}.toc-sticky{background:var(--color-background);border-left:1px solid #e6e8ec;border-right:1px solid #e6e8ec;flex-direction:column;max-height:calc(100vh - 7.75rem);display:flex;position:sticky;top:7.25rem}.toc-toggle{width:2.25rem;height:2.25rem;color:var(--color-muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:8px;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;margin:.4rem 0 .4rem .4rem;transition:color .15s,background-color .15s;display:flex}.toc-toggle:hover{color:var(--color-foreground);background:var(--color-muted)}.toc-content{flex:1;margin-top:0;transition:opacity .2s;overflow:hidden auto}.toc-wrapper--collapsed .toc-content{opacity:0;pointer-events:none;width:0;height:0;margin:0}.toc-wrapper--expanded .toc-content{opacity:1}.toc-header{border-bottom:1px solid #e6e8ec;grid-template-columns:2rem minmax(0,1fr) 2rem;align-items:center;min-height:3.25rem;padding:0 .75rem;display:grid}.toc-title{text-align:center;color:var(--color-foreground);font-size:1rem;font-weight:700}.toc-header-action,.toc-header-spacer{width:2rem;height:2rem}.toc-header-action{color:var(--color-muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;transition:color .15s,background-color .15s;display:inline-flex}.toc-header-action:hover{color:var(--color-foreground);background:var(--color-muted)}.toc-root-row{border-bottom:1px solid #eef0f4;align-items:flex-start;gap:.35rem;padding:1.15rem 1rem .65rem .85rem}.toc-article-title,.toc-root-row{border-radius:0;min-width:0;display:flex}.toc-article-title{color:var(--color-foreground);box-shadow:none;background:0 0;flex:1;text-decoration:none;transition:background-color .18s,color .18s}.toc-article-title--active{background:#eef4ff}.toc-article-title__text{overflow-wrap:anywhere;-webkit-line-clamp:2;color:#173f78;-webkit-box-orient:vertical;width:100%;font-size:1rem;font-weight:800;line-height:1.42;display:-webkit-box;overflow:hidden}.toc-root-row--active{background:#f7f9fc}.toc-nav{border-left:0;padding:.3rem 0 1.25rem}.toc-list{margin:0;padding:0;list-style:none}.toc-item{margin:0}.toc-item--hidden{display:none}.toc-row{align-items:flex-start;gap:.35rem;padding-right:.55rem;transition:background-color .18s}.toc-link,.toc-row{min-width:0;display:flex}.toc-link{color:#626b78;border-left:3px solid #0000;border-radius:7px;flex:1;padding:.3rem .85rem .3rem .25rem;font-size:.92rem;line-height:1.5;text-decoration:none;transition:color .18s,background-color .18s,border-color .18s,box-shadow .18s;overflow:hidden}.toc-section-spacer,.toc-section-toggle{flex:none;width:1.15rem;height:1.85rem}.toc-section-toggle{color:var(--color-muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;margin-top:.15rem;transition:color .15s,background-color .15s;display:inline-flex}.toc-section-toggle:hover{color:var(--color-foreground);background:var(--color-muted)}.toc-link__text{overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;display:-webkit-box;overflow:hidden}.toc-item--level-1 .toc-link{color:#252525;padding-right:1rem;font-size:.95rem;font-weight:700}.toc-item--level-1 .toc-row{padding-left:1.35rem}.toc-item--level-2 .toc-row{padding-left:2.65rem}.toc-item--level-2 .toc-link{color:#5a6472;font-size:.9rem}.toc-item--level-3 .toc-link{color:#687384;font-size:.86rem}.toc-item--level-3 .toc-row{padding-left:4rem}.toc-link:hover{color:var(--color-foreground)}.toc-item--level-1 .toc-link--active,.toc-item--level-2 .toc-link--active,.toc-item--level-3 .toc-link--active,.toc-link--active{color:#173f78;background:#eef4ff;border-left-color:#244986;font-weight:800;box-shadow:inset 0 0 0 1px #2449860a}.toc-root-row:has(.toc-article-title:hover),.toc-row:has(.toc-link--active),.toc-row:has(.toc-link:hover){background:#f7f9fc}.toc-mobile-fab{z-index:50;pointer-events:none;position:fixed}.toc-mobile-fab--open{pointer-events:auto;touch-action:none;overscroll-behavior:contain;height:100dvh;min-height:100dvh;inset:0;overflow:hidden}.toc-mobile-top-toggle{border:1px solid var(--color-border);background:var(--color-card);color:#244986;cursor:pointer;letter-spacing:0;border-radius:8px;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:.75rem;font-weight:650;line-height:1;transition:color .15s,border-color .15s,background-color .15s;display:inline-flex;box-shadow:0 1px 8px #0f172a0f}.toc-mobile-top-toggle:hover{background:#f7f9fc;border-color:#244986}.toc-mobile-scrim{cursor:pointer;touch-action:none;background:#11182785;border:0;animation:tocScrimIn .16s both;inset:0}.toc-mobile-panel,.toc-mobile-scrim{pointer-events:auto;position:absolute}.toc-mobile-panel{background:var(--color-card);touch-action:pan-y;overscroll-behavior:contain;will-change:transform,opacity;border:1px solid var(--color-border);border-left:0;border-radius:0;flex-direction:column;width:min(70vw,20.5rem);height:100dvh;max-height:none;animation:tocPanelIn .2s cubic-bezier(.2,.78,.2,1) both;display:flex;top:0;bottom:0;left:0;overflow:hidden;box-shadow:12px 0 28px #0f172a29}.toc-mobile-panel .toc-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;border-top:0;flex:1;margin-top:0;padding:0;overflow-y:auto}.toc-mobile-panel .toc-nav{border-left:0}@media (max-width:1279px){.reader-nav{-webkit-backdrop-filter:none;backface-visibility:hidden;background:#fff;grid-template-columns:minmax(4.4rem,1fr) minmax(0,1.35fr) minmax(5rem,1fr);gap:.5rem;min-height:3.5rem;padding:0 .85rem;transform:translateZ(0)}.dark .reader-nav{background:#1a1a1a}.reader-nav__back{gap:.32rem;font-size:.9rem}.reader-nav__title{font-size:.98rem;line-height:1.35}.reader-nav__meta{gap:.42rem}.reader-nav__meta-item{display:none}.reader-nav__icon,.reader-nav__toc-anchor .toc-mobile-top-toggle{border-radius:9px;width:2.1rem;height:2.1rem}.reader-nav__icon{display:none}.site-nav{grid-template-columns:minmax(0,1fr) auto;gap:.7rem;min-height:3.45rem;padding:0 .85rem}.site-brand{display:none}.site-brand__text{font-size:1rem}.site-brand__mark{width:1.85rem;height:1.85rem}.site-nav__links{justify-content:flex-start;gap:clamp(.95rem,4vw,2.25rem)}.site-nav__link{min-width:2.45rem;font-size:.9rem}.site-search{width:min(34vw,10.5rem)}.home-page,.listing-page{padding:2.15rem 1rem 3.6rem}.home-hero{min-height:0;padding-bottom:1.25rem}.home-description{font-size:.96rem;line-height:1.82}.home-index{margin-top:1rem}.listing-hero{padding-top:.35rem;padding-bottom:1.65rem}.section-heading--split{display:block}.section-note{text-align:left;max-width:none;margin-top:.6rem;display:block}.article-card{grid-template-columns:1fr;gap:.8rem;padding:1.15rem 0}.article-card__media{order:1}.article-card__media img{max-height:14rem}.article-card__body{order:2}.article-card__summary{-webkit-line-clamp:2}.article-page{padding-top:1.25rem;padding-bottom:3rem}.article-backbar{display:none}.article-backbar-actions{display:inline-flex}.article-backlink{min-height:2rem;box-shadow:none;background:0 0;border:0;padding:0}.article-backlink:hover{box-shadow:none}.article-hero{margin-bottom:2.5rem}.article-page-title{letter-spacing:0;text-align:left;font-size:1.75rem;line-height:1.35}.article-meta{justify-content:flex-start;gap:.5rem;margin-top:.75rem}.article-cover{border-radius:8px;margin:0 -.25rem 1.75rem}.article-with-toc{display:block}.article-main{max-width:none}.article-content{font-size:1rem;line-height:1.88}.article-content h1{max-width:100%;margin:2.2rem 0 1rem;font-size:1.34rem}.article-content h2{max-width:100%;margin:2rem 0 .8rem;font-size:1.18rem}.article-content h1 .article-heading__text{padding:.28rem .6rem .34rem}.article-content h2 .article-heading__text{padding:.25rem .55rem .32rem}.article-content h3{margin:1.7rem 0 .68rem;font-size:1rem;line-height:1.42}.article-content h3 .article-heading__text{border-radius:4px;padding:.22rem .52rem .28rem}.article-content p{margin:.95rem 0}.article-content blockquote{border-left-width:5px;border-radius:0 10px 10px 0;margin:1.55rem 0;padding:1.35rem 1.1rem;box-shadow:6px 8px 16px #0f172a29}.article-content ol,.article-content ul{margin:.95rem 0 1.15rem;padding-left:1.25rem}.article-content>ol,.article-content>ul,.article-list-rich-group{border-left-width:5px;border-radius:0 10px 10px 0;margin:1.55rem 0;padding:1.2rem 1.05rem 1.2rem 2.15rem;box-shadow:6px 8px 16px #0f172a29}.article-list-rich-group>p{margin:1.2rem 0}.article-list-rich-group>a>img,.article-list-rich-group>img{margin:1.2rem auto}.article-list-rich-group>p img{margin:0 auto}.article-content li{margin:.4rem 0;padding-left:.55rem;line-height:1.76}.article-content ul>li:before{width:.34rem;height:.34rem;top:.72em;left:-.58rem}.article-content>ol>li:before,.article-list-rich-group>ol>li:before{min-width:.68rem;font-size:.9rem;top:.26em;left:-.68rem}.article-content li>ol,.article-content li>ul{margin:.62rem 0 .72rem;padding-left:.95rem}.article-content li>.code-shell{margin:.95rem 0 1.05rem}.article-content li>img,.article-content li>p>img{margin:.95rem auto 1.05rem}.article-content img{border-radius:8px;margin:1.4rem auto}.article-image-trigger{margin:1.45rem auto}.article-image-preview{padding:1rem}.article-image-preview__stage{width:100%}.article-image-preview__nav{width:2.25rem;height:2.25rem}.article-image-preview__nav--prev{left:.5rem}.article-image-preview__nav--next{right:.5rem}.article-table-scroll{border-left:0;border-right:0;border-radius:0;width:auto;max-width:none;margin:1.45rem -1rem}.article-content table{min-width:100%;font-size:.86rem}.article-content td,.article-content th{padding:.58rem .65rem}.code-shell{--code-font-size:.8rem;--code-line-height:1.68;--code-line-number-width:1.85em;--code-line-number-gap:.5rem;border-radius:8px;margin:1.45rem -1rem}.code-shell__bar{grid-template-columns:auto minmax(0,1fr) auto;gap:.45rem;min-height:2.5rem;padding:0 .5rem}.code-shell__dots{gap:.32rem}.code-shell__dots span{width:.55rem;height:.55rem}.code-shell__label{text-overflow:ellipsis;white-space:nowrap;font-size:.66rem;display:block;overflow:hidden}.code-shell__actions{gap:.3rem}.code-shell__copy,.code-shell__mode{border-radius:7px;height:1.85rem}.code-shell__copy{width:auto;padding:0 .45rem}.code-shell__copy span{display:none}.code-shell__copy--copied span{display:inline}.code-shell__mode{width:1.85rem;padding:0;font-size:.65rem}.code-shell__mode span{display:none}.code-shell__body{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding:.85rem .55rem .9rem;overflow:auto hidden}.code-shell__scroll-hint{bottom:.62rem;right:.7rem}.code-shell--scroll .code-shell__body code,.code-shell--scroll .code-shell__body pre,.code-shell--scroll .code-shell__body span{overflow-wrap:normal;word-break:normal;white-space:pre!important}.code-shell--scroll .code-shell__body pre{width:max-content;min-width:100%;max-width:none}.code-shell--scroll .code-shell__body pre>code{width:max-content!important;min-width:100%!important;max-width:none!important;display:inline-block!important}.code-shell--scroll .code-shell__body{overflow-x:auto;-webkit-mask-image:none;mask-image:none}.toc-wrapper{display:none!important}.toc-mobile-fab{top:auto;right:auto}.site-nav__article-actions:not(:empty){display:inline-flex}.site-nav__article-actions .toc-mobile-top-toggle{width:2.18rem;height:2.18rem;box-shadow:none;border-radius:8px}.toc-mobile-fab--open{inset:0}.toc-mobile-panel{border-radius:0;width:min(70vw,20.5rem);height:100dvh;max-height:none}.toc-mobile-panel .toc-header{min-height:3rem;padding:0 .65rem}.toc-mobile-panel .toc-title{font-size:1rem}.toc-mobile-panel .toc-mobile-titlebar{display:none}.toc-mobile-panel .toc-root-row{padding:1rem .9rem .75rem .75rem}.toc-mobile-panel .toc-section-spacer,.toc-mobile-panel .toc-section-toggle{width:1rem;height:1.75rem}.toc-mobile-panel .toc-article-title__text{font-size:.98rem;font-weight:800;line-height:1.42}.toc-mobile-panel .toc-nav{padding:.25rem 0 .9rem}.toc-mobile-panel .toc-link{padding:.36rem .75rem .36rem .25rem;font-size:.88rem}.toc-mobile-panel .toc-item--level-1 .toc-link{padding-right:.75rem;font-size:.9rem}.toc-mobile-panel .toc-item--level-1 .toc-row{padding-left:1.25rem}.toc-mobile-panel .toc-item--level-2 .toc-row{padding-left:2.35rem}.toc-mobile-panel .toc-item--level-3 .toc-link{font-size:.86rem}.toc-mobile-panel .toc-item--level-3 .toc-row{padding-left:3.45rem}.toc-mobile-panel .toc-link__text{-webkit-line-clamp:2}}@media (max-width:640px){.reader-nav{grid-template-columns:minmax(4.8rem,1fr) minmax(0,1.2fr) minmax(4.8rem,1fr);min-height:3.3rem;padding:0 .65rem}.reader-nav__title{font-size:.95rem}.site-nav{min-height:3.25rem;padding:0 .65rem}.site-brand{gap:.45rem}.site-brand__text{text-overflow:ellipsis;max-width:5.2rem;overflow:hidden}.site-nav__links{gap:1rem}.site-nav__link{min-width:2.25rem;font-size:.86rem}.site-nav__actions{gap:.4rem}.site-search{width:2.25rem;transition:width .18s}.site-search:focus-within,.site-search:has(input:not(:placeholder-shown)){width:min(48vw,11rem)}.site-search input{color:#0000;caret-color:#264783;height:2.1rem;padding-left:2rem;padding-right:0;font-size:16px}.site-search input::placeholder{color:#0000}.site-search input:not(:placeholder-shown),.site-search:focus-within input{color:#2d2d2d;padding-right:.7rem}.dark .site-search input:not(:placeholder-shown),.dark .site-search:focus-within input{color:#f7f9fc}.home-page,.listing-page{padding-top:1.7rem}.home-title{font-size:2.45rem}.article-card__title{font-size:1.18rem}.article-recommendations{margin-top:2.8rem;padding-top:1.35rem;padding-bottom:4.5rem}.article-recommendations__list{grid-template-columns:1fr;gap:.75rem}.article-recommendation-card{min-height:0;padding:.92rem}.article-back-to-top{width:2.3rem;height:2.3rem;bottom:.9rem;right:.9rem}}@media (max-width:1279px){.code-shell[data-code-user-mode=false] .code-shell__body{overflow-x:hidden;-webkit-mask-image:none;mask-image:none}.code-shell[data-code-user-mode=false] .code-shell__body code,.code-shell[data-code-user-mode=false] .code-shell__body pre,.code-shell[data-code-user-mode=false] .code-shell__body span{overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap!important}.code-shell[data-code-user-mode=false] .code-shell__body pre{max-width:100%;width:100%!important}.code-shell[data-code-user-mode=false] .code-shell__body pre>code{width:100%!important;min-width:0!important;max-width:100%!important;display:block!important}}@media (min-width:1280px){.article-with-toc{grid-template-columns:18rem minmax(0,980px)}.toc-wrapper--collapsed{width:2.5rem}.article-with-toc:has(.toc-wrapper--collapsed){grid-template-columns:2.5rem minmax(0,980px)}}.toc-content::-webkit-scrollbar{width:3px}.toc-content::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.toc-content::-webkit-scrollbar-track{background:0 0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}