@layer theme{:root,:host{--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;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{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}html,:host{-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,samp,pre{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}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,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{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-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{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.static{position:static}}:root{color-scheme:light;--bg:#fff;--surface:#fff;--surface-subtle:#f8fafd;--text:#202124;--muted:#5f6368;--muted-strong:#3c4043;--border:#dadce0;--border-soft:#edf0f5;--blue:#1a73e8;--green:#188038;--red:#d93025;--yellow:#f9ab00;--shadow:0 1px 2px #3c40431f, 0 6px 18px #3c404314;--shadow-hover:0 2px 4px #3c404324, 0 12px 28px #3c40431f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--bg:#111315;--surface:#171a1f;--surface-subtle:#1d2229;--text:#f1f3f4;--muted:#bdc1c6;--muted-strong:#e8eaed;--border:#33383f;--border-soft:#252b33;--blue:#8ab4f8;--green:#81c995;--red:#f28b82;--yellow:#fdd663;--shadow:0 1px 2px #0000003d, 0 8px 22px #00000047;--shadow-hover:0 2px 5px #00000047, 0 14px 34px #0000005c}}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);scroll-behavior:smooth;text-rendering:optimizelegibility}body{background:var(--bg);min-width:320px;color:var(--text);margin:0;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid var(--blue)}@supports (color:color-mix(in lab,red,red)){a:focus-visible,button:focus-visible{outline:3px solid color-mix(in srgb,var(--blue),transparent 62%)}}a:focus-visible,button:focus-visible{outline-offset:4px}img{max-width:100%;display:block}.skip-link{z-index:100;background:var(--blue);color:#fff;border-radius:999px;padding:.65rem .95rem;font-weight:650;position:absolute;top:1rem;left:1rem;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:50;border-bottom:1px solid var(--border);position:sticky;top:0}@supports (color:color-mix(in lab,red,red)){.site-header{border-bottom:1px solid color-mix(in srgb,var(--border),transparent 25%)}}.site-header{background:var(--bg)}@supports (color:color-mix(in lab,red,red)){.site-header{background:color-mix(in srgb,var(--bg),transparent 8%)}}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .15s ease-out,box-shadow .15s ease-out,background .15s ease-out;transform:translateY(0)}.site-header.is-hidden{transform:translateY(-100%)}.site-header.is-scrolled{box-shadow:0 1px 6px #3c40432e}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;width:min(1120px,100% - 2rem);min-height:72px;margin:0 auto;display:flex}.brand{color:var(--text);align-items:center;gap:.7rem;font-weight:720;display:inline-flex}.brand-mark{background:var(--surface);border:1px solid var(--border);width:36px;height:36px;color:var(--blue);border-radius:50%;place-items:center;font-size:.86rem;display:grid}.site-nav{align-items:center;gap:.25rem;display:flex}.site-nav a{color:var(--muted-strong);border-radius:999px;padding:.56rem .8rem;font-size:.94rem;font-weight:580;transition:background .18s,color .18s}.site-nav a:hover,.site-nav a[aria-current=page]{background:var(--blue)}@supports (color:color-mix(in lab,red,red)){.site-nav a:hover,.site-nav a[aria-current=page]{background:color-mix(in srgb,var(--blue),transparent 90%)}}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--blue)}.site-main{min-height:68vh}.shell{width:min(1120px,100% - 2rem);margin:0 auto}.section{padding:4.25rem 0}.section--tight{padding-top:2.75rem}.section-kicker{color:var(--blue);text-transform:uppercase;margin:0 0 .6rem;font-size:.82rem;font-weight:720}.section-title{color:var(--text);margin:0;font-size:2rem;font-weight:720;line-height:1.18}.section-copy{color:var(--muted);max-width:44rem;margin:.75rem 0 0}.section-head{justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:1.4rem;display:flex}.text-link{color:var(--blue);border-radius:999px;align-items:center;padding:.45rem .1rem;font-weight:650;display:inline-flex}.author-feed-page{padding:4.25rem 0 5rem}.author-feed-layout{grid-template-columns:286px minmax(0,1fr);align-items:start;gap:3.5rem;display:grid}.author-sidebar{position:sticky;top:104px}.author-sidebar__photo{border:1px solid var(--border);object-fit:cover;object-position:center 25%;border-radius:50%;width:152px;height:152px;box-shadow:0 1px 3px #3c404329}.author-sidebar h1{color:var(--text);letter-spacing:0;margin:2rem 0 0;font-size:2.55rem;font-weight:500;line-height:1.14}.author-sidebar__role{color:var(--muted-strong);margin:.6rem 0 0;font-size:1.08rem}.author-sidebar__copy{color:var(--muted-strong);margin:1.65rem 0 0;font-size:1rem;line-height:1.72}.author-feed-main{min-width:0}.section-head--compact{border-top:1px solid var(--border);margin-bottom:0;padding-top:1.35rem}.article-card-section,.work-card-section{margin-bottom:3.75rem}.motion-ready [data-reveal]{opacity:0;transition:opacity .36s cubic-bezier(.24,1,.32,1),transform .36s cubic-bezier(.24,1,.32,1);transform:translateY(16px)}.motion-ready [data-reveal].is-visible{opacity:1;transform:translateY(0)}.hero{padding:5rem 0 3.75rem}.author-panel{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3rem;display:grid}@supports (color:color-mix(in lab,red,red)){.author-panel{background:color-mix(in srgb,var(--surface),transparent 2%)}}.author-panel{box-shadow:var(--shadow);padding:3rem}.eyebrow-row{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:flex}.hero-title{max-width:47rem;color:var(--text);margin:0;font-size:4rem;font-weight:720;line-height:1.05}.hero-role{color:var(--blue);margin:1rem 0 0;font-size:1.35rem;font-weight:650}.hero-copy{max-width:45rem;color:var(--muted-strong);margin:1.35rem 0 0;font-size:1.12rem;line-height:1.75}.social-row{flex-wrap:wrap;gap:.35rem;margin-top:1.35rem;display:flex}.social-row a,.footer-social a{color:var(--muted-strong);font-size:.9rem;font-weight:650;transition:color .16s,background .16s,border-color .16s}.social-row a{border:1px solid var(--border);background:var(--surface);border-radius:999px;min-height:34px;padding:.34rem .74rem}.social-row a:hover,.footer-social a:hover{color:var(--blue)}.social-row a:hover{border-color:var(--blue)}@supports (color:color-mix(in lab,red,red)){.social-row a:hover{border-color:color-mix(in srgb,var(--blue),var(--border) 45%)}}.social-row a:hover{background:var(--blue)}@supports (color:color-mix(in lab,red,red)){.social-row a:hover{background:color-mix(in srgb,var(--blue),transparent 92%)}}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.button{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--blue);border-radius:999px;justify-content:center;align-items:center;padding:.68rem 1.05rem;font-weight:650;transition:border-color .18s,box-shadow .18s,transform .18s;display:inline-flex}.button--primary{background:var(--blue);color:#fff;border-color:#0000}.button:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.author-photo-wrap{width:192px;height:192px;position:relative}.author-photo{border:1px solid var(--border);object-fit:cover;object-position:center 25%;border-radius:50%;width:192px;height:192px;position:relative;box-shadow:0 8px 24px #3c404324}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.card-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.editorial-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;flex-direction:column;min-height:100%;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 1px #3c40430a}.editorial-card:hover{border-color:var(--blue)}@supports (color:color-mix(in lab,red,red)){.editorial-card:hover{border-color:color-mix(in srgb,var(--blue),var(--border) 52%)}}.editorial-card:hover{transform:translateY(-2px);box-shadow:0 1px 2px #3c40431f,0 8px 24px #3c40431f}.editorial-card__stripe{background:linear-gradient(90deg,var(--blue),var(--red),var(--yellow),var(--green));height:4px}.editorial-card__body{flex-direction:column;flex:1;padding:1.35rem;display:flex}.card-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.9rem;font-size:.86rem;font-weight:600;display:flex}.card-title{color:var(--text);margin:0;font-size:1.25rem;font-weight:700;line-height:1.28}.card-copy{color:var(--muted);margin:.75rem 0 0}.card-footer{flex-wrap:wrap;gap:.45rem;margin-top:auto;padding-top:1.3rem;display:flex}.card-action{color:var(--blue);letter-spacing:.02em;text-transform:uppercase;margin-top:1.2rem;font-size:.8rem;font-weight:720}.editorial-card:hover .card-action{text-underline-offset:3px;text-decoration:underline}.chip{border:1px solid var(--border-soft);background:var(--surface-subtle);border-radius:999px;align-items:center;display:inline-flex}@supports (color:color-mix(in lab,red,red)){.chip{background:color-mix(in srgb,var(--surface-subtle),transparent 10%)}}.chip{color:var(--muted-strong);min-height:28px;padding:.22rem .62rem;font-size:.78rem;font-weight:650}.stat-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.stat-card{border:1px solid var(--border);background:var(--surface);border-radius:8px}@supports (color:color-mix(in lab,red,red)){.stat-card{background:color-mix(in srgb,var(--surface),transparent 3%)}}.stat-card{padding:1.1rem}.stat-value{color:var(--text);margin:0;font-size:1.5rem;font-weight:720;line-height:1.2}.stat-label{color:var(--muted);margin:.25rem 0 0;font-size:.92rem}.empty-card{border:1px dashed var(--border)}@supports (color:color-mix(in lab,red,red)){.empty-card{border:1px dashed color-mix(in srgb,var(--border),var(--blue) 18%)}}.empty-card{background:var(--surface);border-radius:8px}@supports (color:color-mix(in lab,red,red)){.empty-card{background:color-mix(in srgb,var(--surface),var(--surface-subtle) 45%)}}.empty-card{padding:1.5rem;transition:border-color .15s,background .15s,transform .15s}.empty-card:hover{border-color:var(--blue)}@supports (color:color-mix(in lab,red,red)){.empty-card:hover{border-color:color-mix(in srgb,var(--blue),var(--border) 35%)}}.empty-card:hover{background:var(--surface);transform:translateY(-1px)}.card-grid>.empty-card{grid-column:1/-1}.empty-card h3{color:var(--text);margin:0;font-size:1.15rem}.empty-card p{color:var(--muted);margin:.55rem 0 0}.page-hero{padding:4.5rem 0 2.5rem}.page-title{color:var(--text);max-width:48rem;margin:0;font-size:3rem;font-weight:720;line-height:1.08}.page-copy{color:var(--muted-strong);max-width:45rem;margin:1rem 0 0;font-size:1.08rem}.profile-split{grid-template-columns:.9fr 1.1fr;align-items:start;gap:2rem;display:grid}.profile-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;padding:1.5rem}.profile-card img{object-fit:cover;object-position:center 25%;border-radius:50%;width:152px;height:152px}.profile-card h2{margin:1rem 0 .15rem;font-size:1.35rem}.profile-card p{color:var(--blue);margin:0;font-weight:650}.prose{color:var(--muted-strong);max-width:48rem}.prose h2,.prose h3{color:var(--text);margin:2rem 0 .7rem;line-height:1.25}.prose p{margin:1rem 0}.prose ul{padding-left:1.25rem}.prose a{color:var(--blue);text-underline-offset:3px;font-weight:650;text-decoration:underline;text-decoration-thickness:1px}.article-shell{width:min(780px,100% - 2rem);margin:0 auto;padding:4.5rem 0}.article-title{color:var(--text);margin:.7rem 0 1rem;font-size:3rem;font-weight:720;line-height:1.1}.article-desc{color:var(--muted-strong);margin:0;font-size:1.16rem}.site-footer{border-top:1px solid var(--border);color:var(--muted);margin-top:2rem;padding:2rem 0}.site-footer__inner{justify-content:space-between;align-items:center;gap:1rem;width:min(1120px,100% - 2rem);margin:0 auto;font-size:.92rem;display:flex}.footer-social{flex-wrap:wrap;gap:.8rem;display:flex}@media(max-width:840px){.site-header__inner{flex-direction:column;align-items:flex-start;min-height:auto;padding:.8rem 0}.site-nav{width:100%;padding-bottom:.05rem;overflow-x:auto}.author-feed-page{padding-top:2.25rem}.author-feed-layout{grid-template-columns:1fr;gap:2.75rem}.author-sidebar{text-align:center;position:static}.author-sidebar__photo{width:136px;height:136px;margin:0 auto}.author-sidebar h1{margin-top:1.45rem;font-size:2.25rem}.author-sidebar__copy{max-width:32rem;margin-left:auto;margin-right:auto}.social-row--sidebar{justify-content:center}.hero{padding-top:2rem}.author-panel,.profile-split{grid-template-columns:1fr}.author-panel{padding:2rem}.author-photo-wrap{order:-1;width:156px;height:156px}.author-photo{width:156px;height:156px}.hero-title,.page-title,.article-title{font-size:2.4rem}.hero-role{font-size:1.12rem}.hero-copy,.page-copy{font-size:1rem}.section-head{flex-direction:column;align-items:start}.card-grid,.card-grid--two,.stat-row{grid-template-columns:1fr}.site-footer__inner{flex-direction:column;align-items:flex-start}}@media(max-width:460px){.shell{width:min(100% - 1.25rem,1120px)}.author-panel{padding:1.25rem}.hero-title,.page-title,.article-title{font-size:2rem}.button{width:100%}}@media(prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.motion-ready [data-reveal]{opacity:1;transform:none}}
