/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2025 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238)}.dark{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--code-bg)}.dark.list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.row{display:flex}.profile-text{text-align:justify;text-justify:inter-word;flex:1}.profile-text p{line-height:1.5em;margin-bottom:1em}.profile-img{margin-left:5%}.profile-img img{border-radius:50%}@media screen and (max-width:600px){.profile-img{display:none}}.pub-entry{display:flex}.pub-entry a:hover{text-decoration:underline}.pub-entry .entry-cover{margin:auto 3% auto 0;flex:2}.pub-entry .entry-content{-webkit-line-clamp:5}.pub-entry .venue{margin-top:.5em;color:#191970}@media screen and (max-width:600px){.pub-entry .entry-cover{margin:auto 5% auto 0;flex:3}}.pub-meta{margin-top:auto;margin-bottom:auto;flex:5}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;border-bottom:1px solid var(--secondary)}.footer a:hover{border-bottom:1px solid var(--primary)}.top-link{visibility:hidden;position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.top-link:focus,#theme-toggle:focus{outline:0}.nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height)}.nav a{display:block}.logo,#menu{display:flex;margin:auto var(--gap)}.logo{flex-wrap:inherit}.logo a{font-size:24px;font-weight:700}.logo a img,.logo a svg{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}button#theme-toggle{font-size:26px;margin:auto 4px}body.dark #moon{vertical-align:middle;display:none}body:not(.dark) #sun{display:none}#menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-size:16px}#menu .active{font-weight:500;border-bottom:2px solid}.lang-switch li,.lang-switch ul,.logo-switches{display:inline-flex;margin:auto 4px}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch a{margin:auto 3px;font-size:16px;font-weight:500}.logo-switches{flex-wrap:inherit}.inline-svg{display:inline-block;height:.9rem;width:.9rem;bottom:-.2rem;position:relative;margin:.2rem}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{-webkit-line-clamp:unset}.pub-entry,.project-entry,.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border)}.post-entry:active{transform:scale(.96)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center}.entry-cover img,.entry-cover video{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{color:var(--secondary);box-shadow:0 1px 0 var(--primary)}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:2px;font-size:40px}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px;display:flex;flex-wrap:wrap;align-items:center}.post-meta .i18n_list li{display:inline-flex;list-style:none;margin:auto 3px;box-shadow:0 1px 0 var(--secondary)}.breadcrumbs a{font-size:16px}.post-content{color:var(--content)}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}.post-content a,.toc a:hover{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.post-content del{text-decoration:line-through}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:var(--content-gap)}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:8px 5px;line-height:1.5;border-bottom:1px solid var(--border)}.post-content table th{text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0!important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto 4px;padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.post-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.post-content blockquote{margin:20px 0;padding:0 14px;border-inline-start:3px solid var(--primary)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content iframe{max-width:100%}.post-content img{border-radius:4px;margin:1rem 0}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.post-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.toc{margin:0 2px 40px;border:1px solid var(--border);background:var(--code-bg);border-radius:var(--radius);padding:.4em}.dark .toc{background:var(--entry)}.toc details summary{cursor:zoom-in;margin-inline-start:10px;user-select:none}.toc details[open] summary{cursor:zoom-out}.toc .details{display:inline;font-weight:500}.toc .inner{margin:5px 20px 0;padding:0 10px;opacity:.9}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-footer{margin-top:56px}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:8px;font-weight:500;user-select:none}.paginav{display:flex;line-height:30px}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius)}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){box-shadow:0 1px}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:10px}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px;transition:transform .1s}.button-inner{padding:0 8px}.button:active{transform:scale(.96)}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:6px;transition:transform .1s}.terms-tags a:active{background:var(--tertiary);transform:scale(.96)}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .x{}.chroma .err{color:#ed8796}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .n{}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .nx{}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .l{}.chroma .ld{}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .p{}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .g{}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma .w{}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-track{background:var(--code-bg)}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}.list:not(.dark)::-webkit-scrollbar-thumb{border:5px solid var(--code-bg)}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::-webkit-scrollbar:not(.highlighttable,.highlight table,.gist .highlight){background:var(--theme)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--code-block-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}@media screen and (min-width:768px){::-webkit-scrollbar{width:19px;height:11px}}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,#searchResults .focus,#searchResults li:active{transform:none}}:root{--editorial-bg:#f4f2ed;--editorial-surface:#f8f7f3;--editorial-soft:#ebe8e1;--editorial-ink:#181816;--editorial-body:#55534f;--editorial-muted:#77736d;--editorial-line:#d6d2c9;--editorial-accent:#1458c7;--editorial-accent-hover:#0d439d;--editorial-max:1200px;--theme:#f4f2ed;--entry:#f8f7f3;--primary:#181816;--secondary:#77736d;--tertiary:#ebe8e1;--content:#55534f;--code-bg:#ebe8e1;--border:#d6d2c9}.dark{--theme:#f4f2ed;--entry:#f8f7f3;--primary:#181816;--secondary:#77736d;--tertiary:#ebe8e1;--content:#55534f;--code-bg:#ebe8e1;--border:#d6d2c9}html.is-homepage{--main-width:1120px;--nav-width:1120px}html.is-harness-page{--main-width:1120px;--nav-width:1120px}html{scroll-behavior:smooth}body,.list,.dark.list{background:var(--editorial-bg)!important;color:var(--editorial-body);font-family:"source sans 3",-apple-system,BlinkMacSystemFont,segoe ui,sans-serif}body.dark,body.dark.list{background:var(--editorial-bg)!important;color:var(--editorial-body)}body.dark .main,body.dark .post-content,body.dark .entry-content,body.dark .entry-header,body.dark .entry-footer{color:inherit}.header{position:sticky;top:0;z-index:1000;background:rgba(247,247,248,.96);border-bottom:1px solid var(--editorial-line);box-shadow:none;backdrop-filter:blur(10px)}body.dark .header{background:rgba(247,247,248,.96);border-bottom:1px solid var(--editorial-line)}.header a,.header .logo a,.header .nav a,body.dark .header a,body.dark .header .logo a,body.dark .header .nav a{color:var(--editorial-ink)}a{color:var(--editorial-accent)}a:hover{color:var(--editorial-accent-hover)}.home-shell{width:min(var(--editorial-max),calc(100% - 40px));margin:0 auto 88px;color:var(--editorial-body)}.main{color:var(--editorial-body)}.post-language-switch{display:flex;margin-top:14px}.post-language-switch a{display:inline-flex;align-items:center;min-height:34px;padding:6px 13px;border:1px solid var(--editorial-line);border-radius:999px;background:var(--editorial-soft);color:var(--editorial-accent);font-size:.9rem;font-weight:700;line-height:1}.post-language-switch a:hover{border-color:var(--editorial-accent);color:var(--editorial-accent-hover)}.home-main{display:grid;gap:0;padding-top:0}.page-header-editorial,.pubs-shell,.section-shell{width:min(var(--editorial-max),calc(100% - 40px));margin:0 auto}.page-header-editorial{padding:30px 0 18px;border-bottom:1px solid var(--editorial-line)}.page-header-editorial h1{margin:6px 0 0;font-family:"source sans 3",-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:clamp(2.1rem,4vw,3rem);font-weight:700;line-height:1.05;text-transform:none;letter-spacing:-.02em;color:#171717}.page-header-editorial .post-description{margin-top:14px;max-width:42rem;color:var(--editorial-body);font-size:1rem;line-height:1.8}.pubs-shell,.section-shell{padding-bottom:72px;width:min(1104px,calc(100% - 40px))}.pubs-list,.section-list{display:grid;gap:0;padding-top:28px}.pubs-entry,.section-entry{margin-bottom:0;padding:28px 0 30px;border:0;border-bottom:1px solid #e5e7eb;border-radius:0;background:0 0;box-shadow:none}.pubs-entry .entry-header h2,.section-entry .entry-header h2{margin:0;font-family:"source sans 3",-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-size:1.35rem;font-weight:700;line-height:1.35;color:#171717}.pubs-entry .entry-header a,.section-entry .entry-header a{color:inherit}.pubs-entry .entry-header a:hover,.section-entry .entry-header a:hover{color:var(--editorial-accent)}.pubs-entry .entry-content,.section-entry .entry-content{display:grid;gap:8px;margin-top:8px;color:#4b5563;font-size:.96rem;line-height:1.75}.pub-venue{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;background:rgba(37,99,235,8%);border-radius:999px;color:#2563eb;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.pub-authors{color:#4b5563;font-size:.95rem}.pub-authors strong{color:#171717;font-weight:700}.pub-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}.pub-links{display:inline-flex;flex-wrap:wrap;gap:12px}.pub-links a{color:#4b5563;font-size:.9rem;font-weight:600;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:.2em;transition:color 160ms ease,text-decoration-color 160ms ease}.pub-links a:hover{color:var(--editorial-accent);text-decoration-color:initial}.pub-summary{margin:0;color:#4b5563;max-width:66ch}.pubs-entry:last-child,.section-entry:last-child{border-bottom:0}.pubs-entry:active,.section-entry:active{transform:none}.section-empty-state{display:grid;gap:10px;margin-top:28px;padding:28px 30px;border:1px solid var(--editorial-line);border-radius:20px;background:rgba(255,255,255,.72);color:var(--editorial-body)}.section-empty-state p{margin:0}.pagination,.page-footer{width:min(var(--editorial-max),calc(100% - 40px));margin:28px auto 0}.pagination a{background:var(--editorial-accent)}.pagination a:hover{background:var(--editorial-accent-hover)}.home-kicker,.section-kicker,.work-meta,.news-date,.metric-label,.highlight-label,.home-meta-label{color:var(--editorial-muted);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-title,.section-heading h2,.project-card h3,.academic-card h3,.highlight-card h3{font-family:oswald,Impact,arial narrow,sans-serif;letter-spacing:.01em}.home-hero{padding:56px 0 64px;border-bottom:1px solid var(--editorial-line)}.home-hero-panel{max-width:760px}.home-title{margin:12px 0 10px;font-size:clamp(3.6rem,8vw,6rem);font-weight:600;line-height:.95;text-transform:uppercase;color:var(--editorial-ink)}.home-role{margin:0 0 18px;font-size:1.2rem;font-weight:700;color:var(--editorial-muted)}.home-manifesto{margin:0;max-width:46rem;font-size:1.12rem;line-height:1.8;color:var(--editorial-body)}.home-cta-row{display:flex;flex-wrap:wrap;gap:14px;margin:28px 0 30px}.home-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid transparent;font-size:.98rem;font-weight:700;text-decoration:none;transition:background 160ms ease,color 160ms ease,border-color 160ms ease}.home-cta-primary{color:#fff;background:var(--editorial-accent)}.home-cta-secondary{color:var(--editorial-ink);background:#fff;border-color:var(--editorial-line)}.home-cta-primary:hover{color:#fff;background:var(--editorial-accent-hover)}.home-cta-secondary:hover{color:var(--editorial-accent-hover);border-color:var(--editorial-accent-hover)}.home-meta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:760px;padding-top:20px;border-top:1px solid var(--editorial-line)}.home-meta-item strong{display:block;margin-top:6px;font-size:1rem;color:var(--editorial-ink)}.home-section{padding:56px 0;border-bottom:1px solid var(--editorial-line)}.home-section-alt{background:var(--editorial-soft);margin:0 -20px;padding:56px 20px;border:1px solid #f3f4f6;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,5%)}.section-heading{display:grid;grid-template-columns:minmax(0,1fr)minmax(260px,360px);gap:30px;align-items:start;margin-bottom:28px}.section-heading h2{margin:8px 0 0;font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1.02;text-transform:uppercase;color:var(--editorial-ink)}.section-summary{margin:0;font-size:1rem;line-height:1.8;color:var(--editorial-body)}.about-grid,.news-layout,.academic-grid,.highlights-grid{display:grid;gap:28px}.about-grid{grid-template-columns:minmax(0,1.2fr)minmax(260px,.8fr);align-items:stretch}.about-copy{display:flex;flex-direction:column}.about-copy p,.academic-card p,.academic-card li,.news-copy,.project-card p,.highlight-card p{font-size:1rem;line-height:1.85;color:var(--editorial-body)}.about-copy p{margin:0 0 16px}.about-affiliations{display:flex;flex-wrap:wrap;gap:12px;margin:auto 0 0;padding-top:10px;transform:translateY(12px)}.about-affiliation{flex:1 1 220px;position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;gap:12px;padding:10px 14px;border:1px solid var(--editorial-line);border-radius:16px;background:rgba(255,255,255,.82);color:inherit;cursor:default;box-shadow:0 6px 18px rgba(15,23,42,3%);--affiliation-accent:rgba(196, 153, 58, 0.24);--affiliation-border:rgba(196, 153, 58, 0.34);--affiliation-shadow:rgba(196, 153, 58, 0.18);--affiliation-reveal-y:0px;--affiliation-perspective:1080px;--affiliation-tilt-scale:1;--affiliation-pop-z:22px;--affiliation-text-pop-z:28px;--affiliation-rotate-x:0deg;--affiliation-rotate-y:0deg;--affiliation-origin-x:50%;--affiliation-spotlight-x:18%;--affiliation-spotlight-y:18%;transform:translateY(var(--affiliation-reveal-y))perspective(var(--affiliation-perspective))rotateX(var(--affiliation-rotate-x))rotateY(var(--affiliation-rotate-y));transform-origin:var(--affiliation-origin-x)50%;transform-style:preserve-3d;will-change:transform;transition:opacity 700ms cubic-bezier(.22,1,.36,1),transform 180ms cubic-bezier(.22,1,.36,1),border-color 220ms cubic-bezier(.22,1,.36,1),box-shadow 280ms cubic-bezier(.22,1,.36,1),background-color 220ms cubic-bezier(.22,1,.36,1)}.about-affiliation::before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:radial-gradient(circle at var(--affiliation-spotlight-x) var(--affiliation-spotlight-y),rgba(255,255,255,.92) 0%,var(--affiliation-accent) 18%,rgba(255,255,255,.14) 34%,rgba(255,255,255,0) 62%),linear-gradient(135deg,rgba(255,255,255,.78) 0%,rgba(255,255,255,.18) 28%,rgba(255,255,255,0) 64%);opacity:0;pointer-events:none;transition:opacity 220ms cubic-bezier(.22,1,.36,1)}.about-affiliation::after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(255,255,255,.7);box-shadow:inset 0 1px rgba(255,255,255,.92),inset 0 0 0 1px var(--affiliation-border);opacity:0;pointer-events:none;transition:opacity 220ms cubic-bezier(.22,1,.36,1)}.about-affiliation[data-affiliation-theme=nvidia]{--affiliation-accent:rgba(118, 185, 0, 0.26);--affiliation-border:rgba(118, 185, 0, 0.34);--affiliation-shadow:rgba(118, 185, 0, 0.2);--affiliation-perspective:760px;--affiliation-tilt-scale:1.55;--affiliation-pop-z:32px;--affiliation-text-pop-z:38px}.about-affiliation>*{position:relative;z-index:1}.about-affiliation.is-hovered,.about-affiliation:hover{border-color:var(--affiliation-border);background:rgba(255,255,255,.96);box-shadow:0 28px 44px rgba(15,23,42,.16),0 20px 38px var(--affiliation-shadow)}.about-affiliation.is-hovered::before,.about-affiliation.is-hovered::after,.about-affiliation:hover::before,.about-affiliation:hover::after{opacity:.98}.about-affiliation-icon,.about-affiliation-text{transition:transform 420ms cubic-bezier(.22,1,.36,1),opacity 220ms cubic-bezier(.22,1,.36,1)}.about-affiliation.is-hovered .about-affiliation-icon,.about-affiliation:hover .about-affiliation-icon{transform:translate3d(0,-1px,var(--affiliation-pop-z))scale(1.03)}.about-affiliation.is-hovered .about-affiliation-text,.about-affiliation:hover .about-affiliation-text{transform:translate3d(0,-1px,var(--affiliation-text-pop-z))}.about-affiliation-icon{display:block;width:auto;height:28px;object-fit:contain;flex:none}.about-affiliation-icon-nvidia{height:28px}.about-affiliation-text{display:grid;gap:2px}.about-affiliation-name{color:var(--editorial-ink);font-size:.98rem;font-weight:700;line-height:1.1}.about-affiliation-role{color:var(--editorial-muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;line-height:1.25;text-transform:none}.about-panel{display:flex;flex-direction:column;gap:18px;min-height:100%}.about-portrait-stack{--conference-stage-depth:188px;position:relative;width:100%;max-width:360px;padding-bottom:var(--conference-stage-depth)}.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}.about-portrait{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;border:1px solid var(--editorial-line);position:relative;z-index:10}.conference-stage-shell{position:absolute;inset:0;pointer-events:none;z-index:20}.conference-stage{position:absolute;inset:0;overflow:visible}.conference-stage-fallback{position:absolute;left:0;right:0;bottom:0;display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}.conference-stage-live .conference-stage-fallback{display:none}.conference-cube{position:absolute;top:0;left:0;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,4%) 34%),linear-gradient(160deg,var(--cube-color,#171717),var(--cube-edge,#111827));box-shadow:0 14px 26px var(--cube-shadow,rgba(15,23,42,.14)),inset 0 1px rgba(255,255,255,.24);color:#fff;font-family:"source sans 3",helvetica neue,Arial,sans-serif;font-size:.76rem;font-weight:700;letter-spacing:.08em;line-height:1;cursor:pointer;user-select:none;touch-action:manipulation;will-change:transform;transition:filter 160ms ease,box-shadow 160ms ease;pointer-events:auto;z-index:30}.conference-cube-static{position:static;box-shadow:none;cursor:default}.conference-cube:hover{filter:saturate(1.08)brightness(1.06);box-shadow:0 16px 30px var(--cube-shadow,rgba(15,23,42,.18)),inset 0 1px rgba(255,255,255,.28)}.about-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:auto;color:#374151}.about-links-label,.about-links-divider{color:#6b7280;font-size:.92rem;font-weight:600}.about-links a,.news-copy a,.academic-card a,.project-link{color:#374151;font-size:.98rem;font-weight:600;text-decoration:none;transition:color 160ms ease}.about-links a:hover,.news-copy a:hover,.academic-card a:hover,.project-link:hover{color:var(--editorial-accent)}.news-layout{grid-template-columns:minmax(0,1.25fr)minmax(280px,.75fr)}.news-timeline,.highlight-stack,.project-grid{display:grid;gap:18px}.news-timeline{max-height:560px;overflow-y:auto;align-content:start;padding-right:10px;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.news-timeline::-webkit-scrollbar{width:8px}.news-timeline::-webkit-scrollbar-track{background:0 0}.news-timeline::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.news-timeline::-webkit-scrollbar-thumb:hover{background:#94a3b8}.highlights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.highlight-item{padding:22px 24px;border:1px solid var(--editorial-line);background:#fff}.highlight-item-title{margin:0 0 10px;color:var(--editorial-ink);font-size:1rem;font-weight:700;line-height:1.5}.highlight-item p:last-child{margin:0;font-size:1rem;line-height:1.85;color:var(--editorial-body)}.news-item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:18px;padding-bottom:16px;border-bottom:1px solid var(--editorial-line)}.news-item:last-child{padding-bottom:0;border-bottom:0}.news-date{margin:0}.highlight-card,.project-card,.academic-card{padding:22px 24px;border:1px solid var(--editorial-line);background:#fff}.highlight-card h3,.project-card h3,.academic-card h3{margin:10px 0;font-size:1.55rem;font-weight:500;text-transform:uppercase;color:var(--editorial-ink)}.project-card h3{text-transform:none}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-card{display:grid;gap:10px;text-decoration:none}.project-link{font-size:.94rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.academic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.academic-card ul{margin:0;padding-left:1.1rem}.academic-card li+li{margin-top:8px}.js-ready .reveal-on-scroll,.js-ready .reveal-item:not(.about-affiliation){opacity:0;transform:translateY(20px);transition:opacity 700ms cubic-bezier(.22,1,.36,1),transform 700ms cubic-bezier(.22,1,.36,1)}.js-ready .reveal-on-scroll.is-visible,.js-ready .reveal-item:not(.about-affiliation).is-visible{opacity:1;transform:translateY(0)}.js-ready .about-affiliation.reveal-item{opacity:0;--affiliation-reveal-y:20px}.js-ready .about-affiliation.reveal-item.is-visible{opacity:1;--affiliation-reveal-y:0px}.js-ready .reveal-image{opacity:0;transform:translateY(20px)scale(1.05);transform-origin:center center;transition:opacity 1200ms cubic-bezier(.22,1,.36,1),transform 1200ms cubic-bezier(.22,1,.36,1)}.js-ready .reveal-image.is-visible{opacity:1;transform:translateY(0)scale(1)}.reveal-stagger>:nth-child(1){transition-delay:0ms}.reveal-stagger>:nth-child(2){transition-delay:150ms}.reveal-stagger>:nth-child(3){transition-delay:300ms}.reveal-stagger>:nth-child(4){transition-delay:450ms}.reveal-stagger>:nth-child(5){transition-delay:600ms}.reveal-stagger>:nth-child(6){transition-delay:750ms}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js-ready .reveal-on-scroll,.js-ready .reveal-item,.js-ready .reveal-image,.conference-cube,.home-cta,.about-affiliation,.about-affiliation:hover,.about-affiliation-icon,.about-affiliation-text{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}.about-affiliation::before,.about-affiliation::after{opacity:0!important}}@media(max-width:900px){.home-shell{width:min(var(--editorial-max),calc(100% - 24px))}.page-header-editorial,.pubs-shell,.pagination,.page-footer{width:min(var(--editorial-max),calc(100% - 24px))}.section-heading,.about-grid,.news-layout,.project-grid,.academic-grid,.highlights-grid{grid-template-columns:1fr}.home-meta-grid{grid-template-columns:1fr}.home-section-alt{margin:0 -12px;padding:48px 12px}.conference-stage,.conference-stage-shell{max-width:none}.conference-stage{min-height:172px}.news-timeline{max-height:520px;padding-right:6px}}@media(hover:none),(pointer:coarse){.about-affiliation{transform:none}.about-affiliation::before,.about-affiliation::after,.about-affiliation:hover::before,.about-affiliation:hover::after{opacity:0}.about-affiliation:hover{background:rgba(255,255,255,.82);border-color:var(--editorial-line);box-shadow:0 6px 18px rgba(15,23,42,3%);animation:none}.about-affiliation:hover .about-affiliation-icon,.about-affiliation:hover .about-affiliation-text{transform:none}}@media(max-width:680px){.home-shell{width:min(var(--editorial-max),calc(100% - 18px));margin-bottom:48px}.page-header-editorial,.pubs-shell,.pagination,.page-footer{width:min(var(--editorial-max),calc(100% - 18px))}.home-main{padding-top:0}.page-header-editorial{padding:28px 0 22px}.page-header-editorial h1{font-size:3rem}.home-title{font-size:3.5rem}.news-item{grid-template-columns:1fr;gap:6px}.home-hero{padding:40px 0 48px}.home-section{padding:44px 0}.highlight-card,.highlight-item,.pubs-entry,.project-card,.academic-card{padding:18px}.pubs-entry{padding:22px 0 24px}}.harness-shell{width:min(var(--editorial-max),calc(100% - 40px));margin:54px auto 88px;color:var(--editorial-ink)}.harness-hero{position:relative;isolation:isolate;overflow:hidden;min-height:430px;padding:58px;background:#101217;color:#fff}.harness-hero::before{content:"";position:absolute;inset:0;z-index:-1;opacity:.28;background-image:linear-gradient(rgba(255,255,255,7%) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,7%) 1px,transparent 1px);background-size:38px 38px;-webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.65) 52%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.65) 52%,transparent 100%)}.harness-hero::after{content:"";position:absolute;z-index:-1;width:420px;height:420px;right:-210px;top:-220px;border:1px solid rgba(96,165,250,.5);border-radius:50%;box-shadow:0 0 0 72px rgba(37,99,235,4%),0 0 0 144px rgba(37,99,235,.025)}.harness-hero-copy{position:relative;z-index:1;max-width:720px}.harness-micro,.harness-eyebrow,.harness-post-marker,.harness-post-takeaway>span{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.harness-eyebrow{display:flex;align-items:center;gap:12px;margin:0;color:#93c5fd}.harness-eyebrow::before{content:"";width:26px;height:2px;background:#3b82f6}.harness-hero h1{margin:22px 0;font-family:oswald,Impact,arial narrow,sans-serif;font-size:clamp(4.5rem,8vw,6.5rem);font-weight:600;line-height:.88;letter-spacing:.005em;text-transform:uppercase;color:#fff}.harness-lede{max-width:650px;margin:0;color:#cbd5e1;font-size:1.06rem;line-height:1.72}.harness-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:46px;margin-top:30px;padding:0 20px;background:var(--editorial-accent);color:#fff;font-size:.9rem;font-weight:700;text-decoration:none;transition:background 160ms ease}.harness-button:hover{background:var(--editorial-accent-hover);color:#fff}.harness-button span{font-size:1.15rem}.harness-signal-strip{display:grid;grid-template-columns:minmax(0,1.6fr)minmax(240px,.6fr);border:1px solid var(--editorial-line);border-top:0;background:#fff}.harness-signal{min-height:92px;padding:20px 24px;border-right:1px solid var(--editorial-line)}.harness-signal:last-child{border-right:0}.harness-signal .harness-micro{color:var(--editorial-muted)}.harness-signal strong{display:block;margin-top:8px;color:var(--editorial-ink);font-size:.96rem;line-height:1.35}.harness-signal-premise strong{color:var(--editorial-accent)}.harness-series{padding-top:64px}.harness-section-head{display:grid;grid-template-columns:minmax(0,1fr)minmax(300px,390px);gap:40px;align-items:end;margin-bottom:26px}.harness-section-kicker{margin:0 0 10px;color:var(--editorial-accent)}.harness-section-head h2{margin:0;font-family:oswald,Impact,arial narrow,sans-serif;font-weight:600;line-height:1;text-transform:uppercase}.harness-section-head h2{font-size:clamp(2.5rem,5vw,3.2rem);color:var(--editorial-ink)}.harness-section-head>p{margin:0;color:var(--editorial-body);font-size:.96rem;line-height:1.75}.harness-article-list{display:grid;gap:20px}.harness-entry{display:grid;grid-template-columns:120px minmax(0,1fr)220px;min-height:260px;background:#fff;border:1px solid var(--editorial-line)}.harness-entry-index{padding:28px;border-right:1px solid var(--editorial-line)}.harness-entry-index .harness-micro{color:var(--editorial-accent)}.harness-entry-index strong{display:block;margin-top:17px;font-family:oswald,Impact,sans-serif;font-size:3.7rem;line-height:1;color:var(--editorial-ink)}.harness-entry-copy{min-width:0;padding:29px 34px 30px}.harness-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:18px}.harness-chips span{padding:5px 8px;border:1px solid #cbd5e1;color:#475569;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.harness-entry h3{margin:0;font-size:1.8rem;line-height:1.2;letter-spacing:-.02em;color:var(--editorial-ink)}.harness-entry h3 a{color:inherit}.harness-entry h3 a:hover{color:var(--editorial-accent)}.harness-entry-copy>p{margin:14px 0 20px;color:var(--editorial-body);font-size:.96rem;line-height:1.7}.harness-entry-meta{display:flex;flex-wrap:wrap;gap:6px 14px;color:var(--editorial-muted);font-size:.78rem}.harness-entry-meta span+span::before{content:"·";margin-right:14px}.harness-entry-takeaway{display:flex;min-width:0;flex-direction:column;justify-content:space-between;padding:28px 24px;background:#f1f5f9;border-left:1px solid var(--editorial-line)}.harness-entry-takeaway .harness-micro{color:var(--editorial-ink)}.harness-entry-takeaway p{margin:14px 0 0;color:#334155;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.76rem;line-height:1.65}.harness-entry-takeaway a{margin-top:28px;color:var(--editorial-accent);font-size:.82rem;font-weight:700}.harness-entry-lessons{grid-column:1/-1;display:grid;grid-template-columns:190px minmax(0,1fr);border-top:1px solid var(--editorial-line);background:#f8fafc}.harness-entry-lessons-label{display:flex;flex-direction:column;justify-content:center;gap:7px;padding:20px 28px;border-right:1px solid var(--editorial-line)}.harness-entry-lessons-label .harness-micro{color:var(--editorial-accent)}.harness-entry-lessons-label>strong{color:var(--editorial-ink);font-size:.92rem}.harness-entry-lessons ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none}.harness-entry-lessons li{display:flex;align-items:center;gap:12px;min-width:0;padding:20px;border-right:1px solid var(--editorial-line)}.harness-entry-lessons li:last-child{border-right:0}.harness-entry-lessons li span{color:#94a3b8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem;font-weight:700}.harness-entry-lessons li strong{color:#334155;font-size:.84rem;line-height:1.4}.harness-post-marker{margin:8px 0 18px;color:var(--editorial-accent)}.harness-post-takeaway{margin-top:24px;padding:18px 20px;border-left:3px solid var(--editorial-accent);background:#f1f5f9}.harness-post-takeaway>span{color:var(--editorial-accent)}.harness-post-takeaway p{margin:8px 0 0;color:#334155;font-size:.96rem;line-height:1.65}.harness-post-back{margin-top:28px;padding-top:20px;border-top:1px solid var(--editorial-line)}.harness-post-back a{color:var(--editorial-accent);font-weight:700}@media(max-width:900px){.harness-shell{width:min(var(--editorial-max),calc(100% - 24px));margin-top:28px}.harness-hero{min-height:0;padding:44px 34px}.harness-signal-strip,.harness-section-head,.harness-entry{grid-template-columns:1fr}.harness-signal{border-right:0;border-bottom:1px solid var(--editorial-line)}.harness-signal:last-child{border-bottom:0}.harness-entry-index{display:flex;align-items:center;justify-content:space-between;border-right:0;border-bottom:1px solid var(--editorial-line)}.harness-entry-index strong{margin-top:0}.harness-entry-takeaway{border-left:0;border-top:1px solid var(--editorial-line)}.harness-entry-lessons{grid-template-columns:1fr}.harness-entry-lessons-label{border-right:0;border-bottom:1px solid var(--editorial-line)}.harness-entry-lessons ol{grid-template-columns:1fr}.harness-entry-lessons li{border-right:0;border-bottom:1px solid var(--editorial-line)}.harness-entry-lessons li:last-child{border-bottom:0}}@media(max-width:680px){.harness-shell{width:min(var(--editorial-max),calc(100% - 18px));margin-top:18px}.harness-hero{padding:38px 28px}.harness-hero h1{font-size:3.8rem}.harness-lede{font-size:.98rem}.harness-series{padding-top:48px}.harness-entry-copy,.harness-entry-takeaway,.harness-entry-index{padding:22px}.harness-entry h3{font-size:1.5rem}}html.is-homepage{--main-width:1200px;--nav-width:1200px;--home-paper:#f4f2ed;--home-paper-deep:#ebe8e1;--home-ink:#181816;--home-body:#55534f;--home-muted:#77736d;--home-line:#d6d2c9;--home-accent:#1458c7;--home-accent-dark:#0d439d;--editorial-bg:var(--home-paper);--editorial-ink:var(--home-ink);--editorial-body:var(--home-body);--editorial-muted:var(--home-muted);--editorial-line:var(--home-line);--editorial-accent:var(--home-accent);--editorial-accent-hover:var(--home-accent-dark)}html.is-homepage body,html.is-homepage body.list{background:var(--home-paper)!important;color:var(--home-body)}html.is-homepage .main{max-width:none;padding:0}html.is-homepage .header{background:rgba(244,242,237,.92);border-bottom-color:rgba(24,24,22,.12);backdrop-filter:blur(18px)saturate(120%)}html.is-homepage .nav{min-height:72px;line-height:72px}html.is-homepage .logo a{color:var(--home-ink);font-family:newsreader,Georgia,serif;font-size:1.32rem;font-weight:500;letter-spacing:-.02em}html.is-homepage #menu{gap:30px}html.is-homepage #menu li+li{margin-inline-start:0}html.is-homepage #menu a{position:relative;color:var(--home-body);font-size:.9rem;font-weight:600}html.is-homepage #menu a::after{content:"";position:absolute;right:0;bottom:21px;left:0;height:1px;background:var(--home-ink);transform:scaleX(0);transform-origin:right;transition:transform 220ms cubic-bezier(.22,1,.36,1)}html.is-homepage #menu a:hover::after,html.is-homepage #menu .active::after{transform:scaleX(1);transform-origin:left}html.is-homepage #menu .active{border-bottom:0}html.is-homepage .home-shell{width:min(1200px,calc(100% - 64px));margin:0 auto 64px;color:var(--home-body)}html.is-homepage .home-main{display:block}.editorial-label,.editorial-section-number,.work-index-number,.work-index-meta,.research-line-number,.news-feed-item time,.record-list time{font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace}.editorial-label{margin:0;color:var(--home-muted);font-size:.71rem;font-weight:500;letter-spacing:.13em;line-height:1.4;text-transform:uppercase}.editorial-hero{display:grid;grid-template-columns:minmax(0,1.28fr)minmax(300px,.72fr);column-gap:clamp(54px,7vw,100px);align-items:center;padding:clamp(72px,8vw,108px)0 72px;border-bottom:1px solid var(--home-line)}.editorial-hero-copy{align-self:center;max-width:760px}.editorial-hero h1{margin:22px 0;color:var(--home-ink);font-family:newsreader,Georgia,serif;font-size:clamp(4.5rem,8.6vw,7.75rem);font-weight:500;letter-spacing:-.065em;line-height:.84}.editorial-hero h1 span{color:var(--home-muted);font-style:italic;font-weight:400}.editorial-identity{display:flex;flex-wrap:wrap;gap:6px 10px;margin:0 0 30px;color:var(--home-ink);font-size:1rem;font-weight:600;line-height:1.5}.editorial-identity span{color:var(--home-muted);font-weight:400}.editorial-statement{max-width:620px;margin:0;color:var(--home-body);font-family:newsreader,Georgia,serif;font-size:clamp(1.3rem,1.85vw,1.65rem);font-weight:400;letter-spacing:-.018em;line-height:1.38}.editorial-hero-links{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:36px}.editorial-hero-links a,.editorial-section-link,.contact-strip a{display:inline-flex;align-items:center;gap:8px;color:var(--home-ink);font-size:.92rem;font-weight:600;text-decoration:none}.editorial-hero-links a{padding-bottom:5px;border-bottom:1px solid var(--home-ink)}.editorial-hero-links a span,.editorial-section-link span,.contact-strip a span{transition:transform 200ms cubic-bezier(.22,1,.36,1)}.editorial-hero-links a:hover,.editorial-section-link:hover{color:var(--home-accent)}.editorial-hero-links a:hover span,.editorial-section-link:hover span,.contact-strip a:hover span{transform:translate(2px,-2px)}.editorial-portrait{width:min(100%,360px);margin:0;justify-self:end}.editorial-portrait-frame{position:relative;overflow:hidden;aspect-ratio:4/5;background:#102537}.editorial-portrait-frame::after{content:"";position:absolute;inset:0;border:1px solid rgba(24,24,22,.16);pointer-events:none}.editorial-portrait img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 18%;filter:saturate(.86)contrast(1.02);transition:transform 600ms cubic-bezier(.22,1,.36,1),filter 600ms cubic-bezier(.22,1,.36,1)}.editorial-portrait:hover img{filter:saturate(.95)contrast(1.02);transform:scale(1.012)}.editorial-portrait figcaption{display:flex;justify-content:space-between;gap:18px;margin-top:12px;color:var(--home-muted);font-size:.72rem;line-height:1.4}.editorial-portrait figcaption span:last-child{flex:none;text-align:right}.editorial-section{padding:clamp(78px,8vw,108px)0;border-bottom:1px solid var(--home-line)}.editorial-section-head{display:grid;grid-template-columns:52px minmax(0,1fr)auto;gap:26px;align-items:start;margin-bottom:48px}.editorial-section-number{margin:4px 0 0;color:var(--home-muted);font-size:.72rem;letter-spacing:.08em}.editorial-section-head h2{max-width:700px;margin:9px 0 0;color:var(--home-ink);font-family:newsreader,Georgia,serif;font-size:clamp(2.5rem,4.8vw,4.25rem);font-weight:500;letter-spacing:-.045em;line-height:.98}.editorial-section-link{margin-top:21px;white-space:nowrap}.work-index{border-top:1px solid var(--home-line)}.work-index-row{display:grid;grid-template-columns:52px minmax(240px,.82fr)minmax(300px,1.18fr)24px;gap:26px;align-items:center;min-height:142px;padding:24px 12px 24px 0;border-bottom:1px solid var(--home-line);color:inherit;text-decoration:none;transition:background-color 220ms ease,padding 220ms cubic-bezier(.22,1,.36,1)}.work-index-row:hover{padding-right:18px;padding-left:10px;background:rgba(255,255,255,.42)}.work-index-number,.research-line-number{color:var(--home-muted);font-size:.72rem;letter-spacing:.08em}.work-index-title{display:grid;gap:6px}.work-index-meta{color:var(--home-accent);font-size:.67rem;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.work-index-title h3{margin:0;color:var(--home-ink);font-family:newsreader,Georgia,serif;font-size:clamp(1.78rem,3vw,2.55rem);font-weight:500;letter-spacing:-.04em;line-height:1}.work-index-row p{margin:0;color:var(--home-body);font-size:.98rem;line-height:1.65}.work-index-arrow{justify-self:end;color:var(--home-ink);font-size:1.05rem;transition:transform 220ms cubic-bezier(.22,1,.36,1)}.work-index-row:hover .work-index-arrow{color:var(--home-accent);transform:translate(3px,-3px)}.research-line-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.research-line{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px 18px;min-height:250px;padding:34px 46px 42px 0;border-top:1px solid var(--home-line)}.research-line:nth-child(even){padding-right:0;padding-left:46px;border-left:1px solid var(--home-line)}.research-line h3{margin:0;color:var(--home-ink);font-family:newsreader,Georgia,serif;font-size:1.85rem;font-weight:500;letter-spacing:-.03em;line-height:1.08}.research-line p{grid-column:2;margin:0;max-width:49ch;color:var(--home-body);font-size:.98rem;line-height:1.78}.research-line a,.news-feed-item a,.biography a,.record-block a{color:var(--home-ink);font-weight:600;text-decoration-color:rgba(20,88,199,.38);text-decoration-thickness:1px;text-underline-offset:.16em}.research-line a:hover,.news-feed-item a:hover,.biography a:hover,.record-block a:hover{color:var(--home-accent);text-decoration-color:initial}.news-editorial-layout{display:grid;grid-template-columns:minmax(0,1.72fr)minmax(280px,.7fr);gap:clamp(58px,8vw,112px);align-items:start}.news-feed{border-top:1px solid var(--home-line)}.news-feed-item{display:grid;grid-template-columns:84px minmax(0,1fr);gap:24px;padding:20px 0 22px;border-bottom:1px solid var(--home-line)}.news-feed-item time{padding-top:3px;color:var(--home-muted);font-size:.68rem;letter-spacing:.06em}.news-feed-item p{margin:0;color:var(--home-body);font-size:.96rem;line-height:1.72}.news-feed-item strong{color:var(--home-ink);font-weight:600}.news-archive{border-bottom:1px solid var(--home-line)}.news-archive summary{display:flex;justify-content:space-between;align-items:center;padding:20px 0;color:var(--home-ink);font-size:.9rem;font-weight:600;cursor:pointer;list-style:none}.news-archive summary::-webkit-details-marker{display:none}.news-archive summary span{font-family:newsreader,Georgia,serif;font-size:1.35rem;font-weight:400;transition:transform 220ms ease}.news-archive[open] summary span{transform:rotate(45deg)}.news-archive-list{border-top:1px solid var(--home-line)}.release-index{position:sticky;top:104px;border-top:1px solid var(--home-ink)}.release-index>.editorial-label{padding:18px 0 16px;border-bottom:1px solid var(--home-line)}.release-index a{display:grid;grid-template-columns:28px minmax(0,1fr);gap:4px 10px;padding:18px 0;border-bottom:1px solid var(--home-line);color:var(--home-ink);text-decoration:none}.release-index a>span{grid-row:1/span 2;padding-top:2px;color:var(--home-muted);font-family:ibm plex mono,ui-monospace,monospace;font-size:.65rem}.release-index a strong{font-family:newsreader,Georgia,serif;font-size:1.2rem;font-weight:500;line-height:1.1}.release-index a em{color:var(--home-muted);font-size:.74rem;font-style:normal;line-height:1.4}.release-index a:hover strong{color:var(--home-accent)}.biography-grid{display:grid;grid-template-columns:minmax(0,.82fr)minmax(0,1.18fr);gap:clamp(58px,9vw,128px);align-items:start}.biography-lead p{margin:0;color:var(--home-ink);font-family:newsreader,Georgia,serif;font-size:clamp(1.65rem,2.65vw,2.3rem);letter-spacing:-.028em;line-height:1.28}.biography-detail>p{margin:0 0 19px;color:var(--home-body);font-size:1rem;line-height:1.8}.biography-detail strong{color:var(--home-ink);font-weight:600}.affiliation-index{margin-top:38px;border-top:1px solid var(--home-line)}.affiliation-row{display:grid;grid-template-columns:48px minmax(0,1fr)auto;gap:16px;align-items:center;min-height:76px;border-bottom:1px solid var(--home-line)}.affiliation-row img{display:block;width:auto;max-width:42px;height:26px;object-fit:contain}.affiliation-row .affiliation-nvidia{width:42px}.affiliation-row span{display:grid;gap:2px}.affiliation-row strong{color:var(--home-ink);font-size:.95rem;font-weight:600}.affiliation-row em,.affiliation-row small{color:var(--home-muted);font-size:.75rem;font-style:normal}.affiliation-row small{text-align:right}.record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px 88px}.record-block{padding-top:22px;border-top:1px solid var(--home-ink)}.record-block-wide{grid-column:1/-1;display:grid;grid-template-columns:minmax(180px,.46fr)minmax(0,1.54fr);gap:48px}.record-block h3{margin:0 0 24px;color:var(--home-ink);font-family:newsreader,Georgia,serif;font-size:1.55rem;font-weight:500;letter-spacing:-.025em}.record-block-wide h3{margin:0}.record-block p{margin:0;color:var(--home-body);font-size:.95rem;line-height:1.75}.record-list{margin:0;padding:0;list-style:none}.record-list li{display:grid;grid-template-columns:78px minmax(0,1fr);gap:16px;padding:13px 0;border-bottom:1px solid var(--home-line)}.record-list time{padding-top:2px;color:var(--home-muted);font-size:.65rem;letter-spacing:.05em}.record-list span{display:grid;gap:2px}.record-list strong{color:var(--home-ink);font-size:.92rem;font-weight:600}.record-list em{color:var(--home-muted);font-size:.76rem;font-style:normal}.record-list-simple li{grid-template-columns:1fr}.record-list-simple span{grid-template-columns:minmax(0,1fr)auto;align-items:baseline;gap:20px}.service-ledger{display:grid;gap:0;border-top:1px solid var(--home-line)}.service-ledger>div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:24px;padding:15px 0;border-bottom:1px solid var(--home-line)}.service-ledger span{padding-top:2px;color:var(--home-muted);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.66rem;letter-spacing:.06em;text-transform:uppercase}.service-ledger a{color:var(--home-ink);font-weight:600;text-decoration:underline;text-decoration-color:var(--home-line);text-underline-offset:.22em}.service-ledger a:hover{color:var(--home-accent);text-decoration-color:initial}.contact-strip{display:grid;grid-template-columns:minmax(0,1fr)auto;gap:34px;align-items:center;margin-top:76px;padding:30px 0;border-top:1px solid var(--home-ink);border-bottom:1px solid var(--home-line);background:0 0;color:var(--home-ink)}.contact-strip p{margin:0;max-width:660px;font-family:newsreader,Georgia,serif;font-size:clamp(1.35rem,2.2vw,1.8rem);letter-spacing:-.025em;line-height:1.25}.contact-strip nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 22px}.contact-strip a{padding-bottom:3px;border-bottom:1px solid var(--home-line);color:var(--home-body);font-size:.82rem;font-weight:600}.contact-strip a:hover{border-color:var(--home-accent);color:var(--home-accent)}html.is-homepage .footer{color:var(--home-muted)}html.is-homepage .footer a{color:var(--home-ink)}html.is-homepage .js-ready .reveal-on-scroll{opacity:0;transform:translateY(12px);transition:opacity 520ms cubic-bezier(.22,1,.36,1),transform 520ms cubic-bezier(.22,1,.36,1)}html.is-homepage .js-ready .reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media(max-width:960px){html.is-homepage .home-shell{width:min(1200px,calc(100% - 40px))}.editorial-hero{grid-template-columns:minmax(0,1.1fr)minmax(260px,.7fr);column-gap:42px}.editorial-hero h1{font-size:clamp(4.35rem,10vw,6.3rem)}.work-index-row{grid-template-columns:38px minmax(210px,.8fr)minmax(260px,1.2fr)20px;gap:18px}.news-editorial-layout{gap:50px}}@media(max-width:760px){html.is-homepage .nav{min-height:68px;line-height:68px}html.is-homepage #menu{gap:22px}html.is-homepage #menu a::after{bottom:18px}.editorial-hero{grid-template-columns:1fr;row-gap:48px;padding-top:62px}.editorial-hero-copy{max-width:680px}.editorial-portrait{width:min(72vw,340px);justify-self:start}.editorial-section{padding:74px 0}.editorial-section-head{grid-template-columns:38px minmax(0,1fr);gap:18px;margin-bottom:38px}.editorial-section-link{grid-column:2;justify-self:start;margin-top:-8px}.work-index-row{grid-template-columns:38px minmax(0,1fr)20px;gap:10px 18px;min-height:0;padding:25px 4px 27px 0}.work-index-row p{grid-column:2/4;max-width:60ch}.work-index-arrow{grid-column:3;grid-row:1}.research-line-list{grid-template-columns:1fr}.research-line,.research-line:nth-child(even){min-height:0;padding:30px 0 36px;border-left:0}.news-editorial-layout,.biography-grid,.record-grid{grid-template-columns:1fr}.release-index{position:static;margin-top:22px}.biography-grid{gap:40px}.record-grid{gap:52px}.record-block-wide{grid-column:auto;grid-template-columns:1fr;gap:22px}.contact-strip{grid-template-columns:1fr;padding:28px 0}.contact-strip nav{justify-content:flex-start}}@media(max-width:540px){html.is-homepage .home-shell{width:calc(100% - 32px)}html.is-homepage .nav{display:grid;grid-template-columns:1fr;padding:13px 16px 12px;line-height:1.3}html.is-homepage .logo,html.is-homepage #menu{margin:0}html.is-homepage .logo a{font-size:1.18rem}html.is-homepage #menu{gap:19px;margin-top:13px}html.is-homepage #menu a{padding-bottom:3px;font-size:.82rem}html.is-homepage #menu a::after{bottom:0}.editorial-hero{row-gap:40px;padding:50px 0 52px}.editorial-hero h1{margin-top:18px;font-size:clamp(4rem,20vw,5.3rem);line-height:.87}.editorial-identity{display:block;margin-bottom:24px;font-size:.92rem}.editorial-identity span{display:none}.editorial-identity span+*{display:block}.editorial-statement{font-size:1.28rem}.editorial-hero-links{display:grid;justify-items:start;margin-top:30px}.editorial-portrait{width:min(82vw,320px)}.editorial-portrait figcaption{display:grid;gap:3px}.editorial-portrait figcaption span:last-child{text-align:left}.editorial-section{padding:62px 0}.editorial-section-head h2{font-size:2.55rem}.work-index-row{grid-template-columns:28px minmax(0,1fr)18px;gap:9px 12px}.work-index-title h3{font-size:1.82rem}.work-index-row p{font-size:.92rem}.research-line{grid-template-columns:28px minmax(0,1fr);gap:10px 12px}.research-line h3{font-size:1.65rem}.news-feed-item{grid-template-columns:1fr;gap:7px}.news-feed-item p{font-size:.93rem}.biography-lead p{font-size:1.55rem}.affiliation-row{grid-template-columns:42px minmax(0,1fr)}.affiliation-row small{grid-column:2;text-align:left}.record-list li{grid-template-columns:68px minmax(0,1fr)}.service-ledger>div{grid-template-columns:1fr;gap:7px}.contact-strip{margin-top:60px;padding:26px 0}}html.is-editorial-site{--main-width:1200px;--nav-width:1200px;--radius:0}html.is-editorial-site body,html.is-editorial-site body.list,html.is-editorial-site body.dark,html.is-editorial-site body.dark.list{background:var(--editorial-bg)!important;color:var(--editorial-body)}html.is-editorial-site .header,html.is-editorial-site body.dark .header{background:rgba(244,242,237,.92);border-bottom:1px solid rgba(24,24,22,.12);backdrop-filter:blur(18px)saturate(120%)}html.is-editorial-site .nav{min-height:72px;line-height:72px}html.is-editorial-site .logo a{color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:1.32rem;font-weight:500;letter-spacing:-.02em}html.is-editorial-site #menu{gap:30px}html.is-editorial-site #menu li+li{margin-inline-start:0}html.is-editorial-site #menu a{position:relative;color:var(--editorial-body);font-size:.9rem;font-weight:600}html.is-editorial-site #menu a::after{content:"";position:absolute;right:0;bottom:21px;left:0;height:1px;background:var(--editorial-ink);transform:scaleX(0);transform-origin:right;transition:transform 220ms cubic-bezier(.22,1,.36,1)}html.is-editorial-site #menu a:hover::after,html.is-editorial-site #menu .active::after{transform:scaleX(1);transform-origin:left}html.is-editorial-site #menu .active{border-bottom:0}html.is-editorial-site .main{padding:0 32px 88px}html.is-editorial-site.is-homepage .main{max-width:none;padding:0}html.is-editorial-site .footer{width:min(1200px,calc(100% - 64px));max-width:1200px;padding:28px 0 40px;border-top:1px solid var(--editorial-line);color:var(--editorial-muted);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;letter-spacing:.04em}html.is-editorial-site .footer a{border-bottom-color:var(--editorial-line)}html.is-editorial-site .top-link{border:1px solid var(--editorial-line);border-radius:0;background:var(--editorial-bg)}.pubs-shell,.section-shell{width:min(1120px,100%);padding-bottom:24px}.pubs-shell .page-header-editorial,.section-shell .page-header-editorial{width:100%}.page-header-editorial{padding:clamp(64px,8vw,104px)0 clamp(38px,5vw,58px);border-bottom:1px solid var(--editorial-line)}.section-kicker,.harness-micro,.harness-eyebrow,.harness-post-marker,.harness-post-takeaway>span{font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace}.page-header-editorial .section-kicker{margin:0 0 18px;color:var(--editorial-accent);font-size:.7rem;font-weight:500;letter-spacing:.14em}.page-header-editorial h1{margin:0;color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:clamp(4.2rem,8vw,7rem);font-weight:500;letter-spacing:-.055em;line-height:.9}.page-header-editorial .post-description{max-width:49rem;margin-top:28px;color:var(--editorial-body);font-size:1.08rem;line-height:1.65}.pubs-intro{max-width:760px;margin:40px 0 0}.pubs-list{padding-top:38px}.pubs-entry{margin:0;padding:34px 0 38px;border:0;border-top:1px solid var(--editorial-line);border-radius:0;background:0 0;box-shadow:none}.pubs-entry:first-child{border-top:0}.pubs-entry:last-child{border-bottom:1px solid var(--editorial-line)}.pubs-entry .entry-header{max-width:920px}.pubs-entry .entry-header h2{margin:0;color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:clamp(1.62rem,2.6vw,2.08rem);font-weight:500;letter-spacing:-.025em;line-height:1.16}.pubs-entry .entry-content{display:grid;gap:12px;margin:14px 0 0;color:var(--editorial-body);font-size:.96rem;line-height:1.65;overflow:visible;-webkit-line-clamp:unset}.pub-authors{color:var(--editorial-body);font-size:.97rem;line-height:1.6}.pub-authors strong{color:var(--editorial-ink);font-weight:650}.pub-meta-row{gap:12px 18px}.pub-venue,.publication-single-venue{min-height:auto;padding:4px 0;border:0;border-bottom:1px solid var(--editorial-accent);border-radius:0;background:0 0;color:var(--editorial-accent);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;font-weight:600;letter-spacing:.09em;line-height:1.35;text-transform:uppercase}.pub-links{gap:17px}.pub-links a,.publication-single-links a{color:var(--editorial-body);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;font-weight:500;letter-spacing:.035em;text-decoration:underline;text-decoration-color:var(--editorial-line);text-underline-offset:.28em}.pub-links a:hover,.publication-single-links a:hover{color:var(--editorial-accent);text-decoration-color:initial}.pub-summary{max-width:74ch;margin:2px 0 0;color:var(--editorial-body);font-size:.97rem;line-height:1.65}.section-list{padding-top:38px}.section-entry{position:relative;display:grid;grid-template-columns:118px minmax(0,1fr)28px;gap:28px;align-items:start;margin:0;padding:36px 0 42px;border:0;border-top:1px solid var(--editorial-line);border-radius:0;background:0 0;box-shadow:none;transition:background-color 180ms ease}.section-entry:last-child{border-bottom:1px solid var(--editorial-line)}.section-entry:hover{background:rgba(24,24,22,.018)}.section-entry:active{transform:none}.section-entry-date{display:grid;gap:14px;color:var(--editorial-muted);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;line-height:1.35;text-transform:uppercase}.section-entry-date time{display:grid;gap:2px}.section-entry-date time span{color:var(--editorial-ink);font-size:.75rem;letter-spacing:.05em}.section-entry-date time strong{color:var(--editorial-muted);font-weight:500;letter-spacing:.08em}.section-entry .entry-header h2{margin:0;color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:clamp(2rem,3.7vw,3.1rem);font-weight:500;letter-spacing:-.035em;line-height:1.02}.section-entry .entry-content{display:block;max-width:760px;margin:18px 0 0;color:var(--editorial-body);font-size:1rem;line-height:1.65;overflow:visible;-webkit-line-clamp:unset}.section-entry .entry-content p{margin:0}.section-entry-arrow{color:var(--editorial-muted);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1rem;line-height:1;transition:color 180ms ease,transform 180ms ease}.section-entry:hover .section-entry-arrow{color:var(--editorial-accent);transform:translate(2px,-2px)}html.is-article-page .main,html.is-publication-page .main{padding-bottom:100px}.post-single{width:min(940px,100%);margin:0 auto;padding-top:clamp(58px,8vw,96px)}.post-single .post-header{margin:0 0 48px}.post-single .breadcrumbs{margin-bottom:28px;color:var(--editorial-muted);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;letter-spacing:.03em;line-height:1.55}.post-single .breadcrumbs a{color:inherit;font-size:inherit}.post-single .breadcrumbs a:hover{color:var(--editorial-accent)}.post-single .post-title{display:block;max-width:920px;margin:0;color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:clamp(3.25rem,6vw,5.5rem);font-weight:500;letter-spacing:-.05em;line-height:.96}.post-single .post-description{max-width:780px;margin:28px 0 0;color:var(--editorial-body);font-size:1.15rem;line-height:1.65}.post-single .post-meta{gap:4px;margin-top:24px;color:var(--editorial-muted);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.69rem;letter-spacing:.025em}.post-language-switch{margin-top:18px}.post-language-switch a{min-height:auto;padding:0 0 3px;border:0;border-bottom:1px solid var(--editorial-accent);border-radius:0;background:0 0;color:var(--editorial-accent);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.69rem;font-weight:500;letter-spacing:.025em}.post-language-switch a:hover{border-color:var(--editorial-accent-hover)}.post-single .post-content,.post-single .toc,.post-single .post-footer{width:min(780px,100%);margin-right:auto;margin-left:auto}.post-single .toc{margin-top:0;margin-bottom:54px;padding:16px 0 18px;border:0;border-top:1px solid var(--editorial-line);border-bottom:1px solid var(--editorial-line);border-radius:0;background:0 0;color:var(--editorial-body);font-size:.88rem}.post-single .toc details summary{margin:0;color:var(--editorial-ink);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.post-single .toc .inner{margin:14px 0 0;padding:0}.post-single .post-content{color:var(--editorial-body);font-size:1.05rem;line-height:1.78}.post-single .post-content h1,.post-single .post-content h2,.post-single .post-content h3,.post-single .post-content h4{color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-weight:550;letter-spacing:-.025em}.post-single .post-content h1{margin:64px 0 28px;font-size:2.9rem}.post-single .post-content h2{margin:62px 0 24px;font-size:clamp(2rem,4vw,2.65rem);line-height:1.08}.post-single .post-content h3{margin:42px 0 18px;font-size:1.62rem;line-height:1.18}.post-single .post-content h4{margin:34px 0 16px;font-size:1.28rem}.post-single .post-content p,.post-single .post-content ul,.post-single .post-content ol,.post-single .post-content figure{margin-bottom:1.6em}.post-single .post-content a{color:var(--editorial-accent);box-shadow:0 1px rgba(20,88,199,.32)}.post-single .post-content a:hover{color:var(--editorial-accent-hover);box-shadow:0 1px currentColor}.post-single .post-content blockquote{margin:2.2em 0;padding:4px 0 4px 24px;border-left:2px solid var(--editorial-accent);color:var(--editorial-body);font-family:newsreader,Georgia,serif;font-size:1.22rem;font-style:italic;line-height:1.6}.post-single .post-content img,.post-single .entry-cover img{border-radius:0}.post-single .post-content figure>figcaption{margin-top:12px;color:var(--editorial-muted);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;line-height:1.55}.post-single .post-content hr{height:1px;margin:56px 0;background:var(--editorial-line)}.post-single .post-content code{border-radius:0;background:var(--editorial-soft);color:var(--editorial-ink)}.post-single .post-content pre code,.post-single .post-content .highlight code{background:0 0;color:inherit}.post-single .post-content .highlight:not(table),.post-single .post-content pre{border-radius:0}.post-single .post-content table th,.post-single .post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{border-color:var(--editorial-line)}.post-single .post-content>table{display:block;max-width:100%;overflow-x:auto}.post-single .post-footer{margin-top:64px;padding-top:24px;border-top:1px solid var(--editorial-line)}.post-single .post-tags{gap:8px 16px}.post-single .post-tags a{padding:0;border:0;border-bottom:1px solid var(--editorial-line);border-radius:0;background:0 0;color:var(--editorial-muted);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;line-height:1.8}.post-single .paginav,.post-single .share-buttons{border:0;border-radius:0;background:0 0}.publication-single{width:min(1120px,100%);margin:0 auto;padding-top:clamp(58px,8vw,96px)}.publication-single-header{padding-bottom:clamp(40px,5vw,60px);border-bottom:1px solid var(--editorial-line)}.publication-single .breadcrumbs{margin-bottom:28px;color:var(--editorial-muted);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;letter-spacing:.03em;line-height:1.55}.publication-single .breadcrumbs a{color:inherit;font-size:inherit}.publication-single .breadcrumbs a:hover{color:var(--editorial-accent)}.publication-single-kicker{margin:0 0 18px;color:var(--editorial-accent);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase}.publication-single h1{max-width:1040px;margin:0;color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:clamp(3.35rem,6vw,5.65rem);font-weight:500;letter-spacing:-.052em;line-height:.96}.publication-single-authors{max-width:940px;margin:30px 0 0;color:var(--editorial-body);font-size:1rem;line-height:1.65}.publication-single-authors strong{color:var(--editorial-ink)}.publication-single-row{display:flex;flex-wrap:wrap;gap:14px 20px;align-items:center;margin-top:22px}.publication-single-links{display:flex;flex-wrap:wrap;gap:16px}.publication-single-summary{max-width:820px;margin:clamp(38px,5vw,58px)0 0;color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.4}.publication-single-content{width:min(780px,100%);margin:52px 0 0}.publication-single-footer{margin-top:clamp(54px,7vw,82px);padding-top:20px;border-top:1px solid var(--editorial-line)}.publication-single-footer a{color:var(--editorial-accent);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;font-weight:500}.harness-shell{width:min(1120px,100%);margin:0 auto;color:var(--editorial-ink)}.harness-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.45fr)minmax(220px,.55fr);gap:clamp(52px,8vw,112px);align-items:end;min-height:0;padding:clamp(68px,9vw,116px)0 clamp(54px,7vw,82px);border-top:0;border-bottom:1px solid var(--editorial-line);background:0 0;color:var(--editorial-ink);overflow:visible}.harness-hero::before,.harness-hero::after{content:none}.harness-hero-copy{max-width:760px}.harness-eyebrow{gap:10px;color:var(--editorial-accent);font-size:.68rem;font-weight:500;letter-spacing:.13em}.harness-eyebrow::before{width:20px;height:1px;background:var(--editorial-accent)}.harness-hero h1{margin:22px 0 24px;color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:clamp(4.5rem,9vw,7.4rem);font-weight:500;letter-spacing:-.06em;line-height:.88;text-transform:none}.harness-lede{max-width:660px;color:var(--editorial-body);font-size:1.08rem;line-height:1.68}.harness-button{min-height:auto;margin-top:30px;padding:0 0 4px;border-bottom:1px solid var(--editorial-accent);background:0 0;color:var(--editorial-accent);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;font-weight:500;letter-spacing:.025em}.harness-button:hover{background:0 0;color:var(--editorial-accent-hover)}.harness-button span{font-size:inherit}.harness-hero-note{padding:0 0 2px 24px;border-left:1px solid var(--editorial-line)}.harness-hero-note .harness-micro{color:var(--editorial-muted)}.harness-hero-note p{margin:14px 0 0;color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:1.32rem;line-height:1.34}.harness-series{padding-top:clamp(66px,8vw,94px)}.harness-section-head{grid-template-columns:minmax(0,1fr)minmax(300px,410px);gap:54px;align-items:end;margin-bottom:38px}.harness-section-kicker{margin-bottom:14px}.harness-section-head h2{color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:clamp(3rem,5.5vw,4.5rem);font-weight:500;letter-spacing:-.045em;line-height:.96;text-transform:none}.harness-section-head>p{color:var(--editorial-body);font-size:.98rem;line-height:1.68}.harness-article-list{gap:0;border-bottom:1px solid var(--editorial-line)}.harness-entry{grid-template-columns:100px minmax(0,1fr)260px;min-height:0;border:0;border-top:1px solid var(--editorial-line);background:0 0}.harness-entry-index{padding:32px 20px 30px 0;border-right:1px solid var(--editorial-line)}.harness-entry-index strong{margin-top:18px;color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:3.3rem;font-weight:500;letter-spacing:-.05em}.harness-entry-copy{padding:32px 38px 34px}.harness-chips{gap:7px 13px;margin-bottom:20px}.harness-chips span{padding:0 0 3px;border:0;border-bottom:1px solid var(--editorial-line);color:var(--editorial-muted);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.64rem;font-weight:500;letter-spacing:.055em}.harness-entry h3{color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:clamp(1.85rem,3vw,2.45rem);font-weight:500;letter-spacing:-.035em;line-height:1.08}.harness-entry-copy>p{max-width:680px;margin:17px 0 22px;color:var(--editorial-body);font-size:.97rem;line-height:1.68}.harness-entry-meta{color:var(--editorial-muted);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.64rem;letter-spacing:.02em}.harness-entry-takeaway{padding:34px 0 34px 26px;border-left:1px solid var(--editorial-line);background:0 0}.harness-entry-takeaway .harness-micro{color:var(--editorial-accent)}.harness-entry-takeaway p{margin-top:16px;color:var(--editorial-body);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.71rem;line-height:1.62}.harness-entry-takeaway a{color:var(--editorial-accent);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.66rem;font-weight:500}.harness-entry-lessons{grid-template-columns:170px minmax(0,1fr);border-top:1px solid var(--editorial-line);background:0 0}.harness-entry-lessons-label{padding:21px 20px 21px 0;border-right:1px solid var(--editorial-line)}.harness-entry-lessons-label>strong{color:var(--editorial-ink);font-family:newsreader,Georgia,serif;font-size:1rem;font-weight:550}.harness-entry-lessons li{padding:20px 22px;border-color:var(--editorial-line)}.harness-entry-lessons li span{color:var(--editorial-muted);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.64rem;font-weight:500}.harness-entry-lessons li strong{color:var(--editorial-body);font-size:.82rem;font-weight:600;line-height:1.45}.harness-post-marker{margin:0 0 22px;color:var(--editorial-accent);font-size:.68rem;font-weight:500;letter-spacing:.1em}.harness-post-takeaway{max-width:780px;margin-top:30px;padding:20px 0;border-top:1px solid var(--editorial-line);border-right:0;border-bottom:1px solid var(--editorial-line);border-left:0;background:0 0}.harness-post-takeaway p{max-width:680px;margin-top:10px;color:var(--editorial-body);font-family:newsreader,Georgia,serif;font-size:1.25rem;line-height:1.5}.harness-post-back{margin-top:0;padding-top:0;border-top:0}.harness-post-back a{color:var(--editorial-accent);font-family:ibm plex mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.69rem;font-weight:500}@media(max-width:900px){html.is-editorial-site .main{padding-right:24px;padding-left:24px}.section-entry{grid-template-columns:96px minmax(0,1fr)24px;gap:22px}.harness-hero{grid-template-columns:1fr;gap:38px}.harness-hero-note{max-width:480px}.harness-section-head,.harness-entry{grid-template-columns:1fr}.harness-entry-index{display:flex;align-items:baseline;justify-content:space-between;padding:24px 0 18px;border-right:0;border-bottom:1px solid var(--editorial-line)}.harness-entry-index strong{margin-top:0}.harness-entry-copy{padding:28px 0 30px}.harness-entry-takeaway{padding:25px 0 28px;border-top:1px solid var(--editorial-line);border-left:0}.harness-entry-lessons{grid-template-columns:1fr}.harness-entry-lessons-label{padding-left:0;border-right:0;border-bottom:1px solid var(--editorial-line)}}@media(max-width:680px){html.is-editorial-site .main{padding-right:16px;padding-bottom:72px;padding-left:16px}html.is-editorial-site .nav{display:grid;grid-template-columns:1fr;padding:13px 16px 12px;line-height:1.3}html.is-editorial-site .logo,html.is-editorial-site #menu{margin:0}html.is-editorial-site .logo a{font-size:1.18rem}html.is-editorial-site #menu{gap:19px;margin-top:13px}html.is-editorial-site #menu a{padding-bottom:3px;font-size:.82rem}html.is-editorial-site #menu a::after{bottom:0}html.is-editorial-site .footer{width:calc(100% - 32px);margin:0 16px}.page-header-editorial{padding:52px 0 34px}.page-header-editorial h1{font-size:clamp(3.55rem,20vw,5rem)}.page-header-editorial .post-description{margin-top:22px;font-size:1rem}.pubs-list,.section-list{padding-top:22px}.pubs-entry{padding:27px 0 30px}.pubs-entry .entry-header h2{font-size:1.55rem}.pub-summary{font-size:.92rem}.section-entry{grid-template-columns:1fr 22px;gap:16px;padding:28px 0 32px}.section-entry-date{grid-column:1/-1;display:flex;gap:14px;align-items:baseline}.section-entry-date time{display:flex;gap:6px}.section-entry-copy{grid-column:1}.section-entry-arrow{grid-column:2}.section-entry .entry-header h2{font-size:2.08rem}.section-entry .entry-content{margin-top:14px;font-size:.94rem}.post-single{padding-top:48px}.post-single .post-header{margin-bottom:38px}.post-single .post-title{font-size:clamp(2.65rem,13vw,3.75rem);line-height:.99}.post-single .post-description{margin-top:22px;font-size:1.03rem}.post-single .post-content{font-size:1rem;line-height:1.72}.post-single .post-content h1{font-size:2.35rem}.post-single .post-content h2{margin-top:50px;font-size:2rem}.post-single .post-content h3{font-size:1.45rem}.post-single .post-content blockquote{padding-left:18px;font-size:1.12rem}.publication-single-row{align-items:flex-start}.publication-single{padding-top:48px}.publication-single h1{font-size:clamp(2.65rem,13vw,3.75rem);line-height:.99}.publication-single-authors{margin-top:23px;font-size:.94rem}.publication-single-summary{font-size:1.45rem}.harness-shell{width:100%;margin:0}.harness-hero{gap:32px;padding:52px 0 44px}.harness-hero h1{font-size:clamp(4rem,21vw,5.5rem)}.harness-lede{font-size:.98rem}.harness-hero-note{padding-left:18px}.harness-series{padding-top:58px}.harness-section-head{gap:24px;margin-bottom:28px}.harness-section-head h2{font-size:3rem}.harness-entry-index strong{font-size:2.8rem}.harness-entry h3{font-size:1.85rem}.harness-entry-lessons ol{grid-template-columns:1fr}.harness-entry-lessons li{border-right:0;border-bottom:1px solid var(--editorial-line)}.harness-entry-lessons li:last-child{border-bottom:0}}