*,*::before,*::after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth;scroll-padding-top:calc(var(--ou-header-height) + 1rem)}body{margin:0;font-family:var(--ou-font-body);font-size:1rem;line-height:1.7;color:var(--ou-text);background:var(--ou-bg);overflow-x:hidden}:root{color-scheme:dark;--theme-bg:#111c20;--theme-surface:#17252a;--theme-surface-alt:#1d2d31;--theme-ink:#f2f1e9;--theme-copy:#d2dbd7;--theme-muted:#a6bab3;--theme-border:#35474a;--theme-accent:#a2c6b5;--theme-accent-rgb:162 198 181;--theme-accent-hover:#d2e5da;--theme-on-accent:#112b22;--theme-tint:#243b35;--theme-heading:Georgia, 'Times New Roman', serif;--theme-prose:Georgia, 'Times New Roman', serif;--theme-shadow:0 12px 32px rgb(0 0 0 / 16%);--theme-main-width:none;--theme-main-padding:0;--ou-bg:var(--theme-bg);--ou-bg-alt:var(--theme-surface);--ou-bg-section:var(--theme-surface-alt);--ou-text:var(--theme-ink);--ou-text-muted:var(--theme-muted);--ou-text-dim:var(--theme-muted);--ou-accent:var(--theme-accent);--ou-accent-dark:var(--theme-accent-hover);--ou-accent-light:var(--theme-accent-hover);--ou-accent-a11y:var(--theme-accent);--ou-border:var(--theme-border);--ou-border-light:var(--theme-border);--ou-white:var(--theme-ink);--ou-font-display:'Space Grotesk', system-ui, sans-serif;--ou-font-body:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--ou-font-serif:'Merriweather', Georgia, 'Times New Roman', serif;--ou-max-width:920px;--ou-wide-width:1120px;--ou-transition:250ms cubic-bezier(0.4, 0, 0.2, 1);--ou-header-height:72px}.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}.skip-link{position:absolute;top:-40px;left:0;background:var(--ou-accent);color:var(--ou-bg);padding:.75rem 1rem;text-decoration:none;font-weight:700;font-family:var(--ou-font-body);border-radius:0 0 .5rem 0;z-index:100;transition:top var(--ou-transition)}.skip-link:focus{top:0;outline:2px solid var(--ou-accent-light);outline-offset:2px}*:focus-visible{outline:2px solid var(--ou-accent);outline-offset:2px}.site-header{background:rgba(13,17,23,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--ou-border);box-shadow:0 1px rgba(0,0,0,.2);position:sticky;top:0;z-index:100}.site-header-inner{max-width:1400px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.site-logo{font-size:1.5rem;font-weight:800;font-family:var(--ou-font-display);color:var(--ou-white);text-decoration:none;display:flex;align-items:center;gap:.75rem;flex:none;white-space:nowrap;transition:transform 150ms ease}.site-logo:hover{text-decoration:none;transform:translateY(-1px)}.site-logo span{color:var(--ou-white);white-space:nowrap}.site-logo-mark{width:40px;height:40px;filter:drop-shadow(0 6px 16px rgb(17 28 32/.35));flex-shrink:0}.site-nav{display:flex;gap:.5rem;align-items:center;flex:none;flex-wrap:nowrap}.site-nav a{color:var(--ou-text);font-weight:500;font-size:.875rem;font-family:var(--ou-font-body);text-decoration:none;padding:.5rem 1rem;border-radius:.75rem;transition:all var(--ou-transition);position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-align:center;white-space:nowrap}.site-nav a::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--ou-accent);opacity:0;transition:opacity var(--ou-transition);z-index:-1}.site-nav a:hover,.site-nav a.active{color:var(--ou-bg);text-decoration:none;transform:translateY(-1px)}.site-nav a:hover::before,.site-nav a.active::before{opacity:1}.nav-dropdown{--dropdown-gap:0.35rem;position:relative;display:flex;flex-direction:column;align-items:stretch}.nav-dropdown>a{display:inline-flex;align-items:center;gap:.5rem;padding-right:1.5rem}.nav-dropdown>a::after{content:'▾';font-size:.65rem;color:inherit;transition:transform var(--ou-transition);margin-left:-.35rem}.nav-dropdown:hover>a,.nav-dropdown:focus-within>a{color:var(--ou-bg)}.nav-dropdown:hover>a::before,.nav-dropdown:focus-within>a::before{opacity:1}.nav-dropdown:hover>a::after,.nav-dropdown:focus-within>a::after{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + var(--dropdown-gap));left:auto;right:0;display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:var(--ou-bg-alt);border:1px solid var(--ou-border);border-radius:.75rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.3),0 10px 10px -5px rgba(0,0,0,.2);min-width:220px;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity var(--ou-transition),transform var(--ou-transition);z-index:15;transform-origin:top right}@media(min-width:769px){.nav-dropdown-menu::before{content:'';position:absolute;top:calc(-1 * var(--dropdown-gap));left:0;right:0;height:var(--dropdown-gap)}}.nav-dropdown-menu a{width:100%;justify-content:flex-start;text-align:left;padding:.5rem 1rem;color:var(--ou-text)}.nav-dropdown-menu a:hover{color:var(--ou-bg)}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.site-nav-toggle{display:none;align-items:center;justify-content:center;gap:.75rem;border:1px solid var(--ou-border);border-radius:.75rem;background:var(--ou-bg-alt);color:var(--ou-text);padding:.5rem 1rem;min-height:44px;min-width:44px;cursor:pointer;font-weight:600;font-size:.875rem;font-family:var(--ou-font-body);transition:border-color 150ms ease,color 150ms ease}.site-nav-toggle:hover{border-color:var(--ou-accent)}.site-nav-toggle:focus-visible{outline:2px solid var(--ou-accent);outline-offset:2px}.site-nav-toggle-label{letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.site-nav-toggle-icon{display:inline-flex;flex-direction:column;justify-content:space-between;width:22px;height:16px}.site-nav-toggle-bar{width:100%;height:2px;border-radius:9999px;background:currentColor;transition:transform var(--ou-transition),opacity 150ms ease}body.nav-open .site-nav-toggle{border-color:var(--ou-accent);color:var(--ou-accent)}body.nav-open .site-nav-toggle-bar:nth-child(1){transform:translateY(7px)rotate(45deg)}body.nav-open .site-nav-toggle-bar:nth-child(2){opacity:0}body.nav-open .site-nav-toggle-bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.site-nav-overlay{position:fixed;inset:0;background:rgba(13,17,23,.6);opacity:0;pointer-events:none;transition:opacity var(--ou-transition);z-index:90;display:block}body.nav-open .site-nav-overlay{opacity:1;pointer-events:auto}.site-footer{background:var(--ou-bg);border-top:1px solid var(--ou-border);color:var(--ou-text-muted);padding:4rem 1.5rem 0;position:relative;overflow:hidden}.site-footer::before{content:'';position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent 0%,var(--ou-accent) 50%,transparent 100%)}.site-footer-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;position:relative;z-index:1}.footer-heading{font-family:var(--ou-font-display);font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ou-accent-a11y);margin:0 0 .75rem;padding-bottom:.35rem;border-bottom:1px solid var(--ou-border);font-weight:600}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.75rem}.footer-section a{color:var(--ou-text-muted);font-size:.875rem;text-decoration:none;transition:color var(--ou-transition),transform var(--ou-transition);display:inline-flex;align-items:center;gap:.5rem}.footer-section a:hover{color:var(--ou-accent-a11y);transform:translateX(2px)}.footer-section p:not(.footer-heading){color:var(--ou-text-muted);font-size:.875rem;line-height:1.8;margin:0}.footer-copyright{display:flex;justify-content:center;align-items:center;text-align:center;color:var(--ou-text-muted);font-size:.875rem;font-family:var(--ou-font-body);padding:2.5rem 0;margin-top:3rem;border-top:1px solid var(--ou-border)}.footer-copyright a{color:var(--ou-text-muted);text-decoration:none;transition:color var(--ou-transition)}.footer-copyright a:hover{color:var(--ou-accent-a11y)}.site-main{background:var(--ou-bg);padding:0;width:100%}.ou-hero{position:relative;width:100%;min-height:420px;max-height:560px;overflow:hidden;display:flex;align-items:flex-end}.ou-hero-image{position:absolute;inset:0;z-index:0}.ou-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block;filter:brightness(.75)contrast(1.05)saturate(.9)}.ou-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient( to bottom,rgba(13,17,23,.15) 0%,rgba(13,17,23,.25) 30%,rgba(13,17,23,.6) 60%,rgba(13,17,23,.92) 85%,var(--ou-bg) 100% )}.ou-hero-content{position:relative;z-index:2;max-width:var(--ou-wide-width);margin:0 auto;padding:4rem 2rem 2.5rem;width:100%}.ou-hero-kicker{font-family:var(--ou-font-display);font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ou-accent-a11y);margin:0 0 .65rem;text-shadow:0 1px 3px rgba(0,0,0,.5)}.ou-hero-headline{font-family:var(--ou-font-display);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;letter-spacing:-.02em;color:var(--ou-white);max-width:780px;margin:0 0 .65rem;line-height:1.15;text-shadow:0 2px 8px rgba(0,0,0,.4)}.ou-hero-subtitle{font-family:var(--ou-font-body);font-size:clamp(.95rem,1.8vw,1.1rem);color:rgba(240,242,245,.8);margin:0 0 1.25rem;max-width:640px;line-height:1.65;text-shadow:0 1px 4px rgba(0,0,0,.5)}.ou-hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:1.5rem}.ou-hero-brand{font-family:var(--ou-font-display);font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(240,242,245,.35);margin:0}.ou-hero-cta{display:inline-flex;align-items:center;justify-content:center;font-family:var(--ou-font-display);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-radius:.65rem;padding:.78rem 1.25rem;transition:all var(--ou-transition)}.ou-hero-cta-primary{background:var(--ou-accent);color:#0d1117;border:1px solid var(--ou-accent)}.ou-hero-cta-primary:hover{background:var(--ou-accent-light);color:#0d1117}.ou-hero-cta-secondary{border:1px solid rgba(240,242,245,.25);color:var(--ou-accent-a11y);background:rgba(13,17,23,.5);backdrop-filter:blur(4px)}.ou-hero-cta-secondary:hover{color:var(--ou-white);border-color:var(--ou-accent);background:rgba(13,17,23,.7)}.ou-dual-use{padding:1.25rem 1.5rem 0}.ou-dual-use .ou-section-inner{border:1px solid var(--ou-border);border-left:3px solid var(--ou-accent);border-radius:.75rem;padding:1rem 1.1rem;background:linear-gradient(90deg,rgb(var(--theme-accent-rgb)/.08),rgb(var(--theme-accent-rgb)/.02))}.ou-dual-use-text{margin:0;font-size:.9rem;color:var(--ou-text-muted)}.ou-dual-use-links{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:.6rem 1rem}.ou-dual-use-links a{font-family:var(--ou-font-display);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ou-accent-a11y);text-decoration:none}.ou-dual-use-links a:hover{color:var(--ou-white)}.ou-start{padding-top:4.5rem;padding-bottom:4.5rem}.ou-start-grid{margin-top:1.5rem;display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:860px){.ou-start-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ou-start-card{background:var(--ou-bg-alt);border:1px solid var(--ou-border);border-left:3px solid var(--ou-accent);border-radius:.75rem;padding:1.5rem}.ou-start-step{font-family:var(--ou-font-display);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ou-accent-a11y);margin:0 0 .65rem}.ou-start-card h3{margin:0 0 .65rem;font-family:var(--ou-font-display);font-size:1.05rem;color:var(--ou-white)}.ou-start-meta{margin:0 0 .5rem;font-family:var(--ou-font-display);font-size:.66rem;text-transform:uppercase;letter-spacing:.09em;color:var(--ou-text-dim)}.ou-start-card p{margin:0;font-size:.92rem;line-height:1.7;color:var(--ou-text-muted)}.ou-start-outcome{margin-top:.65rem!important;font-size:.83rem!important;color:var(--ou-accent-a11y)!important}.ou-section{padding:6rem 1.5rem;position:relative}.ou-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient( 90deg,transparent 0%,var(--ou-border) 15%,var(--ou-border) 85%,transparent 100% )}.ou-section--alt{background:var(--ou-bg-section)}.ou-section-inner{max-width:var(--ou-max-width);margin:0 auto}.ou-section-wide{max-width:var(--ou-wide-width);margin:0 auto}.ou-section-label{font-family:var(--ou-font-display);font-size:.65rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ou-accent-a11y);margin-bottom:.5rem}.ou-section-heading{font-family:var(--ou-font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--ou-white);line-height:1.2;margin:0 0 1.5rem}.ou-section-body{font-family:var(--ou-font-body);font-size:1rem;color:#a8b1ba;line-height:1.8;max-width:680px}.ou-section-body p{margin:0 0 1rem}.ou-section-body p:last-child{margin-bottom:0}.ou-section-body a{color:var(--ou-accent-a11y);text-underline-offset:.15em}.ou-section-body a:hover,.ou-section-body a:focus{color:var(--ou-white)}.ou-lead{max-width:var(--ou-max-width);margin:0 auto;padding:3rem 1.5rem 2rem}.ou-lead-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--ou-border)}.ou-lead-label{font-family:var(--ou-font-display);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ou-accent-a11y);margin:0 0 1rem}.ou-lead-headline{font-family:var(--ou-font-display);font-size:clamp(2rem,5vw,3.25rem);font-weight:700;color:var(--ou-white);line-height:1.15;letter-spacing:-.02em;margin:0 0 .75rem}.ou-lead-deck{font-family:var(--ou-font-body);font-size:clamp(1rem,2vw,1.2rem);color:var(--ou-text-muted);line-height:1.6;margin:0 0 1.25rem}.ou-lead-meta{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;font-family:var(--ou-font-body);font-size:.875rem;color:var(--ou-text-dim)}.ou-lead-notice{background:rgb(var(--theme-accent-rgb)/.06);border-left:3px solid var(--ou-accent);border-radius:0 .375rem .375rem 0;padding:1rem 1.25rem;margin-bottom:2.5rem;font-size:.9rem;line-height:1.7;color:var(--ou-text-muted)}.ou-lead-notice strong{color:var(--ou-text)}.ou-lead-body{font-family:var(--ou-font-body);font-size:1.0625rem;line-height:1.85;color:#a8b1ba}.ou-lead-body h3{font-family:var(--ou-font-display);font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:700;color:var(--ou-white);margin:2.5rem 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--ou-border-light)}.ou-lead-body h3:first-child{margin-top:0}.ou-lead-body p{margin:0 0 1rem}.ou-lead-body a{color:var(--ou-accent-a11y);text-decoration-color:rgb(var(--theme-accent-rgb)/.4);text-underline-offset:3px;transition:color var(--ou-transition),text-decoration-color var(--ou-transition)}.ou-lead-body a:hover{color:var(--ou-white);text-decoration-color:var(--ou-accent)}.ou-lead-body strong{color:var(--ou-text);font-weight:600}.ou-lead-body ul{margin:1rem 0 1.5rem;padding-left:1.25rem}.ou-lead-body li{margin-bottom:.5rem;color:#a8b1ba}.ou-lead-body li p{margin:0}.ou-featured-article{border-bottom:1px solid var(--ou-border);background:linear-gradient( 135deg,rgb(var(--theme-accent-rgb)/.04) 0%,transparent 60% );overflow:hidden;padding-top:0;padding-bottom:3rem}.ou-featured-article-image{position:relative;width:calc(100% + 3rem);max-height:420px;overflow:hidden;margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:3rem}.ou-featured-article-image::after{content:'';position:absolute;inset:0;background:linear-gradient( to bottom,transparent 0%,transparent 40%,rgba(13,17,23,.3) 65%,rgba(13,17,23,.7) 85%,var(--ou-bg) 100% )}.ou-featured-article-image img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.5)contrast(1.1)saturate(.85)}.ou-featured-article .ou-section-label{color:var(--ou-accent-a11y)}.ou-featured-article-title{font-family:var(--ou-font-display);font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700;line-height:1.2;letter-spacing:-.01em;margin:0 0 .5rem}.ou-featured-article-title a{color:var(--ou-white);text-decoration:none;transition:color var(--ou-transition)}.ou-featured-article-title a:hover{color:var(--ou-accent)}.ou-featured-article-subtitle{font-family:var(--ou-font-body);font-size:1.05rem;color:var(--ou-text-muted);margin:0 0 1.25rem;font-style:italic}.ou-featured-article-excerpt{font-family:var(--ou-font-body);font-size:1rem;line-height:1.75;color:#a8b1ba;margin:0 0 1.5rem;max-width:42rem}.ou-featured-article-meta{display:flex;gap:.45rem;flex-wrap:wrap;align-items:center;margin:0 0 1.25rem;font-size:.8rem;color:var(--ou-text-dim);font-family:var(--ou-font-body)}.ou-featured-article-link{font-family:var(--ou-font-display);font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ou-accent-a11y);text-decoration:none;transition:color var(--ou-transition)}.ou-featured-article-link:hover{color:var(--ou-white)}.ou-dispatch{background:radial-gradient(circle at 0% 0%,rgb(var(--theme-accent-rgb)/.08),transparent 55%);padding-top:4rem;padding-bottom:4rem}.ou-dispatch .ou-section-body{margin-bottom:0}.ou-dispatch-actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:center}.ou-roadmap{background:radial-gradient(circle at 100% 100%,rgba(180,60,60,8%),transparent 55%);padding-top:4rem;padding-bottom:4rem}.ou-roadmap .ou-section-body{margin-bottom:0}.ou-roadmap-actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:center}.ou-consulting-proof{padding-top:4.5rem;padding-bottom:4.5rem}.ou-consulting-grid{margin-top:1.5rem;display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:900px){.ou-consulting-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ou-consulting-card{background:var(--ou-bg-alt);border:1px solid var(--ou-border);border-left:3px solid var(--ou-accent);border-radius:.75rem;padding:1.4rem}.ou-consulting-card h3{margin:0 0 .65rem;font-family:var(--ou-font-display);font-size:1rem;color:var(--ou-white)}.ou-consulting-card p{margin:0;color:var(--ou-text-muted);font-size:.9rem;line-height:1.7}.ou-consulting-actions{margin:1.5rem 0 0;display:flex;flex-wrap:wrap;gap:1rem 1.4rem}.ou-evidence-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;margin-top:1.5rem}@media(min-width:900px){.ou-evidence-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ou-evidence-card{background:var(--ou-bg-alt);border:1px solid var(--ou-border);border-top:2px solid rgb(var(--theme-accent-rgb)/.55);border-radius:.75rem;padding:1.4rem 1.35rem}.ou-evidence-card h3{margin:0 0 .7rem;font-family:var(--ou-font-display);font-size:1rem;color:var(--ou-white)}.ou-evidence-card p{margin:0;font-size:.9rem;color:var(--ou-text-muted);line-height:1.7}.ou-cards-footer{text-align:center;margin:2rem 0 0;padding-top:1.5rem;border-top:1px solid var(--ou-border-light)}.ou-cards-footer-link{font-family:var(--ou-font-display);font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--ou-accent-a11y);text-decoration:none;transition:color var(--ou-transition)}.ou-cards-footer-link:hover{color:var(--ou-white)}.ou-pullquote{font-family:var(--ou-font-serif);font-size:clamp(1.15rem,2.5vw,1.5rem);font-style:italic;color:var(--ou-text);line-height:1.8;text-align:left;max-width:var(--ou-max-width);margin:0 auto;padding:4rem 1.5rem 4rem 3rem;border:none;border-left:3px solid var(--ou-accent);background:linear-gradient( to right,rgb(var(--theme-accent-rgb)/.03) 0%,transparent 40% );position:relative}.ou-pullquote::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient( 90deg,var(--ou-accent) 0%,var(--ou-border) 30%,transparent 100% )}.ou-pullquote::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient( 90deg,var(--ou-accent) 0%,var(--ou-border) 30%,transparent 100% )}.ou-pullquote-mark{display:block;font-size:3rem;color:var(--ou-accent);line-height:.5;margin-bottom:1rem;font-family:Georgia,serif;opacity:.5}.ou-latest-link{text-align:center;padding:1.25rem 1.5rem;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:var(--ou-muted);opacity:.7;transition:opacity .2s ease}.ou-latest-link:hover{opacity:1}.ou-latest-link a{color:var(--ou-muted);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease}.ou-latest-link a:hover{color:var(--ou-accent);border-bottom-color:var(--ou-accent)}.ou-mission{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media(min-width:768px){.ou-mission{grid-template-columns:1.15fr .85fr;gap:4rem;align-items:center}}.ou-mission-image{position:relative;border-radius:.75rem;overflow:hidden}.ou-mission-image::after{content:'';position:absolute;inset:0;background:radial-gradient( circle at 100% 100%,var(--ou-bg-section) 0px,var(--ou-bg-section) 30px,rgba(26,31,43,.8) 50px,rgba(26,31,43,.4) 80px,rgba(26,31,43,.1) 120px,transparent 170px ),radial-gradient( circle at 0% 100%,var(--ou-bg-section) 0px,var(--ou-bg-section) 30px,rgba(26,31,43,.8) 50px,rgba(26,31,43,.4) 80px,rgba(26,31,43,.1) 120px,transparent 170px ),radial-gradient( circle at 100% 0%,var(--ou-bg-section) 0px,var(--ou-bg-section) 30px,rgba(26,31,43,.8) 50px,rgba(26,31,43,.4) 80px,rgba(26,31,43,.1) 120px,transparent 170px );pointer-events:none}.ou-mission-image img{width:100%;height:auto;display:block;filter:brightness(.85)contrast(1.05)}.ou-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}@media(min-width:640px){.ou-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.ou-card{background:var(--ou-bg-alt);border:1px solid var(--ou-border);border-top:3px solid var(--ou-accent);border-radius:.75rem;padding:2rem 2rem 1.5rem;transition:border-color var(--ou-transition),transform var(--ou-transition),box-shadow var(--ou-transition);display:flex;flex-direction:column}.ou-card:hover{border-color:var(--ou-accent);border-top-color:var(--ou-accent);transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.35),0 0 0 1px rgb(var(--theme-accent-rgb)/.2)}.ou-card-icon{font-family:var(--ou-font-display);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem;color:var(--ou-accent-a11y);display:inline-flex;align-items:center;justify-content:center;padding:.3rem .85rem;border:1px solid rgb(var(--theme-accent-rgb)/.25);border-radius:3px;flex-shrink:0;background:rgb(var(--theme-accent-rgb)/.06);letter-spacing:.02em}.ou-card-numeral{font-family:var(--ou-font-serif);font-size:1.125rem;font-weight:700;font-style:italic;color:var(--ou-accent);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:1px solid rgb(var(--theme-accent-rgb)/.25);border-radius:50%;flex-shrink:0;background:rgb(var(--theme-accent-rgb)/.06);margin-bottom:1.25rem}.ou-card-title{font-family:var(--ou-font-display);font-size:1.125rem;font-weight:600;color:var(--ou-white);margin:0 0 .75rem;line-height:1.35}.ou-card-title a{color:inherit;text-decoration:none}.ou-card-title a:hover{color:var(--ou-accent-a11y)}.ou-card-kicker{margin:0 0 .65rem;font-family:var(--ou-font-display);font-size:.62rem;letter-spacing:.11em;text-transform:uppercase;color:var(--ou-text-muted)}.ou-card-text{font-family:var(--ou-font-body);font-size:.875rem;color:var(--ou-text-muted);line-height:1.75;margin:0;flex:1}.ou-card-meta{margin:1rem 0 0;display:flex;gap:.45rem;flex-wrap:wrap;align-items:center;font-size:.75rem;color:var(--ou-text-muted);font-family:var(--ou-font-body)}.ou-card-status{display:inline-block;font-family:var(--ou-font-display);font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ou-accent-a11y);margin-top:1.25rem;padding:1px .5rem;border:1px solid rgb(var(--theme-accent-rgb)/.35);border-radius:2px;background:rgb(var(--theme-accent-rgb)/.06);align-self:flex-start;line-height:1.6}.ou-card-link{display:inline-block;font-family:var(--ou-font-display);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ou-accent-a11y);text-decoration:none;margin-top:1.25rem;align-self:flex-start;transition:color var(--ou-transition)}.ou-card-link:hover{color:var(--ou-white)}.ou-portfolio-section .ou-section-body,.ou-home-investigation-note{max-width:920px}.ou-portfolio-groups{display:flex;flex-direction:column;gap:clamp(2.25rem,4vw,3.5rem);margin-top:clamp(1.75rem,3vw,2.5rem)}.ou-portfolio-group{border-top:1px solid var(--ou-border);padding-top:clamp(1.75rem,3vw,2.5rem)}.ou-portfolio-group:first-child{border-top:0;padding-top:0}.ou-portfolio-header{max-width:860px;margin-bottom:1rem}.ou-portfolio-label{margin-bottom:.45rem}.ou-portfolio-title{font-family:var(--ou-font-display);font-size:clamp(1.35rem,2.2vw,1.75rem);font-weight:700;color:var(--ou-white);margin:0 0 .6rem;line-height:1.25}.ou-portfolio-description{font-family:var(--ou-font-body);font-size:.95rem;color:var(--ou-text-muted);line-height:1.75;margin:0;max-width:780px}.ou-portfolio-cards{margin-top:1rem}@media(min-width:640px){.ou-portfolio-cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media(min-width:960px){.ou-portfolio-cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.ou-contact{text-align:center;background:var(--ou-bg);position:relative;padding-top:6rem;padding-bottom:6rem}.ou-contact::before{content:'';position:absolute;inset:0;background-image:radial-gradient(ellipse at 50% 0%,rgb(var(--theme-accent-rgb)/.04) 0%,transparent 50%),radial-gradient(ellipse at 50% 100%,rgb(var(--theme-accent-rgb)/.02) 0%,transparent 50%);pointer-events:none}.ou-contact .ou-section-inner{max-width:600px;position:relative;z-index:1}.ou-contact .ou-section-body{margin-inline:auto;text-align:center}.ou-contact-email{display:inline-block;font-family:var(--ou-font-display);font-size:1.25rem;font-weight:600;color:var(--ou-accent-a11y);text-decoration:none;padding:1rem 2.5rem;border:2px solid var(--ou-accent);border-radius:.5rem;margin-top:1.5rem;letter-spacing:.02em;position:relative;overflow:hidden;z-index:0;transition:color 300ms cubic-bezier(.4,0,.2,1)}.ou-contact-email::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--ou-accent);transform:scaleX(0);transform-origin:left center;transition:transform 300ms cubic-bezier(.4,0,.2,1);z-index:-1}.ou-contact-email:hover{color:var(--ou-bg)}.ou-contact-email:hover::before{transform:scaleX(1)}.ou-contact-email:focus-visible{outline:2px solid var(--ou-accent-light);outline-offset:3px}.ou-contact-note{font-family:var(--ou-font-body);font-size:.875rem;color:var(--ou-text-dim);margin-top:1rem;font-style:italic;line-height:1.65}.ou-wire{background:var(--ou-bg);padding-top:3rem;padding-bottom:3rem}.ou-wire::after{display:none}.ou-wire-list{list-style:none;margin:1rem 0 0;padding:0}.ou-wire-item{display:flex;align-items:baseline;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--ou-border-light);font-family:var(--ou-font-body);font-size:.875rem;line-height:1.5}.ou-wire-item:first-child{border-top:1px solid var(--ou-border-light)}.ou-wire-date{flex-shrink:0;min-width:5.5em;font-size:.75rem;color:var(--ou-text-muted);font-variant-numeric:tabular-nums}.ou-wire-date time,.ou-wire-date span{font-size:inherit;color:inherit}.ou-wire-badge{flex-shrink:0;font-family:var(--ou-font-display);font-size:.6rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#c5ced8;background:#1b2330;border:1px solid #495568;border-radius:2px;padding:0 .5rem;line-height:1.7;white-space:nowrap}.ou-wire-link{color:var(--ou-text);text-decoration:none;transition:color var(--ou-transition)}.ou-wire-link:hover{color:var(--ou-accent-a11y)}.ou-wire-more{display:inline-block;margin-top:1.25rem;font-family:var(--ou-font-display);font-size:.875rem;font-weight:600;color:var(--ou-text-muted);text-decoration:none;letter-spacing:.02em;transition:color var(--ou-transition)}.ou-wire-more:hover{color:var(--ou-accent-a11y)}.ou-subscribe{background:radial-gradient(circle at 100% 0%,rgb(var(--theme-accent-rgb)/.08),transparent 50%);padding-top:3rem;padding-bottom:3rem}.ou-subscribe .ou-section-body{margin-bottom:0}.ou-subscribe-actions{margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:1rem 1.4rem}.ou-share-links{margin-top:1.6rem;padding-top:1.2rem;border-top:1px solid rgb(var(--theme-accent-rgb)/.18);display:flex;align-items:center;flex-wrap:wrap;gap:.6rem 1rem;font-size:.92rem}.ou-share-label{color:var(--muted);font-size:.85rem;margin-right:.2rem}.ou-share-links a{color:var(--accent);text-decoration:none;padding:.3rem .7rem;border:1px solid rgb(var(--theme-accent-rgb)/.25);border-radius:4px;transition:background .15s,color .15s}.ou-share-links a:hover{background:rgb(var(--theme-accent-rgb)/.12);color:var(--fg)}.ou-about-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}@media(min-width:900px){.ou-about-grid{grid-template-columns:1.2fr .8fr;gap:2rem}}.ou-about-card{background:var(--ou-bg-alt);border:1px solid var(--ou-border);border-radius:.75rem;padding:1.5rem}.ou-about-label{margin:0 0 .8rem;font-family:var(--ou-font-display);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--ou-accent-a11y)}.ou-about-list{margin:0;padding-left:1.15rem}.ou-about-list li{color:var(--ou-text-muted);margin-bottom:.45rem;line-height:1.65}.ou-about-list a{color:var(--ou-accent-a11y);text-underline-offset:.15em}.ou-about-list a:hover,.ou-about-list a:focus{color:var(--ou-white)}@media(max-width:1024px){.ou-hero{min-height:360px}.ou-hero-content{padding:3rem 1.5rem 2rem}.ou-section{padding:5rem 1.5rem}}@media(max-width:1120px){.site-header-inner{flex-wrap:wrap;align-items:center;gap:.75rem;padding:.75rem 1rem}.site-logo{font-size:1.5rem}.site-nav-toggle{display:inline-flex}body.nav-open{overflow:hidden}.site-nav{order:0;width:auto;flex-wrap:nowrap;justify-content:flex-start;position:fixed;top:calc(var(--ou-header-height) + .5rem);left:1rem;right:1rem;margin:0;padding:1.5rem;border-radius:1.5rem;background:var(--ou-bg-alt);border:1px solid var(--ou-border);box-shadow:0 25px 50px -12px rgba(0,0,0,.5);flex-direction:column;align-items:stretch;gap:.5rem;opacity:0;pointer-events:none;transform:translateY(-8px);visibility:hidden;max-height:calc(100vh - var(--ou-header-height) - 1rem);overflow-y:auto;z-index:110}body.nav-open .site-nav{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.site-nav a{width:100%;justify-content:flex-start;text-align:left}.site-nav a{font-size:1rem;padding:.75rem 1rem}.nav-dropdown{width:100%}.nav-dropdown-menu{position:static;opacity:1;pointer-events:auto;transform:none;padding:.75rem;margin-top:.25rem;border:1px dashed var(--ou-border);border-radius:.75rem;box-shadow:none;background:var(--ou-bg-section);gap:.25rem}.nav-dropdown-menu a{justify-content:flex-start;padding:.5rem .75rem;font-size:.875rem;color:var(--ou-text)}.nav-dropdown-menu a:hover{color:var(--ou-accent-a11y)}.nav-dropdown>a::after{display:none}.site-footer{padding:3rem 1rem 0}.site-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}@media(max-width:768px){.ou-hero{min-height:300px;max-height:420px}.ou-hero-content{padding:2.5rem 1rem 1.5rem}.ou-hero-headline{font-size:clamp(1.65rem,7vw,2.2rem)}.ou-lead{padding-left:1rem;padding-right:1rem}.ou-section{padding:4rem 1rem}.ou-pullquote{padding:2.5rem 1rem 2.5rem 2rem;font-size:clamp(1.05rem,2.2vw,1.25rem)}.ou-wire{padding-top:2rem;padding-bottom:2rem}.ou-mission>.ou-mission-image{order:1;margin-top:.5rem}.ou-mission>div:first-child{order:0}.site-header-inner{padding:.75rem}.site-nav{left:.75rem;right:.75rem;border-radius:1rem;padding:1.25rem}.site-footer-inner{grid-template-columns:1fr}}@media(max-width:480px){.ou-hero{min-height:260px;max-height:380px}.ou-hero-content{padding:2rem .75rem 1.75rem}.ou-hero-headline{font-size:clamp(1.5rem,7vw,1.95rem)}.ou-hero-subtitle{font-size:.9rem}.ou-lead{padding-left:1rem;padding-right:1rem}.ou-section{padding:3rem .75rem}.ou-card{padding:1.5rem 1.25rem}.ou-contact-email{font-size:1rem;padding:.75rem 1.5rem}.ou-pullquote{padding:2rem .75rem 2rem 1.5rem}.ou-pullquote-mark{font-size:2.5rem}.ou-card-icon{font-size:.65rem;padding:.25rem .7rem}.ou-wire-item{flex-wrap:wrap}.ou-wire-date{min-width:auto}.ou-contact{padding-top:4rem;padding-bottom:4rem}.site-logo{font-size:1.25rem}.site-nav-toggle{gap:.5rem;padding:.5rem .75rem}.site-nav-toggle-label{display:none}.site-nav{left:.5rem;right:.5rem;top:calc(var(--ou-header-height) + .25rem);padding:1rem;border-radius:.75rem}.site-nav a{font-size:.875rem}.site-footer-inner{gap:1.5rem}}.ou-breadcrumb{max-width:var(--ou-max-width);margin:0 auto;padding:1.5rem 1.5rem 0;display:flex;gap:.75rem;align-items:center;font-family:var(--ou-font-body);font-size:.875rem;color:var(--ou-text-dim)}.ou-breadcrumb a{color:var(--ou-text-muted);text-decoration:none;transition:color var(--ou-transition);font-weight:500}.ou-breadcrumb a:hover{color:var(--ou-accent-a11y)}.ou-breadcrumb strong{color:var(--ou-text);font-weight:600}.ou-breadcrumb-sep{color:var(--ou-border);user-select:none}.ou-article{max-width:var(--ou-max-width);margin:0 auto;padding:2rem 1.5rem 4rem}.ou-article-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--ou-border);position:relative}.ou-article-header::after{content:'';position:absolute;bottom:-1px;left:0;width:80px;height:1px;background:var(--ou-accent)}.ou-article-badge{display:inline-block;font-family:var(--ou-font-display);font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ou-accent-a11y);padding:.2rem .75rem;border:1px solid rgb(var(--theme-accent-rgb)/.35);border-radius:2px;background:rgb(var(--theme-accent-rgb)/.06);margin-bottom:1rem}.ou-article-title{font-family:var(--ou-font-display);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:var(--ou-white);line-height:1.2;margin:0 0 1rem}.ou-article-subtitle{font-family:var(--ou-font-body);font-size:clamp(1rem,2vw,1.25rem);color:var(--ou-text-muted);line-height:1.5;margin:0 0 .75rem;font-weight:400}.ou-article-meta{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;font-family:var(--ou-font-body);font-size:.875rem;color:var(--ou-text-muted)}.ou-article-hero{margin:0 0 2.5rem;position:relative;overflow:hidden;border-radius:4px}.ou-article-hero img{width:100%;height:auto;display:block}.ou-article-hero::after{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 100% 100%,var(--ou-bg) 0%,var(--ou-bg) 8%,transparent 50%),radial-gradient(ellipse at 0% 100%,var(--ou-bg) 0%,var(--ou-bg) 8%,transparent 50%),radial-gradient(ellipse at 100% 0%,var(--ou-bg) 0%,var(--ou-bg) 5%,transparent 40%),radial-gradient(ellipse at 0% 0%,var(--ou-bg) 0%,var(--ou-bg) 5%,transparent 40%),linear-gradient(to top,var(--ou-bg) 0%,transparent 20%),linear-gradient(to bottom,var(--ou-bg) 0%,transparent 12%),linear-gradient(to left,var(--ou-bg) 0%,transparent 15%),linear-gradient(to right,var(--ou-bg) 0%,transparent 15%)}.ou-article-content{font-family:var(--ou-font-body);font-size:1.0625rem;line-height:1.85;color:#a8b1ba;overflow-x:hidden;overflow-wrap:break-word;word-break:break-word}.ou-article-content h2{font-family:var(--ou-font-display);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;color:var(--ou-white);margin:3rem 0 1.25rem;padding-top:1.5rem;border-top:1px solid var(--ou-border)}.ou-article-content h2:first-child{margin-top:0;padding-top:0;border-top:none}.ou-article-content h3{font-family:var(--ou-font-display);font-size:clamp(1.1rem,2vw,1.35rem);font-weight:600;color:var(--ou-white);margin:2.5rem 0 1rem}.ou-article-content h4{font-family:var(--ou-font-display);font-size:1.1rem;font-weight:600;color:var(--ou-text);margin:2rem 0 .75rem}.ou-article-content p{margin:0 0 1.25rem}.ou-article-content p:last-child{margin-bottom:0}.ou-article-content a{color:var(--ou-accent-a11y);text-decoration:underline;text-decoration-color:rgb(var(--theme-accent-rgb)/.3);text-underline-offset:2px;transition:text-decoration-color var(--ou-transition)}.ou-article-content a:hover{text-decoration-color:var(--ou-accent-a11y)}.ou-article-content strong{color:var(--ou-text);font-weight:600}.ou-article-content em{font-style:italic}.ou-article-content blockquote{margin:2rem 0;padding:1.25rem 1.5rem;border-left:3px solid var(--ou-accent);background:rgb(var(--theme-accent-rgb)/.03);font-style:italic;color:var(--ou-text)}.ou-article-content blockquote p{margin:0}.ou-article-content img{max-width:100%;height:auto;border-radius:.75rem;margin:2rem 0;display:block}.ou-article-content .svg-diagram{margin:2rem 0 2.25rem;padding:1rem;border:1px solid var(--ou-border);border-radius:1rem;background:linear-gradient(180deg,rgba(22,27,34,.92),rgba(13,17,23,.96));box-shadow:0 18px 40px rgba(0,0,0,.22)}.ou-article-content .svg-diagram img{width:100%;margin:0;border-radius:.75rem;background:rgba(13,17,23,.92)}.ou-article-content .svg-diagram figcaption{margin-top:.85rem;color:var(--ou-text-dim);font-size:.94rem;font-style:italic;line-height:1.6}.ou-article-content .radius-diagram{position:relative;padding:1.25rem;border-radius:1rem;border:1px solid rgba(124,145,168,.26);background:linear-gradient(180deg,rgba(14,21,29,.98),rgba(7,12,18,.98)),linear-gradient(90deg,rgba(108,128,148,8%),rgba(108,128,148,0));box-shadow:0 24px 60px rgba(0,0,0,.28)}.ou-article-content .radius-diagram::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background-image:linear-gradient(rgba(148,163,184,6%) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,6%) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 100%)}.ou-article-content .radius-diagram img{position:relative;z-index:1;border-radius:.75rem;background:rgba(4,8,12,.92)}.ou-article-content .radius-diagram figcaption{position:relative;z-index:1;margin-top:.9rem;font-family:jetbrains mono,sf mono,Monaco,monospace;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:#8ea0b3;font-style:normal}.ou-article-content .radius-signal-quote{position:relative;margin:2.5rem 0;padding:1.25rem 1.5rem;background:linear-gradient(180deg,#0f1720 0%,#081018 100%);border:1px solid #24313f;border-left:3px solid #7f95aa;border-radius:2px;box-shadow:0 4px 12px rgba(0,0,0,.3)}.ou-article-content .radius-signal-quote::before{content:"SYS.READOUT // " attr(data-label);display:block;margin-bottom:.75rem;padding-bottom:.35rem;width:100%;border-bottom:1px solid #24313f;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#7f95aa}.ou-article-content .radius-signal-quote p{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#f3f7fb;font-size:1.15rem;font-weight:400;line-height:1.5}.ou-article-content .radius-signal-quote--wide{margin-left:-1rem;margin-right:-1rem;border-left:none;border-right:none;border-radius:0;border-top:1px solid #3c4c5d;border-bottom:1px solid #3c4c5d;background:#0b1219}@media(min-width:768px){.ou-article-content .radius-signal-quote--wide{margin-left:-3rem;margin-right:-3rem;padding-left:3rem;padding-right:3rem}}@media(max-width:640px){.ou-article-content .radius-signal-quote{margin:2rem 0;padding:1rem 1rem 1.1rem}.ou-article-content .radius-diagram{padding:.85rem}}.ou-article-content code{font-family:jetbrains mono,sf mono,Monaco,monospace;font-size:.875em;background:var(--ou-bg-alt);color:var(--ou-accent-light);padding:.15em .4em;border-radius:.375rem;border:1px solid var(--ou-border)}.ou-article-content pre{background:var(--ou-bg-alt);border:1px solid var(--ou-border);border-radius:.75rem;padding:1.5rem;overflow-x:auto;margin:2rem 0}.ou-article-content pre code{background:0 0;border:none;padding:0;color:var(--ou-text)}.ou-article-content ul{margin:0 0 1.25rem;padding-left:1.5rem}.ou-article-content ol{margin:0 0 1.25rem;padding-left:2.25rem;list-style-position:outside}.ou-article-content li{margin-bottom:.5rem}.ou-article-content ol>li{padding-left:.1rem}.ou-article-content ol>li::marker{font-variant-numeric:tabular-nums}.ou-article-content hr{border:none;height:1px;background:var(--ou-border);margin:2.5rem 0}.ou-article-content sup{margin-left:.15em}.ou-article-content sup+sup{margin-left:.1em}.ou-article-content .footnotes ol{padding-left:2.75rem}.ou-article-content .footnotes li{padding-left:.15rem}.ou-article-content .footnotes li::marker{color:var(--ou-text-dim);font-variant-numeric:tabular-nums}.ou-article-content table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem;border:1px solid var(--ou-border);border-radius:.5rem;overflow:hidden}.ou-article-content table th,.ou-article-content table td{word-break:normal;overflow-wrap:anywhere}.ou-article-content table th{background:var(--ou-bg-alt);color:var(--ou-white);font-weight:700;text-align:left;padding:.85rem 1rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;border-bottom:2px solid var(--ou-border)}.ou-article-content table td{padding:.85rem 1rem;border-bottom:1px solid var(--ou-border-light);color:var(--ou-text-muted);vertical-align:top;line-height:1.65}.ou-article-content table td strong{color:var(--ou-white)}.ou-article-content table tbody tr:hover td{background:rgb(var(--theme-accent-rgb)/.04)}.ou-article-content .ou-table-scroll{margin:2rem 0;border:1px solid var(--ou-border);border-radius:.5rem;background:var(--ou-bg);overflow-x:auto;-webkit-overflow-scrolling:touch}.ou-article-content .ou-table-scroll:focus-visible{outline:2px solid var(--ou-accent);outline-offset:3px}.ou-article-content .ou-table-scroll table{margin:0;border:0;border-radius:0;overflow:visible}.ou-article-content .ou-table-scroll table.ou-table--wide th,.ou-article-content .ou-table-scroll table.ou-table--wide td{min-width:9rem}.ou-article-content .ou-table-scroll table.ou-table--xwide th,.ou-article-content .ou-table-scroll table.ou-table--xwide td{min-width:11rem}@media(max-width:720px){.ou-article-content .ou-table-scroll{border:0;border-radius:0;background:0 0;overflow:visible}.ou-article-content .ou-table-scroll table{border:0}.ou-article-content .ou-table-scroll thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ou-article-content .ou-table-scroll tbody,.ou-article-content .ou-table-scroll tr,.ou-article-content .ou-table-scroll td{display:block;width:100%}.ou-article-content .ou-table-scroll tbody tr{margin:1rem 0;border:1px solid var(--ou-border);border-radius:.5rem;background:var(--ou-bg-alt);overflow:hidden}.ou-article-content .ou-table-scroll tbody td{border-bottom:0;padding:.8rem 1rem;background:0 0}.ou-article-content .ou-table-scroll tbody td+td{border-top:1px solid var(--ou-border-light)}.ou-article-content .ou-table-scroll tbody td::before{content:attr(data-label);display:block;margin:0 0 .35rem;font-family:var(--ou-font-display);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ou-text-dim)}.ou-article-content table tbody tr:hover td{background:0 0}.ou-article-content .svg-diagram{padding:.75rem;border-radius:.875rem}}.ou-article-content .legal-notice{background:rgb(var(--theme-accent-rgb)/.06);border:1px solid rgb(var(--theme-accent-rgb)/.2);border-left:3px solid var(--ou-accent);border-radius:.5rem;padding:1.25rem 1.5rem;margin:1.5rem 0;font-size:.95rem;color:var(--ou-text-muted);line-height:1.7}.ou-article-content .article-divider{height:1px;background:var(--ou-border);margin:2.5rem 0 1rem}.ou-article-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--ou-border)}.ou-article-back{display:inline-block;font-family:var(--ou-font-display);font-size:.875rem;font-weight:600;color:var(--ou-text-muted);text-decoration:none;padding:.75rem 1.5rem;border:1px solid var(--ou-border);border-radius:.5rem;transition:color var(--ou-transition),border-color var(--ou-transition)}.ou-article-back:hover{color:var(--ou-accent-a11y);border-color:var(--ou-accent)}@media(max-width:768px){.ou-article{padding:1.5rem 1rem 3rem}.ou-breadcrumb{padding:1rem 1rem 0;font-size:.8rem}.ou-article-header{margin-bottom:2rem;padding-bottom:1.5rem}}@media(max-width:480px){.ou-article{padding:1rem .75rem 2.5rem}.ou-breadcrumb{padding:.75rem .75rem 0}}@media print{.site-header,.site-footer,.ou-breadcrumb{display:none}body{background:#fff;color:#000}.ou-article-content{color:#000}.ou-article-title{color:#000}}a.ou-article-badge-link{text-decoration:none;color:var(--ou-accent-a11y);transition:background .15s ease,border-color .15s ease}a.ou-article-badge-link:hover,a.ou-article-badge-link:focus{background:rgb(var(--theme-accent-rgb)/.15);border-color:rgb(var(--theme-accent-rgb)/.6)}.ou-hero-kicker-link{color:inherit;text-decoration:none;transition:opacity .15s ease}.ou-hero-kicker-link:hover,.ou-hero-kicker-link:focus{text-decoration:underline;text-underline-offset:.2em;opacity:.85}.ou-card-kicker-link{color:inherit;text-decoration:none;transition:color .15s ease}.ou-card-kicker-link:hover,.ou-card-kicker-link:focus{color:var(--ou-accent-a11y);text-decoration:underline;text-underline-offset:.15em}a.ou-card-icon-link{color:var(--ou-accent-a11y);text-decoration:none;transition:opacity .15s ease}a.ou-card-icon-link:hover,a.ou-card-icon-link:focus{text-decoration:underline;text-underline-offset:.15em;opacity:.8}a.ou-wire-badge-link{color:inherit;text-decoration:none;background:var(--ou-bg-alt);transition:background .15s ease,color .15s ease}a.ou-wire-badge-link:hover,a.ou-wire-badge-link:focus{color:var(--ou-accent-a11y);background:rgb(var(--theme-accent-rgb)/.1)}.ou-series-nav{margin:3rem 0 2rem;padding:1.5rem;border:1px solid var(--ou-border);border-radius:4px;background:var(--ou-bg-alt)}.ou-series-nav-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--ou-border)}.ou-series-nav-title{font-family:var(--ou-font-display);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ou-accent-a11y);text-decoration:none}.ou-series-nav-title:hover,.ou-series-nav-title:focus{text-decoration:underline;text-underline-offset:.2em}.ou-series-nav-count{font-family:var(--ou-font-body);font-size:.7rem;color:var(--ou-text-dim)}.ou-series-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.ou-series-nav-item a{display:flex;align-items:baseline;gap:.75rem;padding:.5rem .75rem;border-radius:3px;text-decoration:none;color:var(--ou-text);transition:background .15s ease}.ou-series-nav-item a:hover,.ou-series-nav-item a:focus{background:rgb(var(--theme-accent-rgb)/.08)}.ou-series-nav-current{display:flex;align-items:baseline;gap:.75rem;padding:.5rem .75rem;border-radius:3px;background:rgb(var(--theme-accent-rgb)/.1);border-left:3px solid var(--ou-accent-a11y)}.ou-series-nav-part{font-family:var(--ou-font-display);font-size:.6rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ou-accent-a11y);white-space:nowrap}.ou-series-nav-label{font-family:var(--ou-font-body);font-size:.85rem;color:var(--ou-text)}.ou-series-nav-current .ou-series-nav-label{font-weight:600}.ou-feature-row{display:flex;flex-direction:column;gap:1.25rem;padding:2rem 0;border-bottom:1px solid var(--ou-border)}.ou-feature-row:last-child{border-bottom:none;padding-bottom:0}.ou-feature-row:first-child{padding-top:0}@media(min-width:720px){.ou-feature-row{flex-direction:row;align-items:flex-start;gap:2rem}}.ou-feature-row-img{flex-shrink:0;position:relative;overflow:hidden;border-radius:4px;display:block;text-decoration:none}.ou-feature-row-img img{width:100%;height:auto;display:block;transition:opacity .2s ease}.ou-feature-row-img::after{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 50% 55% at center,transparent 0%,var(--ou-bg) 100%)}.ou-feature-row-img:hover img{opacity:.85}@media(max-width:719px){.ou-feature-row-img{max-height:180px;overflow:hidden}.ou-feature-row-img img{object-fit:cover;height:180px}}@media(min-width:720px){.ou-feature-row-img{width:320px}}@media(min-width:960px){.ou-feature-row-img{width:380px}}.ou-feature-row-body{flex:1;min-width:0}.ou-feature-row-title{font-family:var(--ou-font-display);font-size:clamp(1.15rem,2.5vw,1.5rem);font-weight:700;color:var(--ou-white);margin:0 0 .5rem;line-height:1.3}.ou-feature-row-title a{color:inherit;text-decoration:none}.ou-feature-row-title a:hover,.ou-feature-row-title a:focus{color:var(--ou-accent-a11y)}.ou-feature-row-subtitle{font-family:var(--ou-font-body);font-size:.9rem;color:var(--ou-text-dim);margin:0 0 .5rem;line-height:1.5}.ou-feature-row-text{font-family:var(--ou-font-body);font-size:.875rem;color:var(--ou-text-muted);line-height:1.75;margin:0 0 .75rem}.ou-feature-row-meta{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center;font-size:.75rem;color:var(--ou-text-dim);margin:0 0 .75rem}.ou-feature-row .ou-featured-article-link{margin-top:0}.ou-hp-series-banner{background:var(--ou-bg-alt);border:1px solid var(--ou-border);border-top:2px solid var(--ou-accent);border-radius:0 0 .5rem .5rem;padding:1.75rem 2rem;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media(min-width:720px){.ou-hp-series-banner{flex-direction:row;align-items:flex-start;gap:2.5rem}}.ou-hp-series-banner-left{flex-shrink:0}@media(min-width:720px){.ou-hp-series-banner-left{width:280px;padding-right:2rem;border-right:1px solid var(--ou-border)}}.ou-hp-series-banner-right{flex:1;min-width:0}.ou-hp-series-banner-parts{list-style:none;margin:.75rem 0 .5rem;padding:0;display:flex;flex-direction:column;gap:.35rem;border-top:1px solid var(--ou-border);padding-top:.75rem}.ou-hp-series-banner-parts li a{display:flex;align-items:baseline;gap:.65rem;padding:.4rem .6rem;border-radius:3px;text-decoration:none;color:var(--ou-text);transition:background .15s ease}.ou-hp-series-banner-parts li a:hover,.ou-hp-series-banner-parts li a:focus{background:rgb(var(--theme-accent-rgb)/.08)}.ou-hp-series-banner .ou-card-link{margin-top:.5rem}.ou-card-thumb{margin:-2rem -2rem 1.25rem;position:relative;overflow:hidden;border-radius:.75rem .75rem 0 0}.ou-card-thumb img{width:100%;height:auto;display:block}.ou-card-thumb::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(to top,var(--ou-bg-alt) 0%,transparent 40%)}.ou-list-hero{padding:0 1.5rem;margin-bottom:-5rem}.ou-list-hero-fig{margin:0 auto;position:relative;overflow:hidden;border-radius:4px}.ou-list-hero-fig img{width:100%;height:auto;display:block}.ou-list-hero-fig::after{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 100% 100%,var(--ou-bg) 0%,var(--ou-bg) 8%,transparent 50%),radial-gradient(ellipse at 0% 100%,var(--ou-bg) 0%,var(--ou-bg) 8%,transparent 50%),radial-gradient(ellipse at 100% 0%,var(--ou-bg) 0%,var(--ou-bg) 5%,transparent 40%),radial-gradient(ellipse at 0% 0%,var(--ou-bg) 0%,var(--ou-bg) 5%,transparent 40%),linear-gradient(to top,var(--ou-bg) 0%,transparent 20%),linear-gradient(to bottom,var(--ou-bg) 0%,transparent 12%),linear-gradient(to left,var(--ou-bg) 0%,transparent 15%),linear-gradient(to right,var(--ou-bg) 0%,transparent 15%)}.ou-publisher-note-section{padding-bottom:2rem}.ou-publisher-note{background:var(--ou-bg-alt);border:1px solid var(--ou-border);border-top:2px solid var(--ou-accent);border-radius:0 0 .5rem .5rem;padding:1.75rem 2rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:720px){.ou-publisher-note{flex-direction:row;align-items:flex-start;gap:2.5rem}}.ou-publisher-note-left{flex-shrink:0}@media(min-width:720px){.ou-publisher-note-left{width:280px;padding-right:2rem;border-right:1px solid var(--ou-border)}}.ou-publisher-note-badge{font-family:var(--ou-font-display);font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ou-accent-a11y);margin-bottom:.5rem}.ou-publisher-note-title{font-family:var(--ou-font-serif);font-size:clamp(1.15rem,2vw,1.4rem);font-weight:700;font-style:italic;color:var(--ou-white);margin:0;line-height:1.3}.ou-publisher-note-right{flex:1;min-width:0}.ou-publisher-note-text{font-family:var(--ou-font-body);font-size:.9rem;color:var(--ou-text-muted);line-height:1.75;margin:0 0 .75rem}.ou-publisher-note .ou-card-link{margin-top:0}.ou-standards-note-section{padding-top:0;padding-bottom:2rem}.ou-standards-note{background:rgba(22,27,34,.72);border:1px solid var(--ou-border);border-left:3px solid var(--ou-accent);border-radius:0 .5rem .5rem 0;padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:720px){.ou-standards-note{flex-direction:row;align-items:flex-start;gap:2rem}}.ou-standards-note-left{flex-shrink:0}@media(min-width:720px){.ou-standards-note-left{width:260px;padding-right:1.75rem;border-right:1px solid var(--ou-border)}}.ou-standards-note-right{flex:1;min-width:0}.ou-standards-note .ou-publisher-note-text{margin-bottom:0}.ou-series-showcase{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}@media(min-width:640px){.ou-series-showcase{grid-template-columns:repeat(2,1fr)}}.ou-series-block{background:var(--ou-bg-alt);border:1px solid var(--ou-border);border-left:3px solid var(--ou-accent);border-radius:0 .5rem .5rem 0;padding:1.75rem 1.75rem 1.5rem;display:flex;flex-direction:column}.ou-series-block-thumb{margin:-1.75rem -1.75rem 1.25rem;position:relative;overflow:hidden;border-radius:0 .5rem 0 0}.ou-series-block-thumb img{width:100%;height:auto;display:block}.ou-series-block-thumb::after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(to top,var(--ou-bg-alt) 0%,transparent 40%)}.ou-series-block-badge{font-family:var(--ou-font-display);font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ou-accent-a11y);display:inline-flex;padding:.2rem .6rem;border:1px solid rgb(var(--theme-accent-rgb)/.25);border-radius:3px;background:rgb(var(--theme-accent-rgb)/.06);align-self:flex-start;margin-bottom:1rem}.ou-series-block-title{font-family:var(--ou-font-display);font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:700;color:var(--ou-white);margin:0 0 .65rem;line-height:1.3}.ou-series-block-title a{color:inherit;text-decoration:none}.ou-series-block-title a:hover,.ou-series-block-title a:focus{color:var(--ou-accent-a11y)}.ou-series-block-desc{font-family:var(--ou-font-body);font-size:.85rem;color:var(--ou-text-muted);line-height:1.7;margin:0 0 1.25rem;flex:1}.ou-series-block-parts{list-style:none;margin:0 0 .5rem;padding:0;display:flex;flex-direction:column;gap:.35rem;border-top:1px solid var(--ou-border);padding-top:1rem}.ou-series-block-parts li a{display:flex;align-items:baseline;gap:.65rem;padding:.4rem .6rem;border-radius:3px;text-decoration:none;color:var(--ou-text);transition:background .15s ease}.ou-series-block-parts li a:hover,.ou-series-block-parts li a:focus{background:rgb(var(--theme-accent-rgb)/.08)}.ou-series-block-part{font-family:var(--ou-font-display);font-size:.58rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ou-accent-a11y);white-space:nowrap}.ou-series-block-part-title{font-family:var(--ou-font-body);font-size:.82rem;color:var(--ou-text)}.math-display,.katex-display{overflow-x:auto;overflow-y:hidden;padding:.65rem 0}.math-display{margin:1.5rem 0}.katex{font-size:1.04em}:root{--font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--font-display:var(--font-sans);--font-serif:Georgia, 'Times New Roman', serif;--font-mono:ui-monospace, 'SFMono-Regular', Consolas, monospace;--ou-font-body:var(--font-sans);--ou-font-display:var(--font-sans);--ou-font-serif:var(--font-serif);--color-primary:var(--theme-accent);--color-primary-dark:var(--theme-accent-hover);--color-primary-light:var(--theme-accent);--color-secondary:var(--theme-accent);--color-secondary-dark:var(--theme-accent-hover);--color-accent:var(--theme-accent);--color-accent-light:var(--theme-tint);--color-bg:var(--theme-bg);--color-bg-alt:var(--theme-surface-alt);--color-bg-dark:#111c20;--color-bg-darker:#0b1417;--color-surface:var(--theme-surface);--color-surface-raised:var(--theme-surface);--color-text:var(--theme-ink);--color-text-muted:var(--theme-copy);--color-text-light:var(--theme-muted);--color-text-lighter:var(--theme-muted);--color-text-inverse:var(--theme-on-accent);--color-border:var(--theme-border);--color-border-light:var(--theme-border);--color-border-dark:var(--theme-muted);--gradient-primary:linear-gradient(var(--theme-accent), var(--theme-accent));--gradient-secondary:var(--gradient-primary);--color-primary-gradient:var(--gradient-primary);--color-secondary-gradient:var(--gradient-primary);--gradient-light:linear-gradient(var(--theme-surface), var(--theme-surface));--ou-bg:var(--theme-bg);--ou-bg-alt:var(--theme-surface);--ou-bg-section:var(--theme-surface);--ou-text:var(--theme-ink);--ou-text-muted:var(--theme-muted);--ou-text-dim:var(--theme-muted);--ou-accent:var(--theme-accent);--ou-accent-dark:var(--theme-accent-hover);--ou-accent-light:var(--theme-accent-hover);--ou-accent-a11y:var(--theme-accent);--ou-border:var(--theme-border);--ou-border-light:var(--theme-border);--ou-white:var(--theme-ink);--fg:var(--theme-ink);--muted:var(--theme-muted);--accent:var(--theme-accent);--radius-sm:3px;--radius-md:4px;--radius-lg:6px;--radius-xl:6px;--radius-2xl:8px;--shadow-xs:none;--shadow-sm:none;--shadow-md:none;--shadow-lg:var(--theme-shadow);--shadow-xl:var(--theme-shadow);--shadow-2xl:var(--theme-shadow);--shadow-colored:0 0 transparent;--max-width-wide:1280px;--ou-wide-width:1184px;--ou-max-width:920px;--header-height:80px;--ou-header-height:80px;--theme-gutter:clamp(1.25rem, 4vw, 3rem);--transition-base:160ms ease;--transition-fast:160ms ease;--ou-transition:160ms ease}html{scroll-padding-top:calc(var(--header-height) + 1.5rem)}body{background:var(--theme-bg);color:var(--theme-copy);font-family:var(--font-sans);line-height:1.7;overflow-x:clip}.site-main{max-width:var(--theme-main-width);padding:var(--theme-main-padding);background:var(--theme-bg)}::selection{color:var(--theme-on-accent);background:var(--theme-accent)}a{color:var(--theme-accent);text-underline-offset:.22em;text-decoration-thickness:1px}a:hover{color:var(--theme-accent-hover)}code{color:var(--theme-accent);background:var(--theme-tint);border-color:var(--theme-border)}pre{box-shadow:none;border-radius:4px}pre code{background:0 0;color:inherit}:focus-visible{outline:2px solid var(--theme-accent);outline-offset:4px}h1,h2,h3,h4,h5,h6{color:var(--theme-ink);font-family:var(--theme-heading);letter-spacing:-.025em;line-height:1.22;text-wrap:balance}body::before,.site-footer::before,.site-nav a::before,.card::before,.badge-category::before,.card-meta time::before,.btn::before,.section-title::after,.hero::before,.hero::after,.hero-art-glow,.ou-section::after,.ou-contact::before,.ou-contact-email::before,.ou-article-header::after,.ou-article-hero::after,.ou-feature-row-img::after,.ou-card-thumb::after,.ou-list-hero-fig::after,.ou-series-block-thumb::after{display:none}.site-header{background:var(--theme-bg);border-top:3px solid var(--theme-accent);border-bottom:1px solid var(--theme-border);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;position:sticky;top:0;z-index:100}.site-header-inner{max-width:1280px;min-height:76px;padding:.8rem var(--theme-gutter);gap:1.5rem;flex-wrap:nowrap}.site-logo,.site-logo:hover{color:var(--theme-ink);font-family:var(--font-sans);font-size:1.3rem;font-weight:700;letter-spacing:-.045em;gap:.65rem;transform:none;text-decoration:none}.site-logo span{color:inherit;background:0 0;-webkit-text-fill-color:currentColor}.site-logo-mark{width:34px;height:34px;filter:none}.site-nav{gap:.2rem}.site-nav a{color:var(--theme-muted);font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1.45;padding:.7rem .85rem;min-height:44px;border-radius:3px;transition:background-color 160ms ease,color 160ms ease}.site-nav a:hover,.site-nav a.active,.nav-dropdown:hover>a,.nav-dropdown:focus-within>a{color:var(--theme-ink);background:var(--theme-tint);transform:none}.site-nav a.active{box-shadow:inset 0 -2px var(--theme-accent)}.nav-dropdown-menu{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;box-shadow:var(--theme-shadow);padding:.5rem;min-width:220px;visibility:hidden}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{visibility:visible}.nav-dropdown-menu a,.nav-dropdown-menu a:hover{color:var(--theme-ink)}.site-nav-toggle{flex-shrink:0;border:1px solid var(--theme-border);border-radius:4px;color:var(--theme-ink);background:var(--theme-surface)}.site-nav-overlay{background:rgb(5 13 15/65%)}.skip-link{position:fixed;top:-100px;z-index:200;background:var(--theme-accent);color:var(--theme-on-accent);border-radius:0 0 4px 0}.skip-link:focus{top:0}.ou-hero{width:100%;max-width:1280px;min-height:0;max-height:none;margin:0 auto;padding:clamp(2rem,5vw,4rem)var(--theme-gutter);display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:clamp(2rem,4vw,4rem);overflow:visible}.ou-hero-image{position:relative;inset:auto;grid-column:2;grid-row:1;width:100%;aspect-ratio:6/5;overflow:hidden;border:1px solid var(--theme-border);border-radius:4px}.ou-hero-image picture{display:block;height:100%}.ou-hero-image img{height:100%;object-position:center;filter:none}.ou-hero-overlay{display:none}.ou-hero-content{grid-column:1;grid-row:1;padding:0;min-width:0;margin:0}.ou-hero-kicker{font-size:.75rem;letter-spacing:.12em;margin-bottom:1.5rem;text-shadow:none}.ou-hero-headline{font-family:var(--theme-heading);font-size:clamp(2.8rem,5.2vw,4.5rem);font-weight:400;line-height:1.04;letter-spacing:-.045em;margin-bottom:1.5rem;text-shadow:none}.ou-hero-subtitle{font-size:1.0625rem;line-height:1.75;color:var(--theme-copy);text-shadow:none;margin-bottom:2rem}.ou-hero-actions{gap:.75rem;margin-bottom:1.75rem}.ou-hero-brand{color:var(--theme-muted);font-size:.6875rem;letter-spacing:.12em}.btn,.ou-hero-cta,.ou-contact-email{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;line-height:1.5;text-transform:none;letter-spacing:0;min-height:44px;padding:.8rem 1.15rem;border:1px solid var(--theme-border);border-radius:4px;box-shadow:none;text-align:center;justify-content:center;transition:background-color 160ms ease,border-color 160ms ease,color 160ms ease}.btn-primary,.ou-hero-cta-primary,.ou-contact-email{color:var(--theme-on-accent);background:var(--theme-accent);border-color:var(--theme-accent)}.btn-primary:hover,.ou-hero-cta-primary:hover,.ou-contact-email:hover{color:var(--theme-on-accent);background:var(--theme-accent-hover);border-color:var(--theme-accent-hover);box-shadow:none;transform:none}.btn-secondary,.ou-hero-cta-secondary{color:var(--theme-ink);background:0 0;backdrop-filter:none}.btn-secondary:hover,.ou-hero-cta-secondary:hover{color:var(--theme-ink);background:var(--theme-tint);border-color:var(--theme-accent);box-shadow:none;transform:none}.btn-link{border:0;padding:0;min-height:44px;justify-content:flex-start}.btn-link:hover{transform:none;text-decoration:underline}.ou-section{padding:clamp(2.75rem,5vw,4.5rem)var(--theme-gutter);border-top:1px solid var(--theme-border)}.ou-section--alt,.ou-consulting-proof,.ou-subscribe{background:var(--theme-surface)}.ou-section-label,.ou-about-label,.ou-publisher-note-badge,.section-eyebrow,.hero-eyebrow{color:var(--theme-accent);font-family:var(--font-sans);font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.85rem}.ou-section-heading{font-family:var(--theme-heading);font-weight:400;font-size:clamp(1.9rem,3vw,2.6rem);letter-spacing:-.035em;margin-bottom:1.25rem}.ou-section-body{color:var(--theme-copy);max-width:72ch}.section-header{text-align:left;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--theme-border)}.section-title{font-size:clamp(2rem,4vw,3.25rem);font-weight:600;letter-spacing:-.04em}.section-description{margin:1rem 0 0;max-width:68ch;color:var(--theme-muted)}.card,.ou-card,.ou-consulting-card,.ou-evidence-card,.ou-about-card,.ou-start-card,.ou-portfolio-group,.ou-series-block,.ou-hp-series-banner,.ou-publisher-note,.ou-standards-note{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;box-shadow:none}.card,.ou-card{transition:border-color 160ms ease}.card:hover,.ou-card:hover{transform:none;box-shadow:none;border-color:var(--theme-muted)}.card{padding:1.75rem;animation:none}.card-title{font-size:1.35rem;font-weight:600}.card-title a{background:0 0}.card-title a:hover{text-decoration:underline}.card-summary{color:var(--theme-copy);line-height:1.75}.ou-cards{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.ou-card{padding:1.5rem;min-width:0}.ou-card-thumb{margin:-1.5rem -1.5rem 1.5rem;border-radius:3px 3px 0 0}.ou-card-thumb img{aspect-ratio:16/10;object-fit:cover}.ou-card-title,.ou-series-block-title,.ou-feature-row-title,.ou-featured-article-title,.ou-portfolio-title{font-family:var(--theme-heading);font-weight:400;font-size:1.6rem;line-height:1.25;letter-spacing:-.025em}.ou-card-kicker{font-size:.6875rem;color:var(--theme-accent);letter-spacing:.09em}.ou-card-text,.ou-series-block-desc,.ou-publisher-note-text{color:var(--theme-copy);font-size:.9375rem;line-height:1.75}.ou-card-meta,.ou-feature-row-meta{color:var(--theme-muted);font-size:.75rem;line-height:1.7}.ou-card-link,.ou-cards-footer-link,.ou-featured-article-link,.ou-article-back,.ou-wire-more{text-transform:none;letter-spacing:0;font-size:.8125rem;font-weight:600;line-height:1.6;color:var(--theme-accent)}.ou-card-link:hover,.ou-cards-footer-link:hover,.ou-featured-article-link:hover,.ou-article-back:hover,.ou-wire-more:hover{color:var(--theme-accent-hover);text-decoration:underline}.ou-consulting-grid{gap:1.25rem;margin-top:2rem}.ou-consulting-card{background:var(--theme-bg);padding:1.5rem}.ou-consulting-card h3,.ou-evidence-card h3{font-family:var(--font-sans);font-weight:600;font-size:1rem;line-height:1.5;letter-spacing:-.02em}.ou-consulting-card p,.ou-evidence-card p{color:var(--theme-copy)}.ou-consulting-actions{gap:1.5rem}.ou-feature-row{gap:2rem;padding:2.5rem 0}.ou-feature-row-img{max-height:none;border-radius:4px;border:1px solid var(--theme-border)}.ou-feature-row-img img{height:auto;aspect-ratio:16/10;object-fit:cover}.ou-feature-row-title{font-size:clamp(1.5rem,2.5vw,2rem)}.ou-feature-row-subtitle,.ou-feature-row-text{color:var(--theme-copy);font-size:.9375rem;line-height:1.75}.ou-hp-series-banner,.ou-publisher-note,.ou-standards-note{padding:2rem;border-top:2px solid var(--theme-accent)}.ou-publisher-note-title{font-size:1.7rem;font-style:normal;font-weight:400}.ou-series-block{padding:1.5rem}.ou-series-block-thumb{margin:-1.5rem -1.5rem 1.5rem;border-radius:3px 3px 0 0}.ou-series-block-part-title{font-size:.875rem;line-height:1.6}.ou-series-block-part{font-size:.6875rem}.ou-list-hero{margin-bottom:0;padding:2.5rem var(--theme-gutter)0}.ou-list-hero-fig{border-radius:4px;border:1px solid var(--theme-border)}.badge,.badge-primary,.badge-secondary,.badge-category,.tag,.ou-article-badge,.ou-card-icon,.ou-card-status,.ou-series-block-badge,.ou-wire-badge{font-family:var(--font-sans);color:var(--theme-accent);background:var(--theme-tint);border:1px solid var(--theme-border);border-radius:3px;font-size:.6875rem;line-height:1.6;letter-spacing:.055em;font-weight:600;padding:.25rem .5rem;box-shadow:none}.tag:hover{transform:none;background:var(--theme-tint);color:var(--theme-accent-hover)}.ou-card-icon{align-self:flex-start;text-align:left}.ou-wire-item{padding:1.2rem 0;gap:1rem}.ou-wire-date{font-size:.75rem;min-width:6.5rem}.ou-wire-link{font-size:.9375rem;line-height:1.65}.ou-wire-badge{white-space:normal;max-width:12rem}.ou-share-links{border-color:var(--theme-border)}.ou-share-links a{border-color:var(--theme-border);font-size:.8125rem}.ou-share-links a:hover{background:var(--theme-tint);color:var(--theme-ink)}.ou-about-card{padding:1.75rem;background:var(--theme-bg)}.ou-about-list li{color:var(--theme-copy);margin-bottom:.8rem}.ou-contact{background:var(--theme-surface)}.ou-contact-email{font-size:1rem;padding:1rem 1.75rem}.ou-contact-note{font-style:normal;font-size:.8125rem}.article-list{max-width:100%}.article-item{padding:1.75rem 0;gap:.75rem}.article-item:hover{margin:0;padding:1.75rem 0;background:0 0}.article-item .article-header{gap:.6rem;padding:0;margin:0;border:0}.article-item .article-title{flex-basis:100%;font-size:1.35rem;line-height:1.4;margin-top:.25rem}.article-item .article-summary{max-width:80ch;font-size:.9375rem;line-height:1.75}.article-item .article-meta{font-size:.75rem}.ou-breadcrumb,.breadcrumb{display:flex;flex-wrap:wrap;gap:.5rem;color:var(--theme-muted);font-size:.75rem;line-height:1.7;overflow-wrap:anywhere}.ou-breadcrumb{max-width:1024px;padding:1.75rem var(--theme-gutter)0}.breadcrumb{margin-bottom:2rem;padding:0;border:0;border-radius:0;background:0 0}.ou-breadcrumb strong,.breadcrumb strong{font-weight:400;color:var(--theme-muted)}.ou-breadcrumb-sep,.breadcrumb-separator{color:var(--theme-muted)}.ou-article{max-width:1024px;padding:2.5rem var(--theme-gutter)5rem}.ou-article-header,.article-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--theme-border)}.ou-article-title,.article-title{font-family:var(--theme-heading);color:var(--theme-ink);font-size:clamp(2rem,3.7vw,3.25rem);font-weight:600;letter-spacing:-.035em;line-height:1.16;margin-bottom:1.25rem;overflow-wrap:break-word}.ou-article-title{font-weight:400}.ou-article-subtitle,.dek{font-family:var(--font-sans);font-size:1.0625rem;line-height:1.75;color:var(--theme-muted);max-width:76ch}.ou-article-meta,.article-meta{gap:.5rem .75rem;font-size:.75rem;line-height:1.75;color:var(--theme-muted);margin-top:1.5rem}.ou-article-hero{border-radius:4px;margin-bottom:3rem;border:1px solid var(--theme-border)}.ou-article-content,.article-content,.guides-article-body{color:var(--theme-copy);font-family:var(--theme-prose);font-size:1.0625rem;line-height:1.85;overflow-wrap:break-word}.ou-article-content{font-size:1.1875rem;max-width:76ch;margin-inline:auto}.article-content{max-width:78ch}.ou-article-content h2,.article-content h2,.guides-article-body h2{font-family:var(--theme-heading);font-size:1.8rem;line-height:1.3;margin:3rem 0 1.25rem;padding-top:1.5rem;border-color:var(--theme-border)}.ou-article-content h3,.article-content h3{font-family:var(--theme-heading);font-size:1.4rem;line-height:1.4}.ou-article-content h4,.article-content h4{font-family:var(--font-sans);font-size:1.0625rem}.ou-article-content a,.article-content a{text-decoration-color:var(--theme-accent);text-decoration-thickness:1px;text-underline-offset:.2em}.ou-article-content strong{font-weight:700}.ou-article-content blockquote,.article-content blockquote,.guides-page-body blockquote,.guides-article-body blockquote{color:var(--theme-ink);background:var(--theme-surface-alt);border-left:3px solid var(--theme-accent);border-radius:0;padding:1.25rem 1.5rem;font-size:inherit}.guides-page-body blockquote::before,.guides-page-body blockquote::after,.guides-article-body blockquote::before,.guides-article-body blockquote::after{display:none}.ou-article-content blockquote p+p,.article-content blockquote p+p{margin-top:1rem}.ou-article-content img,.article-content img{border-radius:4px}.ou-article-content figcaption,.article-content figcaption{color:var(--theme-muted);font-family:var(--font-sans);font-size:.8125rem;line-height:1.7}.ou-article-content .legal-notice{font-family:var(--font-sans);font-size:.9375rem;color:var(--theme-copy);background:var(--theme-surface);border:1px solid var(--theme-border);border-left:3px solid var(--theme-accent);border-radius:4px}.ou-article-content .svg-diagram{background:var(--theme-surface);border-radius:4px;box-shadow:none}.ou-article-content .svg-diagram img{border-radius:0}.ou-article-content .footnotes,.article-content .footnotes{font-size:.875rem;font-family:var(--font-sans);line-height:1.8}.ou-article-content table,.article-content table{font-family:var(--font-sans);font-size:.875rem;border-radius:4px}.ou-article-content table th,.article-content table th{color:var(--theme-ink);background:var(--theme-surface-alt);font-size:.75rem;letter-spacing:.035em}.ou-article-content table td{color:var(--theme-copy)}.ou-article-content .ou-table-scroll,.article-content .ou-table-scroll{border-radius:4px}.ou-series-nav{border-radius:4px;padding:1.5rem}.ou-series-nav-current,.ou-series-nav-item a:hover,.ou-series-block-parts li a:hover{background:var(--theme-tint)}.hero{background:var(--theme-surface-alt);color:var(--theme-ink);border:1px solid var(--theme-border);border-radius:6px;margin:0 0 3rem;padding:clamp(1.5rem,4vw,3rem);box-shadow:none}.hero h1{color:var(--theme-ink);background:0 0;-webkit-text-fill-color:currentColor;font-size:clamp(2.25rem,4vw,3.5rem);font-weight:600;letter-spacing:-.045em}.hero p,.hero-lede,.hero-location{color:var(--theme-copy)}.hero .hero-eyebrow{color:var(--theme-accent);font-size:.6875rem;background:0 0;border:0;padding:0;box-shadow:none}.hero .hero-location{font-size:1rem;line-height:1.7}.hero .hero-lede{font-size:1.0625rem;line-height:1.8}.hero-art{background:var(--theme-surface);border:1px solid var(--theme-border);box-shadow:none;border-radius:6px}.hero-art img{filter:none}.not-found-art img{filter:none}.not-found-glow{background:radial-gradient(circle,rgb(var(--theme-accent-rgb)/12%),transparent 65%)}.hero-highlights li{color:var(--theme-copy)}.hero-highlights li::before{width:6px;height:6px;background:var(--theme-accent);box-shadow:none}.spotlight-panel{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:6px;box-shadow:none}.guides-shell{gap:2.5rem;grid-template-columns:minmax(0,248px)minmax(0,1fr)}.guides-shell>*{min-width:0}.guides-sidebar{background:var(--theme-surface);border-radius:4px;box-shadow:none;font-size:.8125rem;max-height:calc(100dvh - var(--header-height) - 2rem);overflow-y:auto}.guides-sidebar-group{border:0;border-top:1px solid var(--theme-border);background:0 0;border-radius:0;padding-inline:0}.guides-sidebar-group summary{padding-inline:.25rem}.guides-nav-item>a{padding:.5rem;font-size:.8125rem}.guides-nav-item.is-active>a,.guides-nav-item>a.guides-nav-link.active{background:var(--theme-tint);color:var(--theme-accent)}.guides-content,.guides-article{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;box-shadow:none;padding:clamp(1.25rem,3vw,2.5rem)}.guides-article-header h1,.guides-page-header h1{font-size:clamp(2rem,3.5vw,3rem);font-weight:600}.guides-toc,.guides-related-card,.guides-series-nav{background:var(--theme-surface-alt);border-color:var(--theme-border);border-radius:4px;box-shadow:none}.gcts-feature-figure{border-color:var(--theme-border);border-radius:4px;box-shadow:none}.gcts-feature-figure figcaption{color:var(--theme-muted);background:var(--theme-surface);border-color:var(--theme-border)}.repo-card{border-radius:4px}.repo-card-version{color:var(--theme-accent);background:var(--theme-tint)}.repo-card-tags span{background:var(--theme-surface-alt);color:var(--theme-muted);border-color:var(--theme-border)}.policy-container{max-width:960px}.pagination{flex-wrap:wrap;gap:.5rem}.pagination .page-link{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:4px;box-shadow:none;font-size:.875rem}.pagination .page-link::before{display:none}.pagination .page-link:hover,.pagination .page-item.active .page-link{background:var(--theme-accent);color:var(--theme-on-accent)!important;box-shadow:none;transform:none;border-color:var(--theme-accent)}.site-footer{background:var(--theme-surface);color:var(--theme-muted);border-top:1px solid var(--theme-border);padding:3.5rem var(--theme-gutter)0}.site-footer-inner{max-width:1184px;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.site-footer .footer-heading{font-family:var(--font-sans);font-size:.6875rem;color:var(--theme-ink);font-weight:700;letter-spacing:.12em;border:0;padding:0;margin:0 0 1.25rem}.footer-section p:not(.footer-heading),.footer-section a,.footer-copyright,.footer-copyright a{color:var(--theme-muted);font-size:.8125rem;line-height:1.8}.footer-section a:hover,.footer-copyright a:hover{color:var(--theme-ink);transform:none;text-decoration:underline}.footer-section li{margin-bottom:.65rem}.footer-copyright{max-width:1184px;margin:2.5rem auto 0;padding:1.5rem 0;border-color:var(--theme-border);text-align:left;justify-content:flex-start}@media(max-width:1120px){.site-header-inner{gap:1rem;justify-content:space-between}.site-nav{top:calc(var(--header-height) + .5rem);left:var(--theme-gutter);right:var(--theme-gutter);padding:1rem;border:1px solid var(--theme-border);border-radius:4px;background:var(--theme-surface);box-shadow:var(--theme-shadow);max-height:calc(100dvh - var(--header-height) - 1.5rem);gap:.25rem}.site-nav a{font-size:.9375rem;padding:.75rem}.nav-dropdown-menu{visibility:inherit;border:0;border-left:1px solid var(--theme-border);border-radius:0;margin:.25rem 0 .75rem .75rem;padding:0 0 0 .5rem;background:0 0;box-shadow:none;min-width:0}.nav-dropdown-menu a{font-size:.8125rem;padding:.65rem .75rem}}@media(max-width:980px){.guides-shell{grid-template-columns:minmax(0,1fr);gap:2rem}.guides-sidebar{position:static;max-height:none}}@media(max-width:960px){.hero-content,.hero-art{flex-basis:auto}.hero-art{align-self:center;max-width:320px;aspect-ratio:1}.hero-art img{width:100%;max-width:260px}}@media(max-width:760px){.ou-hero{grid-template-columns:minmax(0,1fr);gap:2rem;padding-block:2.5rem}.ou-hero-content{grid-column:1;grid-row:1}.ou-hero-image{grid-column:1;grid-row:2;aspect-ratio:16/9}.ou-hero-headline{font-size:clamp(2.75rem,9vw,4rem);max-width:14ch}.ou-hero-subtitle{max-width:60ch}.ou-hero-brand{margin-top:.5rem}.ou-feature-row{gap:1.5rem;flex-direction:column}.ou-feature-row-img{width:100%}.ou-feature-row-img img{aspect-ratio:16/9}.ou-hp-series-banner,.ou-publisher-note,.ou-standards-note{padding:1.5rem;flex-direction:column;gap:1rem}.ou-hp-series-banner-left,.ou-publisher-note-left,.ou-standards-note-left{width:auto;padding:0;border:0}.ou-wire-item{flex-wrap:wrap;gap:.5rem 1rem}.ou-wire-link{flex-basis:100%}.ou-wire-date{min-width:0}.ou-wire-badge{max-width:none}.ou-article{padding-top:1.75rem}.ou-article-content{font-size:1.125rem}.ou-article-content h2,.article-content h2{font-size:1.6rem}.ou-article-subtitle,.dek{font-size:1rem}.ou-series-nav-header{flex-wrap:wrap}.site-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){:root{--theme-gutter:1.25rem;--header-height:72px;--ou-header-height:72px}.site-header-inner{min-height:68px;gap:.5rem}.site-logo{font-size:1.0625rem;gap:.5rem}.site-logo-mark{width:28px;height:28px}.site-nav-toggle{padding:.5rem}.ou-hero-actions{flex-direction:column;align-items:stretch}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.ou-hero-kicker{margin-bottom:1rem}.ou-hero-headline{font-size:clamp(2.5rem,11vw,3.25rem)}.ou-section{padding-block:2.5rem}.ou-section-heading{font-size:1.85rem}.ou-cards{grid-template-columns:minmax(0,1fr)}.ou-article-title,.article-title{font-size:2rem}.ou-article-hero{margin-bottom:2rem}.ou-article-meta>span,.article-meta>span{overflow-wrap:anywhere}.ou-consulting-card,.ou-about-card{padding:1.25rem}.ou-contact-email{max-width:100%;overflow-wrap:anywhere}.site-footer-inner{grid-template-columns:minmax(0,1fr);gap:2rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}@media print{:root{color-scheme:light;--theme-bg:#fff;--theme-surface:#fff;--theme-surface-alt:#fff;--theme-ink:#000;--theme-copy:#222;--theme-muted:#444;--theme-border:#bbb;--theme-accent:#222;--theme-tint:#f5f5f5}body{background:#fff;color:#000}.site-header,.site-footer,.site-nav-overlay,.skip-link,.ou-hero-actions{display:none}.ou-article,.site-main{max-width:none;padding:0}.ou-article-title,.article-title{font-size:26pt}.ou-article-content,.article-content{font-size:11pt;max-width:none}.ou-article-content h2,.article-content h2{break-after:avoid}}