/* One motion language: separate, connect, reframe. */
:root{--motion-ease:cubic-bezier(.22,1,.36,1)}
::view-transition-group(*){animation-duration:420ms;animation-timing-function:var(--motion-ease)}
::view-transition-old(site-header),::view-transition-new(site-header){animation:none;mix-blend-mode:normal}
html[data-motion="off"] [data-transition-key],html[data-motion="off"] .site-header{view-transition-name:none!important}
.motion-line{display:block;overflow:clip;padding-bottom:.09em;margin-bottom:-.09em}
.motion-line>span{display:block}
.product-row{position:relative}
.product-row-arrow,.path-link>i,.text-link>span,.button>span{transition:transform 240ms var(--motion-ease)}
@media(hover:hover) and (pointer:fine){.product-row:hover .product-row-arrow,.text-link:hover>span,.button:hover>span{transform:translate(3px,-3px)}}
.mobile-nav[inert]{pointer-events:none}
.site-header{opacity:1;transform:translateY(0)}
html[data-motion="on"] .site-header{transition:opacity 240ms ease,transform 320ms var(--motion-ease)}
.site-header.header-away{opacity:0;transform:translateY(-100%);pointer-events:none;view-transition-name:none!important}
html[data-motion="on"] .site-header.header-keyboard{transition:none}

/* Native disclosure navigation keeps every destination available without scripting. */
.desktop-nav{align-self:stretch;align-items:stretch}
.desktop-nav>.nav-direct{display:flex;align-items:center}
.desktop-nav>.nav-direct:after{bottom:22px}
.nav-dropdown>summary{display:flex;align-items:center;gap:8px;height:100%;min-height:44px;font-size:14px;list-style:none;cursor:pointer}
.nav-dropdown>summary::-webkit-details-marker{display:none}
.nav-dropdown>summary::marker{content:''}
.nav-dropdown[data-current]>summary{font-weight:650}
.nav-chevron{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.3}
html[data-motion="on"] .nav-chevron{transition:transform 180ms ease}
.nav-dropdown[open]>summary .nav-chevron{transform:rotate(180deg)}
.nav-panel{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:min(760px,calc(100vw - 2*var(--gutter)));padding:20px;background:#f7f2e8;color:#13283f;border:1px solid #ced5ca;border-radius:0 0 12px 12px;box-shadow:0 24px 50px #071c2330;max-height:calc(100dvh - 110px);overflow:auto;overscroll-behavior:contain}
.nav-destinations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 10px}
.nav-destination{display:flex;align-items:center;gap:12px;padding:14px 12px;border-radius:7px;min-height:71px}
.nav-item-number{align-self:flex-start;padding-top:4px;color:#7a9194;font-size:11px;line-height:1.5;min-width:17px}
.nav-item-copy{min-width:0}
.nav-item-copy strong{display:block;font-size:16px;line-height:1.35;font-weight:550;letter-spacing:-.015em}
.nav-item-copy small{display:block;font-size:12px;line-height:1.5;color:#566e77;margin-top:4px}
.nav-item-arrow{font-size:18px;color:#7a9194;margin-left:auto;flex-shrink:0}
.nav-destination:hover,.nav-destination[aria-current]{background:#ede6da}
.nav-destination:focus-visible{outline-offset:-2px;background:#ede6da}
.nav-overview{display:flex;justify-content:space-between;align-items:center;margin:14px 12px 0;padding:17px 0 0;border-top:1px solid #ced5ca;font-size:13px;font-weight:550;min-height:45px}
.nav-overview:hover{text-decoration:underline;text-underline-offset:4px}
.nav-dropdown--company{position:relative}
.nav-dropdown--company .nav-panel{left:auto;right:-20px;transform:none;width:330px}
.nav-dropdown--company .nav-destinations{grid-template-columns:1fr}
html[data-motion="on"] .nav-dropdown[open]>.nav-panel{animation:nav-reveal 200ms var(--motion-ease)}
@keyframes nav-reveal{from{opacity:0;translate:0 -6px}to{opacity:1;translate:0 0}}
@media(max-width:1100px) and (min-width:981px){.site-header{gap:18px}.desktop-nav{gap:16px}.header-tools{gap:10px}.header-cta{gap:16px}}
@media(max-width:980px){
 .mobile-nav{overscroll-behavior:contain}
 .mobile-nav>.nav-dropdown{width:100%;border-bottom:1px solid var(--line)}
 .mobile-nav>.nav-dropdown>summary{font-size:22px;justify-content:space-between;padding:12px 0;min-height:58px;height:auto}
 .mobile-nav .nav-chevron{width:15px;height:15px}
 .mobile-nav .nav-panel{position:static;transform:none;width:100%;max-height:none;overflow:visible;border:0;border-radius:0;box-shadow:none;padding:0 0 15px;background:var(--paper);color:var(--ink)}
 .mobile-nav .nav-destinations{grid-template-columns:1fr;gap:1px}
 .mobile-nav .nav-destination{padding:11px 10px;min-height:60px;gap:12px}
 .mobile-nav .nav-item-copy strong{font-size:16px}
 .mobile-nav .nav-overview{margin-top:7px;padding-top:13px}
 .mobile-nav>.nav-direct{justify-content:space-between}
}

/* Knowledge assembles into a workflow, with oversight alongside the work. */
.platform-banner{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:52px;padding:48px}
.platform-banner>div{min-width:0}
.distillery-film{margin:0;min-width:0}
.df-stage{position:relative;height:450px;isolation:isolate}
.df-label{position:absolute;font-size:10px;letter-spacing:.1em;color:#bcc8c2;font-weight:550}
.df-context-label{left:0;top:0}
.df-sources{position:absolute;left:0;right:0;top:29px;display:flex;justify-content:space-between;gap:10px}
.df-source{display:flex;align-items:center;justify-content:center;gap:9px;width:30%;padding:10px 8px;border:1px solid #7a919466;border-radius:7px;background:#243747;color:#e0e1d7;font-size:13px}
.df-source svg,.df-module svg{width:20px;height:20px;stroke:#cecfc6;stroke-width:1.25;flex-shrink:0}
.df-guard{position:absolute;left:-12px;right:-12px;top:95px;bottom:-2px;border:1px solid #91a7a64d;border-radius:24px 24px 12px 12px;background:radial-gradient(ellipse at 50% 18%,#a7b8b50c,transparent 68%);z-index:-1}
.df-guard-label{position:absolute;right:14px;top:-11px;display:flex;gap:7px;align-items:center;padding:0 8px;background:var(--dark);color:#a7b8b5;font-size:11px;line-height:22px}
.df-guard-label svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.2}
.df-guard-light{position:absolute;inset:-1px;border:1px solid #e1dcd2;border-radius:inherit;opacity:0;box-shadow:0 0 26px #8db4c414}
.df-routes{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:-1}
.df-guides{fill:none;stroke:#a7b8b5;stroke-width:1;opacity:.37}.df-guides path{vector-effect:non-scaling-stroke}
.df-traces{fill:none;stroke:#efebe1;stroke-width:1.6}.df-traces path{opacity:0;stroke-dasharray:1}
.df-core{position:absolute;top:144px;left:50%;width:70px;height:70px;margin:-35px 0 0 -35px;display:grid;place-items:center;color:#e1dcd2;border:1px solid #8db4c4a6;border-radius:18px;background:linear-gradient(145deg,#334b5b,#1b2837);box-shadow:0 8px 32px #020e1344,inset 0 1px 0 #efebe122}
.df-core>svg{width:32px;height:31px;position:relative}
.df-core-ring{position:absolute;inset:-12px;border:1px solid #8db4c447;border-radius:27px;transform:rotate(12deg)}
.df-core-inner{position:absolute;inset:8px;border:1px solid #e1dcd214;border-radius:12px}
.df-build-label{top:208px;left:0}
.df-build{position:absolute;top:235px;left:0;right:0;display:flex;justify-content:space-between;padding-inline:6%;gap:18px}
.df-module{position:relative;width:28%;display:flex;align-items:center;justify-content:center;gap:8px;min-height:45px;border:1px solid #a7b8b580;border-radius:7px;background:#243747;color:#e1dcd2;font-size:13px;transform-origin:50% 50%}
.df-module svg{width:18px;height:18px}
.df-application{position:absolute;top:334px;height:116px;left:0;right:0;border:1px solid #a7b8b580;border-radius:9px;background:#efebe1;color:#1b2837;box-shadow:0 10px 25px #0e192533;overflow:hidden}
.df-app-top{height:31px;display:flex;justify-content:space-between;align-items:center;padding:0 16px;border-bottom:1px solid #ced5ca80;font-size:10px;letter-spacing:.065em;color:#566e77}
.df-window-dots{display:flex;gap:4px}.df-window-dots i{display:block;width:3px;height:3px;background:#91a7a6;border-radius:50%}
.df-delivery{height:84px;display:flex;align-items:center;gap:13px;padding:13px 16px;min-height:68px}
.df-delivery-icon{width:24px;height:28px;flex-shrink:0;stroke:#7a9194;stroke-width:1.2}
.df-delivery strong{display:block;font-size:16px;font-weight:550;letter-spacing:-.025em;line-height:1.3}
.df-delivery small{display:block;font-size:11px;color:#566e77;line-height:1.4;margin-top:4px}
.df-result-seal{margin-left:auto;font-size:19px;color:#647d83}
.df-packet{position:absolute;top:0;left:0;width:6px;height:6px;border-radius:50%;background:#efebe1;box-shadow:0 0 11px #e1dcd299;opacity:0;pointer-events:none}
.df-packet-delivery{width:10px;height:10px;border-radius:3px}
.distillery-film figcaption{display:flex;align-items:center;gap:9px;margin-top:23px;min-height:32px;font-size:12px;color:#ced5ca;line-height:1.4}
.df-caption-dot{width:5px;height:5px;border-radius:50%;background:#cecfc6;flex-shrink:0}.df-illustrative{margin-left:auto;font-size:10px;opacity:.7}
.distillery-film[data-film-phase="0"] .df-module,.distillery-film[data-film-phase="0"] .df-delivery{opacity:.16}
.distillery-film[data-film-phase="1"] .df-delivery,.distillery-film[data-film-phase="2"] .df-delivery{opacity:.16}
.distillery-film[data-film-phase="0"] .df-source{border-color:#cecfc6;color:#e1dcd2}
.distillery-film[data-film-phase="2"] .df-guard-label{color:#e1dcd2}
@media(max-width:1100px){.platform-banner{gap:36px;padding:36px;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}.df-source{font-size:12px;gap:7px}.df-guard-label{font-size:10px}}
@media(max-width:700px){.platform-banner{grid-template-columns:minmax(0,1fr);padding:28px;gap:30px}.platform-banner>div h2{font-size:clamp(42px,12vw,63px)}.platform-banner>div h2 a{gap:12px}.df-stage{height:450px}.df-source{padding:9px 5px;gap:5px;font-size:12px}.df-source svg{width:16px;height:18px}.df-core{top:151px}.df-guard-label{font-size:11px}.df-build{padding-inline:0;gap:10px}.df-module{width:30%;font-size:12px;gap:6px}.df-module svg{width:16px}.df-delivery{padding:12px;gap:9px}.df-delivery strong{font-size:15px}.df-app-top{padding-inline:12px}.distillery-film figcaption{font-size:11px;gap:8px}.df-illustrative{font-size:9px}}
@media(max-width:370px){.platform-banner{padding:24px}.df-source{font-size:11px;gap:4px}.df-source svg{width:14px}.df-guard-label{font-size:10px}.df-guard{left:-9px;right:-9px}.df-module{gap:4px}.df-delivery strong{font-size:14px}.df-delivery-icon{width:20px}.df-delivery{gap:7px}.df-result-seal{font-size:16px}.df-illustrative{font-size:8px}}
.architecture-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 42px 0}
.architecture-toolbar>p{font-size:14px;color:#bcc8c2}
.representation-controls{display:flex;gap:4px;border:1px solid #91a7a659;border-radius:30px;padding:4px}
.representation-controls button{background:transparent;padding:7px 17px;color:#ced5ca;font-size:14px;border-radius:30px;transition:color .25s,background .25s}
.representation-controls button[aria-pressed=true]{background:var(--lime);color:var(--ink)}
.architecture-composition{grid-template-columns:1.4fr 1fr;gap:30px;padding:10px 42px 35px;min-height:550px}
.architecture-model{--arc-gap:96px;--arc-tilt:0deg;--arc-turn:0deg;--arc-height:78px;--arc-detail:0;position:relative;min-width:0;perspective:1000px}
.architecture-model .layer-stack{height:465px;isolation:isolate;perspective:1000px}
.architecture-model .stack-plane{position:absolute;left:50%;top:50%;width:83%;min-height:0;height:var(--arc-height);padding:18px 23px;display:flex;align-items:flex-end;gap:14px;transform:translate(-50%,-50%) translateY(calc((1.5 - var(--layer))*var(--arc-gap))) rotateX(var(--arc-tilt)) rotateZ(var(--arc-turn))!important;transform-origin:center;z-index:calc(4 + var(--layer));background:linear-gradient(150deg,#445d6ae8,#1b2837f5);border:1px solid #7a919466;box-shadow:0 4px 0 #162331,0 5px 0 #647d836b,0 24px 28px #0002;transition:background 450ms,border-color 450ms,color 450ms,box-shadow 450ms;text-align:left;border-radius:2px}
.architecture-model .stack-plane.is-active{background:linear-gradient(135deg,#efebe1,#cecfc6);border-color:#e1dcd2;color:#1b2837;box-shadow:0 4px 0 #7a9194,0 5px 0 #cecfc6,0 24px 35px #0004}
.architecture-model .stack-plane>strong{font-size:16px;font-weight:500;line-height:1.25;align-self:flex-end;max-width:250px}
.architecture-model .stack-plane>span{font-size:12px;line-height:1.65}
.architecture-model .stack-plane>i{margin-left:auto;line-height:1}
.plane-pattern{position:absolute;inset:8px 6% 40px;width:88%;height:calc(100% - 48px);stroke:currentColor;stroke-width:1;opacity:calc(var(--arc-detail)*.4);pointer-events:none}
.plane-pattern circle{fill:currentColor;stroke:none}
.architecture-orbit{position:absolute;width:80%;height:38%;border:1px solid #a7b8b51a;border-radius:50%;left:10%;top:35%;transform:rotate(-24deg);pointer-events:none}
.architecture-composition .layer-reading{padding-left:8px}
.architecture-composition .layer-reading>.eyebrow{font-size:12px;min-height:36px;display:block;line-height:1.5}
.architecture-composition .layer-reading h3{font-size:clamp(30px,3.2vw,45px);margin:12px 0 22px;min-height:104px}
.architecture-composition .layer-reading>p:not(.eyebrow){font-size:16px;min-height:105px}
.architecture-composition .layer-reading>.text-link{font-size:14px}
.layer-pagination{display:flex;gap:7px;margin-top:30px}
.layer-pagination button{width:42px;height:42px;border:1px solid #91a7a666;background:transparent;color:#bcc8c2;font-size:13px;transition:background .3s,color .3s}
.layer-pagination button[aria-pressed=true]{color:var(--dark);background:var(--lime);border-color:var(--lime)}
.architecture-composition .layer-reading .architecture-footnote{font-size:12px!important;min-height:0;margin-top:24px;padding-top:16px}

/* The same three DOM objects move into the task's new hierarchy. */
.views-composition{grid-template-columns:.8fr 1.5fr;gap:45px;padding:45px}
.view-introduction>.eyebrow{font-size:12px;color:#a7b8b5}
.view-introduction h3{font-size:32px;line-height:1.2;margin:22px 0 32px}
.view-source-line{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:#ced5ca;border-block:1px solid #91a7a644;padding-block:15px}
.view-introduction>p{font-size:15px;color:#bcc8c2;margin-top:22px;max-width:230px}
.views-composition .task-view{padding:30px;min-height:555px;margin:0}
.views-composition .task-view h3{font-size:31px;min-height:76px;margin-bottom:20px}
.views-composition .view-objects{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-height:219px;align-content:start}
.views-composition .view-objects>[data-fact]{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:9px;min-width:0;height:135px;padding:16px;border:1px solid #bcc8c2;animation:none;background:#ede6da;color:var(--ink);transform-origin:0 0}
.views-composition .view-objects>[data-fact]:first-child{grid-column:1/-1;height:78px;padding-right:100px}
.views-composition .view-objects small{font-size:12px;line-height:1.3;display:block;margin:0;color:#566e77}
.views-composition .view-objects strong{font-size:16px;font-weight:500;line-height:1.35}
.views-composition .view-objects i{position:absolute;right:15px;bottom:12px;font-size:22px;font-style:normal;color:#647d83}
.views-composition .view-objects>[data-fact="notice"]{background:#e1dcd2;border-color:#a7b8b5}
[data-demo="views"][data-state="1"] .view-objects>[data-fact="notice"]{background:#243747;color:#efebe1;border-color:#243747}
[data-demo="views"][data-state="1"] .views-composition [data-fact="notice"] small,[data-demo="views"][data-state="1"] .views-composition [data-fact="notice"] i{color:var(--lime)}
.views-composition .task-view>p{font-size:14px;line-height:1.65;min-height:46px}
.views-composition .expert-correction{font-size:13px}

/* A finite, inspectable trace ends in an ordinary path and its exception. */
.policy-outcome{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-top:44px;margin-bottom:22px}
.policy-trace{position:absolute;top:0;left:0;width:100%;height:44px;overflow:visible;fill:none;stroke:#7a9194;stroke-width:1.4;stroke-dasharray:1;stroke-dashoffset:1}
.policy-outcome>div{border-top:1px solid #a7b8b5;padding-top:14px;display:flex;align-items:center;gap:12px;opacity:1}
.policy-outcome strong{font-size:14px;font-weight:500;white-space:nowrap}
.policy-lines{display:flex;gap:4px;min-height:22px;align-items:center;opacity:.35;transition:opacity 400ms}
.policy-lines i{display:block;width:8px;height:16px;background:#7a9194;transform:translateY(0)}
.policy-exception .policy-lines i{height:22px;background:#334b5b}
.policy-lens[data-step="1"] .policy-trace{stroke-dashoffset:0}
.policy-lens[data-step="1"] .policy-lines{opacity:1}
html[data-motion="on"] .policy-trace{transition:stroke-dashoffset 950ms var(--motion-ease) 150ms}
html[data-motion="on"] .policy-lens[data-step="1"] .policy-standard .policy-lines{transition-delay:500ms}
html[data-motion="on"] .policy-lens[data-step="1"] .policy-exception .policy-lines{transition-delay:800ms}
html[data-motion="off"] .policy-trace{stroke-dashoffset:0}
html[data-motion="off"] .policy-lines{opacity:1}

.mesh-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0 0;min-height:54px;font-size:12px;color:#a7b8b5}
.mesh-replay{font-size:13px;background:transparent;color:var(--lime);padding:7px 0}
.mesh-replay>span{display:inline-block;margin-left:10px}
.mesh-replay[hidden]{display:none}
.neural-center{transition:opacity .6s}
[data-mesh-phase="forming"] .neural-center{opacity:.12}
.neural-reading summary>span{transition:transform .25s}
.neural-reading details[open] summary>span{transform:rotate(45deg)}

/* Connected evidence in the existing demonstrations. */
.capture-stage{position:relative}
.capture-trace{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:2}
.capture-trace path{fill:none;stroke:var(--lime);stroke-width:1.5;stroke-dasharray:1;stroke-dashoffset:0;opacity:.65}
.process-step{transition:background .4s,border-color .4s,color .4s}
.candidate-comparison>div,.version-card{position:relative;overflow:hidden}
.comparison-signal{position:absolute;inset:0;pointer-events:none;border-top:2px solid var(--lime);opacity:0}
.comparison-run{background:transparent;color:var(--lime);border:1px solid #7a919459;padding:9px 15px;font-size:13px;margin-bottom:18px}
.comparison-run>span{margin-left:12px}
.version-card.is-current{box-shadow:inset 0 0 0 1px #e1dcd290}
.channel-surface{position:relative;transform-origin:center;transition:border-radius .6s var(--motion-ease),box-shadow .6s var(--motion-ease);border:1px solid #ced5ca}
[data-demo="personalization"][data-state="1"] .channel-surface{border-radius:22px;box-shadow:inset 0 0 0 5px #e0e1d7}
[data-demo="personalization"][data-state="2"] .channel-surface{border-radius:3px;box-shadow:inset 5px 0 0 #7a9194}
.continuity-thread i{position:relative;overflow:hidden}
.continuity-thread i::after{content:'';position:absolute;inset:0;background:#647d83;transform:scaleX(0);transform-origin:left;transition:transform .6s var(--motion-ease)}
[data-demo="personalization"][data-state="1"] .continuity-thread i:first-of-type::after,[data-demo="personalization"][data-state="2"] .continuity-thread i::after{transform:scaleX(1)}

@media(max-width:1000px){.architecture-composition{grid-template-columns:1.1fr 1fr;padding-inline:26px;gap:15px}.architecture-toolbar{padding-inline:26px}.architecture-model .stack-plane{width:90%;padding-inline:18px}.architecture-model .stack-plane>strong{font-size:14px}.architecture-composition .layer-reading h3{font-size:33px}.views-composition{gap:25px;padding:30px;grid-template-columns:.7fr 1.3fr}.view-introduction h3{font-size:27px}.views-composition .task-view{padding:24px}.views-composition .view-objects strong{font-size:14px}}
@media(max-width:700px){.architecture-toolbar{padding:22px 24px 0;gap:14px}.architecture-toolbar>p{font-size:12px;max-width:105px;line-height:1.5}.representation-controls button{font-size:13px;padding:7px 12px}.architecture-composition{display:flex;flex-direction:column;padding:0 24px 28px;gap:0}.architecture-model{width:100%}.architecture-model .layer-stack{height:385px;display:block}.architecture-model .stack-plane{width:90%;padding:16px;gap:10px}.architecture-model .stack-plane>strong{font-size:14px}.architecture-composition .layer-reading{margin:0;padding:24px 0 0;border-top:1px solid #7a919455}.architecture-composition .layer-reading>.eyebrow{min-height:0}.architecture-composition .layer-reading h3{font-size:34px;min-height:0;margin-block:14px 18px}.architecture-composition .layer-reading>p:not(.eyebrow){min-height:0;font-size:15px}.architecture-composition .layer-reading .architecture-footnote{display:none}.layer-pagination{margin-top:23px}.views-composition{display:block;padding:24px}.view-introduction h3{font-size:26px;margin:13px 0}.view-introduction h3 br{display:none}.view-introduction>p{display:none}.view-source-line{padding-block:10px;margin-bottom:25px;font-size:11px}.views-composition .task-view{padding:22px;min-height:0}.views-composition .task-view h3{font-size:29px;min-height:70px}.views-composition .view-objects strong{font-size:14px}.views-composition .view-objects>[data-fact]{height:145px;padding:13px}.views-composition .view-objects>[data-fact]:first-child{padding:13px 38px 13px 13px;height:90px}.views-composition .view-objects>[data-fact="contract"] i{font-size:14px;bottom:10px}.views-composition .view-objects small{font-size:11px}.views-composition .view-objects i{font-size:20px;right:10px}.views-composition .task-view>p{font-size:13px}.mesh-toolbar{gap:10px;font-size:11px}.mesh-replay{font-size:12px}.policy-outcome{gap:12px}.policy-outcome>div{gap:8px}.policy-outcome strong{font-size:13px}.capture-trace{display:none}}
@media(max-width:370px){.architecture-toolbar{padding-inline:18px}.architecture-composition{padding-inline:18px}.architecture-model .stack-plane{padding:14px 12px}.architecture-model .stack-plane>strong{font-size:13px}.views-composition{padding:18px}.views-composition .task-view{padding:18px}.views-composition .view-objects strong{font-size:13px}.views-composition .task-view h3{font-size:26px}.policy-lines{gap:3px}.policy-lines i{width:6px}}
html[data-motion="off"] .plane-pattern{transition:none}
html[data-motion="off"] *,html[data-motion="off"] *::before,html[data-motion="off"] *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
@media print{.architecture-toolbar,.mesh-toolbar,.layer-pagination{display:none}.capture-trace{display:none}}

/* A film-like pace, with ordinary readable labels instead of controls. */
.product-demo,.policy-lens{position:relative}
.scene-progress{position:absolute;bottom:0;left:0;right:0;height:2px;background:#cecfc61a;overflow:hidden;pointer-events:none}
.scene-progress>span{display:block;height:100%;background:#cecfc6;transform:scaleX(0);transform-origin:left;opacity:.65}
html[data-motion="off"] .scene-progress{display:none}
.scene-chapters{display:flex;gap:24px;align-items:center;padding:24px 40px 4px;color:#a7b8b5;font-size:13px;line-height:1.5}
.scene-chapters>span{transition:color 700ms ease;border-top:1px solid #91a7a644;padding-top:12px;flex:1}
.scene-chapters .is-active{color:var(--lime);border-color:var(--lime)}
.layer-reading .scene-chapters{padding:5px 0 0;gap:12px;max-width:220px}
.layer-reading .scene-chapters>span{flex:1}
.architecture-perspective{font-size:13px;color:#a7b8b5}
.architecture-model .stack-plane{cursor:default;transition:transform 1600ms var(--motion-ease),height 1600ms var(--motion-ease),background 800ms,border-color 800ms,color 800ms,box-shadow 800ms}
.architecture-composition .layer-reading h3{min-height:116px}
.architecture-composition .layer-reading>p:not(.eyebrow){min-height:110px}
.neural-source{cursor:default}
.neural-source.is-active{color:var(--lime);border-color:var(--lime)}
.neural-source.is-active>i{background:var(--lime);box-shadow:0 0 15px #e1dcd280}
.neural-evidence h3{min-height:115px}
.neural-reading>p{min-height:106px}
.neural-reading .source-trace{display:block;margin-top:18px;color:#bcc8c2;font-size:13px;line-height:1.6}
.transcript-moment{transition:background 650ms,border-color 650ms}
.process-annotation{min-height:70px}
.views-composition .task-view{min-height:470px}
.views-composition .task-view h3{min-height:96px}
.views-composition [data-view-rule]{min-height:58px}
.review-checkpoint{font-size:14px;color:var(--lime);padding:14px 0;flex-shrink:0}
[data-state="review"] .review-gate{border-top-color:#bcc8c2}
.review-gate .eyebrow{font-size:12px}
.review-gate p{font-size:14px}
.canary-stage .issue-status{min-width:180px;text-align:center}
.version-card{transition:border-color 700ms,box-shadow 700ms}
[data-state="evaluation"] .version-card.revised{box-shadow:inset 0 0 0 1px #e1dcd266}
.channel-surface [data-channel-title]{min-height:100px}
.channel-surface .channel-message{min-height:116px}
.channel-next p{min-height:58px}
.screen-focus>strong{min-height:64px;display:block}
.screen-focus>p{min-height:65px}
.assistant-line{min-height:150px}
[data-mini-loop]>*{transition:color 1000ms,background 1000ms,border-color 1000ms,transform 1200ms var(--motion-ease)}
.platform-bands>span.is-active{background:#e1dcd2;color:var(--ink);transform:translateX(-12px)}
.platform-bands>span:not(.is-active){background:#24374788;color:#e1dcd2}
.solution-mini>div.is-active{transform:rotateY(0) translateX(0);border-color:#7a9194;background:#efebe1}
.mini-build>i.is-active,.mini-map>i.is-active{background:#e1dcd2;color:var(--ink);border-color:#e1dcd2}
.solution-flow>div{transition:background 1100ms,border-color 1100ms;position:relative}
.solution-flow>div::after{content:'';position:absolute;top:-1px;left:0;height:2px;width:100%;transform:scaleX(0);transform-origin:left;background:var(--lime);transition:transform 1300ms var(--motion-ease)}
.solution-flow>div.is-active::after{transform:scaleX(1)}
.solution-flow>div.is-active>span{color:var(--lime)}
[data-loop-state="paused"] *,[data-loop-state="idle"] *,[data-loop-state="still"] *{animation-play-state:paused!important}
.technology-paths .path-link{display:flex;width:fit-content}
.platform-banner h2 a{display:flex;align-items:center;justify-content:space-between;gap:20px}
@media(max-width:700px){
 .scene-chapters{padding:20px 24px 0;gap:12px;font-size:12px}
 .architecture-toolbar{align-items:flex-start}
 .architecture-toolbar>p{max-width:none;font-size:13px}
 .architecture-perspective{font-size:12px;text-align:right;max-width:125px}
 .architecture-composition .layer-reading h3{font-size:30px;min-height:110px}
 .architecture-composition .layer-reading>.eyebrow{min-height:36px}
 .architecture-composition .layer-reading>p:not(.eyebrow){min-height:104px}
 .neural-evidence h3{min-height:130px}
 .neural-reading>p{min-height:104px}
 .views-composition .task-view{min-height:490px}
 .views-composition .task-view h3{min-height:110px}
 .views-composition [data-view-rule]{min-height:80px}
 .review-checkpoint{display:block;text-align:center;margin-top:24px}
 .channel-surface [data-channel-title]{min-height:120px}
 .channel-surface .channel-message{min-height:138px}
 .channel-next p{min-height:90px}
 .assistant-line{min-height:160px}
 .screen-focus>strong{min-height:70px}
 .screen-focus>p{min-height:90px}
}
@media(max-width:370px){.scene-chapters{padding-inline:18px;font-size:12px;gap:8px}.architecture-composition .layer-reading h3{min-height:146px}.neural-evidence h3{min-height:155px}.neural-reading>p{min-height:135px}.channel-surface [data-channel-title]{min-height:170px}.channel-surface .channel-message{min-height:170px}.channel-next p{min-height:120px}.assistant-line{min-height:230px}}

/* The missing layer: knowledge converges, layers resolve, distinct workflows emerge. */
.context-workflow{margin:0;min-width:0;overflow:hidden;isolation:isolate;position:relative;background:radial-gradient(ellipse at 70% 20%,#243747 0,transparent 62%),#162331;color:#efebe1;border:1px solid #445d6a;box-shadow:0 30px 70px -48px #1b283760;border-radius:3px;scroll-margin-top:110px}
.workflow-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 28px;padding:23px 0;border-bottom:1px solid #a7b8b529;font-size:12px;letter-spacing:.055em}
.workflow-heading>span:last-child{font-size:12px;color:#bcc8c2;letter-spacing:0}
.workflow-canvas{width:100%;height:auto;display:block;overflow:visible}
.wf-connections path{stroke:#7a9194;stroke-width:1.5;opacity:.38}
.wf-traces path{stroke:#e1dcd2;stroke-width:2;stroke-dasharray:1;stroke-dashoffset:0;opacity:0}
.wf-source-shell{fill:#243747;stroke:#566e77;stroke-width:1}
.wf-icon{stroke:#ced5ca;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.wf-label{fill:#e0e1d7;font-size:21px;font-weight:450}
.wf-core-halo{stroke:#bcc8c2;stroke-width:1;stroke-dasharray:3 10;opacity:.25;transform-origin:320px 276px}
.wf-plate{stroke:#91a7a6;stroke-width:1;transform-origin:320px 260px}
.wf-plate-top{stroke:#e1dcd2;stroke-width:.7}
.wf-core-label{font-size:23px;fill:#e1dcd2;letter-spacing:-.015em}
.wf-outcome-shell{fill:#243747;stroke:#7a9194;stroke-width:1;transition:fill 1s,stroke 1s}
.wf-domain{font-size:24px;fill:#bcc8c2;letter-spacing:-.02em}
.wf-result{font-size:29px;fill:#e1dcd2;letter-spacing:-.025em;font-weight:450}
.wf-arrivals circle{stroke:#8db4c4;stroke-width:1.5}
.wf-arrivals path{stroke:#e1dcd2;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.wf-arrivals{opacity:.45;transition:opacity 1s}
[data-wf-phase="3"] .wf-arrivals{opacity:1}
[data-wf-phase="3"] .wf-outcome-shell{fill:#334b5b;stroke:#8db4c4}
.wf-packet{opacity:0;fill:#efebe1;transform-origin:0 0}
.wf-packet-glow{opacity:.13}
.context-workflow figcaption{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 28px;padding:21px 0 24px;border-top:1px solid #a7b8b529;font-size:14px;line-height:1.55}
.context-workflow [data-workflow-caption]{min-height:44px;display:flex;align-items:center;max-width:310px}
.workflow-chapters{display:flex;gap:5px;flex-shrink:0}
.workflow-chapters i{height:3px;width:12px;border-radius:3px;background:#647d8355;transition:background 750ms}
.workflow-chapters i.is-active{background:#cecfc6}
@media(max-width:1100px) and (min-width:701px){.workflow-heading{font-size:11px;margin-inline:21px}.context-workflow figcaption{margin-inline:21px;font-size:13px}.workflow-chapters{display:none}.wf-label,.wf-domain{font-size:26px}.wf-core-label{font-size:26px}}
@media(max-width:700px){.context-workflow{margin-top:32px}.workflow-heading{margin-inline:21px;font-size:11px;padding-block:20px;gap:10px}.workflow-heading>span:last-child{font-size:11px}.wf-label,.wf-domain{font-size:26px}.wf-core-label{font-size:27px}.wf-result{font-size:30px}.context-workflow figcaption{margin-inline:21px;font-size:14px;padding-block:17px 20px}.context-workflow [data-workflow-caption]{min-height:44px}.workflow-chapters i{width:8px}}
@media(max-width:370px){.workflow-heading{margin-inline:16px;font-size:10px}.workflow-heading>span:last-child{font-size:10px}.context-workflow figcaption{margin-inline:16px;font-size:13px;gap:10px}.workflow-chapters{display:none}.wf-label,.wf-domain,.wf-core-label{font-size:28px}}

/* Capture: a visible transfer from recorded expertise to a usable method. */
.capture-film{--cf-accent:#e1dcd2;--cf-quiet:#7a9194;padding:10px 38px 20px}
.cf-stage{position:relative;display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:42px;align-items:start;min-height:418px;padding-block:20px}
.cf-column-label{display:flex;align-items:center;gap:10px;font-size:14px;color:#e0e1d7;margin-bottom:26px;line-height:1.4}
.cf-column-label>span{font-size:12px;color:#7a9194}
.cf-source,.cf-process,.cf-output{position:relative;min-width:0;z-index:2}
.cf-recording{position:relative;padding:22px 20px 20px;border:1px solid #647d835c;background:#1b2837;min-height:319px;border-radius:9px;overflow:hidden}
.cf-recording-top{display:flex;justify-content:space-between;gap:12px;font-size:10px;letter-spacing:.08em;color:#a7b8b5}
.cf-record-time{letter-spacing:0;font-variant-numeric:tabular-nums}
.cf-signal{margin:28px -3px 15px}
.cf-signal svg{width:100%;height:auto;overflow:hidden}
.cf-signal-grid{stroke:#a7b8b51a;stroke-width:1}
.cf-reference{stroke:#7a9194;stroke-width:1.2;opacity:.5}
.cf-observed{stroke:#e1dcd2;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}
.cf-scan{opacity:0;stroke:#efebe1;stroke-width:1.5}
.cf-expert-note{color:#e0e1d7;font-size:15px;text-align:center;line-height:1.5;min-height:24px}
.cf-record-timeline{height:2px;background:#91a7a633;margin:22px 0 17px;overflow:hidden}
.cf-record-timeline>span{display:block;width:100%;height:100%;background:#cecfc6;transform-origin:left}
.cf-observations{display:flex;gap:7px;justify-content:space-between}
.cf-observation{display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;border:1px solid #91a7a65c;padding:7px 9px;border-radius:5px;font-size:13px;line-height:1.3;color:#e1dcd2;background:#243747}
.cf-observation i{font-size:18px;font-style:normal;line-height:1;color:#cecfc6}
.cf-map{position:relative;height:310px;margin-top:6px}
.cf-map-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.cf-map-base{stroke:#a7b8b5;stroke-width:1.3;opacity:.45}
.cf-map-drawing{stroke:#e1dcd2;stroke-width:2;stroke-linecap:round}
.cf-map-drawing path{stroke-dasharray:1;opacity:0}
.cf-map-packet{opacity:0;fill:#efebe1;filter:drop-shadow(0 0 5px #cecfc6)}
.cf-node{position:absolute;display:flex;align-items:center;justify-content:center;gap:8px;background:#243747;border:1px solid #7a9194;border-radius:5px;min-height:46px;padding:8px 10px;color:#e1dcd2;font-size:14px;line-height:1.35;text-align:center;transition:opacity .6s,background .6s,border-color .6s;z-index:1}
.cf-node i{font-style:normal;color:#e1dcd2;font-size:18px}
.cf-node-start{top:0;left:12.5%;width:75%}
.cf-decision{position:absolute;top:29%;left:25%;width:50%;height:25%;display:grid;place-items:center;text-align:center;font-size:14px;color:#e1dcd2;isolation:isolate;transition:opacity .6s;z-index:1}
.cf-decision:before,.cf-decision i{content:'';position:absolute;inset:0;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);background:#a7b8b5;z-index:-1}
.cf-decision i{inset:1px 2px;background:#243747}
.cf-node-target{left:0;top:60%;width:41%}
.cf-node-standard{right:0;top:60%;width:41%;background:#1b2837;border-color:#647d83;color:#bcc8c2}
.cf-node-end{left:12.5%;top:88%;width:75%;min-height:40px}
.cf-branch-label{position:absolute;top:49%;font-size:12px;color:#ced5ca;line-height:1;background:#162331;padding:3px 5px;z-index:1}
.cf-yes{left:12%}.cf-no{right:12%}
.cf-document-stack{position:relative;margin:6px 7px 0 0;perspective:1000px}
.cf-page-back,.cf-page-middle{position:absolute;inset:0;background:#a7b8b5;border:1px solid #ced5ca;border-radius:6px;transform-origin:center;opacity:.5;transition:transform 1s,opacity 1s}
.cf-page-back{transform:translate(9px,9px) rotate(3deg)}
.cf-page-middle{transform:translate(4px,4px) rotate(1deg)}
.cf-document{position:relative;background:#efebe1;color:#243747;border:1px solid #cecfc6;border-radius:6px;padding:24px 21px 17px;min-height:319px;box-shadow:0 20px 40px -25px #0e1925}
.cf-document-heading{display:flex;align-items:center;gap:11px;padding-bottom:18px;border-bottom:1px solid #bcc8c2;font-size:22px;letter-spacing:-.04em;line-height:1.2}
.cf-document-heading svg{width:22px;height:25px;stroke:#566e77;stroke-width:1.3;flex-shrink:0}
.cf-document-rows{padding-block:13px}
.cf-document-row{display:flex;gap:10px;align-items:center;min-height:35px;font-size:14px;color:#334b5b}
.cf-document-row>span{font-size:10px;color:#7a9194}
.cf-document-row p{font-size:14px;line-height:1.4;flex:1}
.cf-document-row svg{width:16px;height:16px;fill:none;stroke:#647d83;stroke-width:1.5}
.cf-preserved-rule{border-left:2px solid #91a7a6;padding:6px 0 6px 12px;background:linear-gradient(90deg,#e1dcd270,transparent)}
.cf-preserved-rule>span{font-size:9px;letter-spacing:.05em;color:#566e77;display:block;margin-bottom:4px}
.cf-preserved-rule p{font-size:13px;line-height:1.55;color:#334b5b}.cf-preserved-rule b{font-weight:500}
.cf-document-seal{display:flex;align-items:center;gap:8px;padding-top:15px;margin-top:14px;border-top:1px solid #bcc8c2;font-size:12px;color:#445d6a}
.cf-document-seal>span{font-size:18px;line-height:1}
.cf-flights,.cf-travellers{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:4;overflow:visible}
.cf-route-guides{fill:none;stroke:#a7b8b5;stroke-width:1.5;opacity:.3}
.cf-route-traces{fill:none;stroke:#e1dcd2;stroke-width:2}
.cf-route-traces path{stroke-dasharray:1;opacity:0}
.cf-traveller{position:absolute;left:0;top:0;display:flex;gap:8px;align-items:center;padding:10px 13px;background:#e1dcd2;color:#243747;border:1px solid #efebe1;border-radius:6px;box-shadow:0 4px 24px #cecfc630;font-size:13px;line-height:1.2;white-space:nowrap;opacity:0;will-change:transform}
.cf-traveller i{width:5px;height:5px;border-radius:50%;background:currentColor}
.capture-film[data-capture-phase="0"] .cf-node,.capture-film[data-capture-phase="0"] .cf-decision{opacity:.18}
.capture-film[data-capture-phase="0"] .cf-map-base,.capture-film[data-capture-phase="0"] .cf-branch-label{opacity:.12}
.capture-film:not([data-capture-phase="3"]) .cf-document-rows,.capture-film:not([data-capture-phase="3"]) .cf-preserved-rule,.capture-film:not([data-capture-phase="3"]) .cf-document-seal{opacity:0}
.capture-film:not([data-capture-phase="3"]) .cf-document{background:#1b2837;border-color:#566e77;color:#91a7a6;box-shadow:none}
.capture-film:not([data-capture-phase="3"]) .cf-document-heading{opacity:.35;border-color:#647d8344}
.capture-film:not([data-capture-phase="3"]) .cf-page-back,.capture-film:not([data-capture-phase="3"]) .cf-page-middle{transform:translate(0,0);opacity:.12}
.capture-film[data-capture-phase="1"] .cf-node-standard,.capture-film[data-capture-phase="1"] .cf-node-end{opacity:.35}
.capture-film[data-capture-phase="2"] .cf-node-target,.capture-film[data-capture-phase="2"] .cf-node-end{background:#334b5b;border-color:#cecfc6;color:#efebe1}
.capture-film[data-capture-phase="2"] .cf-yes{color:#e1dcd2}
.capture-film[data-capture-phase="3"] .cf-map-base{opacity:.65}
@media(min-width:701px) and (max-width:1100px){.capture-film{padding-inline:24px}.cf-stage{gap:22px;grid-template-columns:1fr 1.05fr 1fr}.cf-recording{padding:18px 12px}.cf-observation{padding:7px 5px;gap:4px;font-size:12px}.cf-observation i{display:none}.cf-document{padding-inline:14px}.cf-document-heading{font-size:20px}.cf-node,.cf-decision{font-size:13px}.cf-node{padding-inline:5px}}
@media(max-width:700px){
 .capture-film{padding:0 20px 16px}.cf-stage{display:flex;flex-direction:column;gap:20px;padding-block:8px 16px;min-height:0}
 .cf-source,.cf-process,.cf-output{width:100%}.cf-column-label{font-size:13px;margin-bottom:10px}.cf-column-label>span{font-size:11px}
 .cf-recording{min-height:0;padding:10px;display:grid;grid-template-columns:1fr 1fr;column-gap:15px;row-gap:7px;align-items:center}
 .cf-recording-top{grid-column:1;grid-row:1;font-size:8px;gap:5px}.cf-record-time{display:none}
 .cf-signal{grid-column:1;grid-row:2;margin:0}.cf-signal svg{height:36px;width:100%}
 .cf-expert-note{grid-column:1;grid-row:3;font-size:11px;min-height:0;text-align:left;white-space:nowrap}
 .cf-record-timeline{position:absolute;bottom:0;left:0;width:100%;margin:0}
 .cf-observations{grid-column:2;grid-row:1/4;display:flex;flex-direction:column;gap:3px}
 .cf-observation{font-size:13px;padding:2px 9px;justify-content:flex-start}.cf-observation i{font-size:15px}
 .cf-map{height:204px;width:min(100%,370px);margin:0 auto}.cf-node{font-size:14px;min-height:34px;padding:5px 7px}.cf-node-end{min-height:32px}.cf-decision{font-size:14px}.cf-branch-label{font-size:11px;top:48%}
 .cf-document-stack{margin:0 6px 0 0}.cf-document{min-height:0;padding:14px 16px 12px}
 .cf-document-heading{font-size:20px;padding-bottom:10px;gap:9px}.cf-document-heading svg{width:17px;height:20px}
 .cf-document-rows{padding:10px 0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}
 .cf-document-row{display:block;min-height:0}.cf-document-row>span{display:none}.cf-document-row p{font-size:14px;line-height:1.4}.cf-document-row svg{width:13px;height:13px;margin-top:5px}
 .cf-preserved-rule{padding:5px 0 5px 10px}.cf-preserved-rule>span{font-size:8px;margin-bottom:2px}.cf-preserved-rule p{font-size:12px;line-height:1.45}.cf-preserved-rule p br{display:none}.cf-preserved-rule b{display:block}
 .cf-document-seal{display:none}
 .cf-traveller{font-size:12px;padding:7px 10px;gap:6px}.cf-route-guides{opacity:.4}
 [data-demo="capture"] .scene-chapters{display:none}
 [data-demo="capture"] .demo-caption{padding-top:19px;padding-bottom:22px}
 [data-demo="capture"] .demo-caption p{min-height:40px;display:flex;align-items:center}
}
@media(max-width:370px){.capture-film{padding-inline:16px}.cf-recording{column-gap:9px;padding:10px}.cf-expert-note{font-size:10px}.cf-column-label{font-size:13px}.cf-node,.cf-decision{font-size:14px}.cf-document{padding-inline:13px}.cf-document-rows{gap:8px}.cf-observation{font-size:13px}}
/* Context Views: unchanged facts form a timeline, then a planning view. */
.views-film{padding:28px 44px 34px}
.vf-stage{position:relative;display:grid;grid-template-columns:.85fr 1.45fr;gap:clamp(48px,6vw,92px);align-items:start}
.vf-section-label{display:flex;gap:12px;align-items:center;margin-bottom:28px;color:#ede6da;font-size:16px}
.vf-section-label>span{color:#a7b8b5;font-size:14px}
.vf-knowledge,.vf-output{position:relative;min-width:0}
.vf-record{position:relative;border:1px solid #566e7744;border-radius:12px;background:linear-gradient(145deg,#243747,#1b2837);padding:23px 24px;box-shadow:0 18px 45px #0e192520}
.vf-record-header{display:flex;align-items:center;gap:12px;font-size:12px;letter-spacing:.08em;color:#bcc8c2}
.vf-record-header svg{width:22px;height:25px;stroke:#cecfc6;stroke-width:1.2}
.vf-record h3{font-size:25px;line-height:1.2;margin:17px 0 13px;letter-spacing:-.025em;font-weight:500}
.vf-source-facts{display:grid;gap:0}
.vf-source-facts>div{display:flex;align-items:center;gap:16px;padding:13px 0;border-top:1px solid #7a919435}
.vf-symbol{display:grid;place-items:center;width:32px;height:32px;border:1px solid #91a7a655;border-radius:50%;color:#e1dcd2;font-size:20px;flex-shrink:0}
.vf-source-facts small{display:block;color:#bcc8c2;font-size:14px;line-height:1.3;margin-bottom:5px}
.vf-source-facts strong{font-size:20px;line-height:1.2;font-weight:450;color:#efebe1}
.vf-record-foot{display:flex;align-items:center;gap:9px;font-size:12px;color:#bcc8c2;padding-top:14px}
.vf-source-dot{width:5px;height:5px;border-radius:50%;background:#e1dcd2}
.vf-expertise{position:relative;z-index:5;display:flex;gap:11px;align-items:center;margin-top:20px;min-height:77px;padding:14px 15px;background:#e1dcd2;color:#243747;border:1px solid #efebe1;border-radius:8px;opacity:0}
.vf-expertise small{display:block;font-size:11px;letter-spacing:.06em;margin-bottom:5px;color:#445d6a}
.vf-expertise p{font-size:14px;line-height:1.3}
.vf-expert-mark{font-size:24px}.vf-retained{margin-left:auto;font-size:19px}
.vf-view-stack{position:relative;padding:0 8px 8px 0;perspective:1200px}
.vf-view-back{position:absolute;inset:7px 0 0 8px;border:1px solid #91a7a6;border-radius:12px;background:#334b5b;transform:rotate(1.3deg);transform-origin:50% 85%}
.vf-view{position:relative;background:#f7f2e8;color:#1b2837;padding:24px 28px 18px;border:1px solid #e0e1d7;border-radius:10px;box-shadow:0 18px 40px #0e192530}
.vf-view-header{display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:.07em;color:#566e77}
.vf-view-glyph{width:25px;height:25px;stroke:#7a9194;stroke-width:1.1}
.vf-view h3{font-family:var(--sans);font-size:clamp(24px,2.15vw,33px);letter-spacing:-.03em;font-weight:450;line-height:1.18;height:64px;margin:22px 0 10px}
.vf-arrangement{position:relative;height:292px}
.vf-fact{position:absolute;z-index:3;width:45%;height:82px;padding:12px 0;background:transparent;transform-origin:50% 50%;border-top:1px solid #a7b8b566;color:#1b2837}
.vf-fact small{display:block;font-size:14px;color:#566e77;margin-bottom:9px;line-height:1.2}
.vf-fact strong{display:block;white-space:nowrap;font-size:clamp(21px,2vw,29px);font-weight:450;line-height:1.15;letter-spacing:-.035em}
.vf-fact em{font-size:14px;letter-spacing:0;font-style:normal;color:#566e77}
.vf-fact[data-fact="notice"]{left:0;top:0;border-color:#647d83}
.vf-fact[data-fact="renewal"]{left:55%;top:149px}
.vf-fact[data-fact="contract"]{left:0;top:210px}
.vf-fact[data-fact="notice"]:before,.vf-fact[data-fact="contract"]:before{content:'';position:absolute;inset:-9px -12px;background:#e1dcd2;border:1px solid #bcc8c299;border-radius:7px;z-index:-1;opacity:0}
.views-film[data-vf-phase="1"] [data-fact="notice"]:before,.views-film[data-vf-phase="2"] [data-fact="notice"]:before,.views-film[data-vf-phase="3"] [data-fact="contract"]:before{opacity:1}
.vf-timeline{position:absolute;inset:0;width:100%;height:280px;overflow:visible;fill:none;stroke:#a7b8b5;stroke-width:1.4}
.vf-timeline-base{opacity:.5}.vf-timeline-draw{stroke:#566e77;stroke-width:2;stroke-dasharray:1;stroke-dashoffset:0}.vf-timeline circle{fill:#7a9194;stroke:none}
.vf-timeline .vf-timeline-packet{fill:#334b5b;opacity:0}
.vf-date-separation{position:absolute;left:0;top:145px;font-size:13px;line-height:1.3;color:#566e77;width:48%}
.vf-renewal-outcome{display:none}
.vf-year{position:absolute;left:55%;top:5px;width:45%;opacity:0}
.vf-year>div{display:flex;gap:4px;height:94px;align-items:flex-end;border-bottom:1px solid #91a7a6;padding-bottom:7px}
.vf-year i{display:block;flex:1;height:100%;background:linear-gradient(#647d83,#bcc8c2);border-radius:3px 3px 0 0;transform-origin:50% 100%}
.vf-year>span{display:block;font-size:12px;color:#647d83;line-height:1.3;margin-top:10px}
.vf-view-result{display:flex;align-items:center;gap:12px;border-top:1px solid #a7b8b577;padding-top:17px;min-height:58px;font-size:14px;line-height:1.4;color:#445d6a}
.vf-view-result p{max-width:360px;line-height:1.4;min-height:2.8em;display:flex;align-items:center}.vf-result-mark{font-size:25px;color:#566e77}
.vf-routes{position:absolute;inset:0;z-index:4;width:100%;height:100%;pointer-events:none;overflow:visible}
.vf-guides{stroke:#91a7a6;stroke-width:1;fill:none;opacity:.3}.vf-traces{stroke:#e1dcd2;stroke-width:1.8;fill:none}.vf-traces path{opacity:0;stroke-dasharray:1}
.vf-rule-packet{fill:#efebe1;filter:drop-shadow(0 0 5px #efebe1);opacity:0}
.views-film[data-vf-phase="0"] .vf-fact,.views-film[data-vf-phase="0"] .vf-timeline,.views-film[data-vf-phase="0"] .vf-date-separation{opacity:0}
.views-film[data-vf-phase="2"] .vf-expertise,.views-film[data-vf-phase="3"] .vf-expertise{opacity:1}
.views-film[data-vf-phase="3"] [data-fact="contract"]{top:0;left:0}
.views-film[data-vf-phase="3"] [data-fact="notice"]{top:210px;left:0}
.views-film[data-vf-phase="3"] [data-fact="renewal"]{top:210px;left:55%}
.views-film[data-vf-phase="3"] .vf-timeline,.views-film[data-vf-phase="3"] .vf-date-separation{opacity:0}
.views-film[data-vf-phase="3"] .vf-year{opacity:1}
.views-film[data-vf-phase="3"] .vf-renewal-outcome{display:block;position:absolute;top:126px;left:0;font-size:14px;line-height:1.4;color:#334b5b}
.vf-renewal-outcome>span{color:#647d83;font-size:12px}
[data-demo="views"]>.scene-chapters{padding:0 44px 24px}
[data-demo="views"] .demo-caption p{min-height:24px}
@media(min-width:701px) and (max-width:1050px){.views-film{padding:25px}.vf-stage{grid-template-columns:.85fr 1.25fr;gap:36px}.vf-record{padding:23px 18px}.vf-view{padding-inline:22px}.vf-section-label{font-size:14px;gap:9px}.vf-source-facts strong{font-size:18px}.vf-expertise{padding:12px 9px;gap:7px}.vf-expertise p{font-size:12px}.vf-retained{display:none}.vf-fact strong{font-size:21px}.vf-fact small{font-size:13px}.vf-fact em{font-size:12px}}
@media(max-width:700px){
 .views-film{padding:9px 24px 24px}.vf-stage{grid-template-columns:1fr;gap:24px}.vf-section-label{font-size:14px;margin-bottom:16px;gap:10px}.vf-section-label>span{font-size:12px}
 .vf-record{padding:17px 16px 15px;border-radius:9px}.vf-record-header{font-size:11px;gap:8px}.vf-record-header svg{width:16px;height:18px}.vf-record h3{position:absolute;right:16px;top:17px;font-size:14px;margin:0}
 .vf-source-facts{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.vf-source-facts>div{display:block;padding:12px 0 0}.vf-symbol{display:none}.vf-source-facts small{font-size:12px;min-height:31px;line-height:1.3;margin-bottom:5px}.vf-source-facts strong{font-size:15px;white-space:nowrap;letter-spacing:-.035em}.vf-record-foot{display:none}
 .vf-expertise{margin-top:12px;min-height:55px;padding:9px 12px;gap:12px}.vf-expertise small{font-size:10px;margin-bottom:3px}.vf-expertise p{font-size:14px}.vf-expert-mark{font-size:22px}.vf-retained{font-size:17px}
 .vf-view-stack{padding:0 5px 5px 0}.vf-view{padding:17px 20px 13px}.vf-view-header{font-size:11px}.vf-view-glyph{width:20px;height:20px}.vf-view h3{font-size:25px;height:60px;margin:15px 0 10px}
 .vf-arrangement{height:246px}.vf-fact{width:46%;height:73px;padding-top:10px}.vf-fact strong{font-size:22px}.vf-fact small{font-size:12px;margin-bottom:9px;line-height:1.2}.vf-fact em{font-size:12px}.vf-fact[data-fact="renewal"]{left:54%;top:122px}.vf-fact[data-fact="contract"]{top:174px}.vf-fact:before{inset:-5px -8px!important}.vf-timeline{height:230px}.vf-date-separation{top:126px;font-size:12px}.vf-view-result{font-size:13px;padding-top:12px;min-height:57px;gap:10px}.vf-view-result p{max-width:260px}
 .vf-year{left:54%;width:46%;top:4px}.vf-year>div{height:75px;gap:3px}.vf-year>span{font-size:11px;margin-top:7px}.views-film[data-vf-phase="3"] .vf-renewal-outcome{top:106px;font-size:13px}.vf-renewal-outcome>span{font-size:11px}.views-film[data-vf-phase="3"] [data-fact="notice"],.views-film[data-vf-phase="3"] [data-fact="renewal"]{top:174px}.views-film[data-vf-phase="3"] [data-fact="renewal"]{left:54%}
 [data-demo="views"]>.scene-chapters{display:none}[data-demo="views"] .demo-caption p{min-height:48px;line-height:1.65;font-size:14px;display:flex;align-items:center}
}
@media(max-width:370px){.views-film{padding-inline:18px}.vf-record{padding-inline:12px}.vf-record-header{font-size:10px}.vf-record h3{font-size:12px;right:12px;top:19px}.vf-source-facts{gap:6px}.vf-source-facts strong{font-size:14px}.vf-view{padding-inline:16px}.vf-fact strong{font-size:19px}.vf-fact em{font-size:11px}.vf-expertise{gap:8px;padding-inline:10px}.vf-expertise p{font-size:13px}.vf-retained{display:none}}
/* Three quiet examples identify the active source's peripheral nodes. */
.mesh-node-labels,.mesh-label-group{position:absolute;inset:0;pointer-events:none}
.mesh-node-labels{z-index:1}
.mesh-label-group{opacity:0;visibility:hidden}
.mesh-node-name{position:absolute;display:flex;align-items:center;gap:9px;padding:10px 13px;background:linear-gradient(135deg,#243747,#1b2837);border:1px solid #8db4c480;border-radius:8px;box-shadow:inset 0 1px 0 #e1dcd20a,0 4px 16px #16233133;color:#e1dcd2;font-size:14px;font-weight:450;line-height:1.35;max-width:210px}
.mesh-node-name:before{content:'';flex:0 0 5px;width:5px;height:5px;border-radius:50%;background:#e1dcd2;box-shadow:0 0 0 3px #cecfc614}
.mesh-name-0{left:32%;top:8%}.mesh-name-1{right:5%;top:46%}.mesh-name-2{left:31%;bottom:7%}
[data-demo="mesh"][data-state="0"] [data-mesh-label-group="0"],
[data-demo="mesh"][data-state="1"] [data-mesh-label-group="1"],
[data-demo="mesh"][data-state="2"] [data-mesh-label-group="2"],
[data-demo="mesh"][data-state="3"] [data-mesh-label-group="3"]{opacity:1;visibility:visible}
html[data-motion="on"] .mesh-label-group{transition:opacity 350ms ease}
html[data-motion="off"] .mesh-source-examples,.no-mesh-canvas .mesh-source-examples{position:static;width:auto;height:auto;margin:8px 0 0;padding:0;clip:auto;clip-path:none;overflow:visible;white-space:normal;display:block;font-size:12px;line-height:1.45;color:#bcc8c2}
@media(max-width:980px){.mesh-name-0{left:15%;top:6%}.mesh-name-1{right:2%;top:46%}.mesh-name-2{left:18%;bottom:5%}}
@media(max-width:700px){.mesh-node-name{font-size:14px;max-width:195px;padding:8px 10px;gap:8px}.mesh-name-0{left:5px;top:7px}.mesh-name-1{right:5px;top:51px}.mesh-name-2{left:10px;bottom:8px}}

.vf-year>span,.vf-renewal-outcome>span,.cf-preserved-rule>span,.cf-document-row>span{color:#445d6a}
.cf-column-label>span{color:#a7b8b5}
