/* Concresca v0.46 — one current content-aware liquid component shell.
   The visual identity remains dark green/teal, warm gold, quiet serif display
   type, and the byte-identical approved hero image. This file replaces rather
   than chains a versioned shell stylesheet. */
:root{
  --v047-ink:#061113;
  --v047-ink-soft:#091719;
  --v047-surface:#0b1d20;
  --v047-surface-raised:#10282b;
  --v047-freedom:#a9f4e3;
  --v047-warm:#f1deb0;
  --v047-text:#f5f1e8;
  --v047-muted:#c1cfcc;
  --v047-dim:#91a7a2;
  --v047-line:rgba(169,244,227,.16);
  --v047-warm-line:rgba(241,222,176,.30);
  --v047-shadow:0 24px 70px rgba(0,0,0,.30);
  --v047-radius-sm:clamp(.55rem,.42rem + .25vw,.72rem);
  --v047-radius-md:clamp(.85rem,.65rem + .45vw,1.2rem);
  --v047-radius-lg:clamp(1.1rem,.8rem + .8vw,1.75rem);
  --v047-gutter:clamp(.875rem,2.2vw,3.5rem);
  --v047-header-max:106rem;
  --v047-content-max:92rem;
  --v047-reading-max:76ch;
  --v047-measure-reading:76ch;
  --v047-measure-operational:104ch;
  --v047-measure-wide-data:116rem;
  --v047-touch-target:44px;
  --v047-section-space:clamp(3.5rem,7vw,7rem);
  --v047-card-min:17rem;
  --v047-focus:3px solid var(--v047-freedom);
  --v047-header-height:clamp(4rem,3.75rem + .7vw,4.7rem);
}
html{max-width:100%;overflow-x:clip;scroll-padding-top:calc(var(--v047-header-height) + 3.3rem)}
body.v047-shell{min-width:280px;max-width:100%;overflow-x:clip;background:var(--v047-ink-soft);color:var(--v047-text)}
body.v047-shell *{min-width:0}
body.v047-shell :where(p,li,dd,td,th,a,code,pre){overflow-wrap:anywhere}
.v047-shell .header-wrap{width:min(calc(100% - (2 * var(--v047-gutter))),var(--v047-header-max));margin-inline:auto}
.v047-shell .wrap{width:min(calc(100% - (2 * var(--v047-gutter))),var(--v047-content-max));margin-inline:auto}
.v047-shell .narrow{width:min(calc(100% - (2 * var(--v047-gutter))),var(--v047-reading-max));margin-inline:auto}
.v047-shell .freedom-reading,.v047-shell .research-reader,.v047-shell .reading{width:min(100%,var(--v047-reading-max));max-width:none}
.v047-shell :where(h1,h2,h3,p){text-wrap:pretty}
.v047-shell :where(h1,h2){text-wrap:balance}
.v047-shell :where(a,button,input,select,textarea,summary):focus-visible{outline:var(--v047-focus);outline-offset:3px;border-radius:.3rem}
.v047-shell [tabindex="-1"]:focus{outline:none}
.v047-shell .skip-link{position:fixed;inset:.75rem auto auto .75rem;z-index:9999;transform:translateY(-180%);padding:.72rem 1rem;border-radius:.5rem;background:var(--v047-text);color:var(--v047-ink);font-weight:800;text-decoration:none}
.v047-shell .skip-link:focus{transform:none}

/* Header and primary navigation */
.v047-shell .site-header{position:sticky;top:0;z-index:90;background:rgba(4,14,16,.94);border-top:2px solid rgba(241,222,176,.78);border-bottom:1px solid var(--v047-line);backdrop-filter:blur(18px) saturate(130%)}
.v047-shell .site-header .nav{min-height:var(--v047-header-height);height:auto;display:flex;align-items:center;gap:clamp(.75rem,1.8vw,2rem)}
.v047-shell .brand{display:inline-flex;align-items:center;flex:0 0 auto;text-decoration:none}
.v047-shell .brand-logo{display:block;width:clamp(8.8rem,11.5vw,10.7rem);height:auto;max-height:3.2rem;object-fit:contain}
.v047-shell .navlinks{display:flex;align-items:center;justify-content:flex-end;gap:clamp(.05rem,.2vw,.22rem);margin-left:auto;min-width:0;flex-wrap:nowrap}
.v047-shell .navlinks a{display:inline-flex;align-items:center;min-height:2.75rem;padding:.55rem clamp(.42rem,.55vw,.68rem);border:1px solid transparent;border-radius:.58rem;color:#c8d2d0;text-decoration:none;font-size:clamp(.73rem,.64rem + .14vw,.84rem);line-height:1.1;white-space:nowrap}
.v047-shell .navlinks a:hover{color:#fff;background:rgba(169,244,227,.07);border-color:rgba(169,244,227,.09)}
.v047-shell .navlinks a.active,.v047-shell .navlinks a[aria-current="page"]{color:var(--v047-warm);background:rgba(241,222,176,.075);border-color:rgba(241,222,176,.22)}
.v047-shell .menu{display:none;place-items:center;width:2.75rem;height:2.75rem;padding:.65rem;border:1px solid rgba(169,244,227,.28);border-radius:.65rem;background:rgba(169,244,227,.05);color:#fff;cursor:pointer}
.v047-shell .menu>span:not(.visually-hidden){display:block;width:1.25rem;height:2px;margin:.19rem auto;background:currentColor;border-radius:999px}

/* Absolute principle bar */
.v047-shell .freedom-bar{position:relative;z-index:70;background:linear-gradient(90deg,#0a1d1f,#123436 57%,#263229);border-bottom:1px solid rgba(169,244,227,.22);color:#effcf8}
.v047-shell .freedom-bar-inner{min-height:clamp(2.7rem,2.5rem + .5vw,3rem);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.52rem}
.v047-shell .freedom-lockup{display:flex;align-items:baseline;flex-wrap:wrap;gap:.25rem .7rem;min-width:0;margin:0}
.v047-shell .freedom-lockup strong{color:var(--v047-warm);font:900 clamp(.68rem,.62rem + .12vw,.79rem)/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.075em}
.v047-shell .freedom-lockup span{color:#cfe0dc;font-size:clamp(.75rem,.7rem + .16vw,.9rem);line-height:1.35}
.v047-shell .freedom-bar-link{flex:0 0 auto;display:inline-flex;align-items:center;min-height:2.75rem;color:var(--v047-freedom);text-decoration:none;font-size:.82rem;font-weight:800;white-space:nowrap}
.v047-shell .freedom-bar-link:hover{text-decoration:underline;text-underline-offset:3px}

/* Homepage protected visual and liquid first viewport */
.v047-shell .home-hero{position:relative;isolation:isolate;overflow:hidden;display:grid;align-items:center;min-height:clamp(34rem,calc(100svh - 7.7rem),47rem);padding:0;background:#02080a!important;border:0}
.v047-shell .home-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(2,8,10,.985) 0%,rgba(2,8,10,.94) 34%,rgba(2,8,10,.66) 56%,rgba(2,8,10,.14) 78%,rgba(2,8,10,.20) 100%),linear-gradient(0deg,rgba(5,15,17,.76),transparent 58%)}
.v047-shell .home-hero::after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 76% 35%,rgba(90,183,225,.09),transparent 31%)}
.v047-shell .home-hero-media{position:absolute;inset:0;z-index:-2;display:block;margin:0;background:#02080a}
.v047-shell .home-hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;filter:none!important;transform:none!important;opacity:1!important}
.v047-shell .home-hero-content{display:flex;align-items:center;min-height:inherit;padding-block:clamp(2.75rem,6vw,5rem)}
.v047-shell .home-hero .hero-copy{width:min(100%,47rem);max-width:min(60vw,47rem)}
.v047-shell .home-hero .eyebrow{margin:0 0 .55rem;color:var(--v047-warm);font-size:clamp(.7rem,.66rem + .14vw,.82rem);letter-spacing:.18em}
.v047-shell .home-hero h1{max-width:15ch;margin:0 0 1rem;color:#f6f2e9;font:500 clamp(2.85rem,3.1rem + 2.4vw,5.5rem)/.96 Georgia,"Times New Roman",serif;letter-spacing:-.052em;text-shadow:0 3px 26px rgba(0,0,0,.78)}
.v047-shell .home-hero .lede{max-width:66ch;margin:0;color:#d5dfdc;font-size:clamp(1rem,.94rem + .28vw,1.24rem);line-height:1.62;text-shadow:0 2px 22px rgba(0,0,0,.82)}
.v047-shell .hero-principle{display:grid;grid-template-columns:auto auto minmax(13rem,1fr);align-items:center;gap:.35rem .7rem;max-width:45rem;margin:1.1rem 0 0;padding:.7rem .86rem;border-left:3px solid var(--v047-freedom);background:rgba(5,28,30,.64);backdrop-filter:blur(6px)}
.v047-shell .hero-principle .principle-label{color:#98aaa6;font:800 .66rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase}
.v047-shell .hero-principle strong{color:var(--v047-freedom);font:900 .78rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}
.v047-shell .hero-principle .principle-copy{color:#dce7e4;font-size:.84rem;line-height:1.4}
.v047-shell .home-hero .actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.1rem}
.v047-shell .button{display:inline-flex;align-items:center;justify-content:center;min-height:2.8rem;max-width:100%;padding:.68rem 1rem;border:1px solid rgba(255,255,255,.19);border-radius:.56rem;background:rgba(6,22,24,.70);color:inherit;font-weight:750;line-height:1.25;text-align:center;text-decoration:none;backdrop-filter:blur(5px);transition:transform .16s ease,border-color .16s ease,background-color .16s ease}
.v047-shell .button.primary{background:#f1eee6;color:#07110f;border-color:#f1eee6}
.v047-shell .button:hover{transform:translateY(-1px);border-color:rgba(169,244,227,.58)}

/* Current boundary strip */
.v047-shell .runtime-strip{border-block:1px solid rgba(169,244,227,.16);background:#0a1b1e}
.v047-shell .runtime-strip-grid{display:grid;grid-template-columns:minmax(13rem,1.35fr) repeat(4,minmax(9rem,1fr));align-items:stretch}
.v047-shell .runtime-strip-intro,.v047-shell .runtime-fact{min-width:0;padding:clamp(.85rem,1.25vw,1.2rem);border-left:1px solid rgba(169,244,227,.10)}
.v047-shell .runtime-strip-intro{border-left:0;padding-left:0}
.v047-shell .runtime-strip-intro strong{display:block;color:#f3eee2;font-size:.94rem}
.v047-shell .runtime-strip-intro a{display:inline-flex;min-height:2.2rem;align-items:center;margin-top:.18rem;color:var(--v047-freedom);font-size:.8rem;font-weight:750;text-decoration:none}
.v047-shell .runtime-fact{margin:0}
.v047-shell .runtime-fact dt{color:#8fa5a0;font:800 .64rem/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.075em;text-transform:uppercase}
.v047-shell .runtime-fact dd{margin:.3rem 0 0;color:#eff7f5;font:800 .75rem/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.035em}
.v047-shell .runtime-fact dd[data-state="none"],.v047-shell .runtime-fact dd[data-state="available"]{color:var(--v047-freedom)}
.v047-shell .runtime-fact dd[data-state="blocked"]{color:var(--v047-warm)}

/* Shared liquid content system */
.v047-shell section{container-type:inline-size}
.v047-shell .surface-section,.v047-shell .freedom-section{padding-block:var(--v047-section-space);border-top:1px solid rgba(255,255,255,.055)}
.v047-shell .surface-section.soft,.v047-shell .freedom-section:nth-of-type(even){background:rgba(15,42,44,.27)}
.v047-shell .surface-section.paper{background:#f3f0e7;color:#0a1718}
.v047-shell .surface-section.paper p{color:#425552}
.v047-shell .surface-intro{display:grid;grid-template-columns:minmax(18rem,.8fr) minmax(22rem,1.2fr);gap:clamp(1.5rem,4vw,4.5rem);align-items:start;margin-bottom:clamp(1.8rem,3.4vw,3rem)}
.v047-shell .surface-intro h2,.v047-shell .freedom-reading>h2,.v047-shell .research-reader>h2{max-width:20ch;margin:.3rem 0 0;color:inherit;font:500 clamp(2rem,1.55rem + 2.1vw,4rem)/1.02 Georgia,"Times New Roman",serif;letter-spacing:-.038em}
.v047-shell .surface-intro>p,.v047-shell .freedom-reading>p,.v047-shell .research-reader>p,.v047-shell .research-reader li{max-width:72ch;margin-top:0;color:var(--v047-muted);font-size:clamp(.98rem,.94rem + .12vw,1.08rem);line-height:1.72}
.v047-shell .kicker{color:var(--v047-freedom);font:800 clamp(.68rem,.63rem + .12vw,.76rem)/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.18em;text-transform:uppercase}
.v047-shell .card-grid,.v047-shell .freedom-card-grid,.v047-shell .path-grid,.v047-shell .role-grid,.v047-shell .provenance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--v047-card-min)),1fr));gap:clamp(.75rem,1.4vw,1.15rem)}
.v047-shell .card-grid.two-col{grid-template-columns:repeat(auto-fit,minmax(min(100%,24rem),1fr))}
.v047-shell .protocol-card,.v047-shell .freedom-card-grid article,.v047-shell .role-grid article,.v047-shell .provenance-grid article{display:flex;flex-direction:column;min-height:0;padding:clamp(1.05rem,1.6vw,1.45rem);border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(169,244,227,.015));transition:border-color .16s ease,background-color .16s ease,transform .16s ease}
.v047-shell :where(.protocol-card,.freedom-card-grid article,.role-grid article,.provenance-grid article):hover{border-color:rgba(169,244,227,.35);background:rgba(169,244,227,.045);transform:translateY(-2px)}
.v047-shell .protocol-card h3,.v047-shell .freedom-card-grid h3,.v047-shell .provenance-grid h3{margin:.7rem 0 .5rem;color:#f2eee6;font-size:clamp(1rem,.95rem + .2vw,1.18rem)}
.v047-shell .protocol-card p,.v047-shell .freedom-card-grid p,.v047-shell .provenance-grid p{margin:0;color:#bdcbc8;line-height:1.6}
.v047-shell .protocol-card a,.v047-shell .freedom-card-grid a{margin-top:auto;padding-top:.8rem;color:var(--v047-freedom);font-weight:800;text-decoration:none}
.v047-shell .card-index{color:var(--v047-freedom);font:850 .69rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}
.v047-shell .path-grid>a{display:flex;min-height:9rem;flex-direction:column;gap:.55rem;padding:clamp(1rem,1.5vw,1.3rem);border:1px solid rgba(9,19,21,.16);border-radius:var(--v047-radius-md);background:#fff;color:#0b1b1d;text-decoration:none;box-shadow:0 8px 22px rgba(7,18,20,.045);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.v047-shell .path-grid>a:hover{transform:translateY(-2px);border-color:#2a716c;box-shadow:0 12px 30px rgba(7,18,20,.10)}
.v047-shell .path-grid>a strong{color:#123c3c;font:600 clamp(1.08rem,.98rem + .3vw,1.3rem)/1.2 Georgia,serif}
.v047-shell .path-grid>a span{color:#425552;font-size:.9rem;line-height:1.55}
.v047-shell .role-grid article{grid-column:auto!important}
.v047-shell .role-grid b{display:block;color:var(--v047-warm);font-size:1.03rem}
.v047-shell .role-grid span{display:block;margin-top:.35rem;color:var(--v047-freedom);font:750 .7rem/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.055em;text-transform:uppercase}
.v047-shell .role-grid p{margin:.7rem 0 0;color:#b8c7c3;line-height:1.62}
.v047-shell .non-equivalence-grid,.v047-shell .score-ban-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,10rem),1fr));gap:.7rem;margin:1.5rem 0}
.v047-shell .non-equivalence-grid span,.v047-shell .score-ban-grid span{display:grid;place-items:center;min-height:3.25rem;padding:.72rem;border:1px solid rgba(169,244,227,.22);border-radius:var(--v047-radius-sm);background:rgba(169,244,227,.045);color:#def8f1;text-align:center;font:750 .76rem/1.35 ui-monospace,SFMono-Regular,Menlo,monospace}
.v047-shell .inline-links,.v047-shell .source-actions,.v047-shell .actions{display:flex;flex-wrap:wrap;gap:.65rem}
.v047-shell .inline-links a,.v047-shell .source-actions a{display:inline-flex;align-items:center;min-height:2.75rem;max-width:100%;padding:.58rem .85rem;border:1px solid rgba(169,244,227,.22);border-radius:999px;color:var(--v047-freedom);text-decoration:none;font-weight:750;font-size:.84rem}
.v047-shell .freedom-callout{max-width:72ch;margin:2rem 0;padding:clamp(1rem,1.5vw,1.4rem);border-left:4px solid var(--v047-warm);background:rgba(241,222,176,.075);color:#edf4f2;font-size:1.02rem;line-height:1.65}
.v047-shell .freedom-list{max-width:72ch;display:grid;gap:.72rem;padding-left:1.25rem;color:#d3dddb;line-height:1.65}
.v047-shell .evidence-note{max-width:72ch;margin:2rem 0;padding:1.15rem 1.3rem;border:1px solid var(--v047-line);border-radius:var(--v047-radius-sm);background:#071719;color:#c8d6d3;line-height:1.62}

/* General current page hero */
.v047-shell .freedom-hero{position:relative;overflow:hidden;padding-block:clamp(3.4rem,7vw,6.4rem);background:radial-gradient(circle at 85% 25%,rgba(95,193,214,.17),transparent 35%),linear-gradient(135deg,#041012,#0b2326 65%,#102a2b);border-bottom:1px solid var(--v047-line)}
.v047-shell .freedom-hero-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(17rem,.72fr);gap:clamp(1.5rem,4vw,4.5rem);align-items:center}
.v047-shell .freedom-hero h1{max-width:17ch;margin:.55rem 0 1rem;color:#f7f1e6;font:500 clamp(2.75rem,2.15rem + 3vw,5.7rem)/.95 Georgia,"Times New Roman",serif;letter-spacing:-.052em}
.v047-shell .freedom-hero .lede{max-width:68ch;margin:0;color:#d0dcda;font-size:clamp(1.02rem,.92rem + .38vw,1.35rem);line-height:1.58}
.v047-shell .freedom-manifesto{padding:clamp(1.1rem,1.6vw,1.5rem);border:1px solid var(--v047-warm-line);border-radius:var(--v047-radius-md);background:rgba(3,14,16,.76);box-shadow:var(--v047-shadow)}
.v047-shell .freedom-manifesto strong{display:block;color:var(--v047-warm);font:900 .82rem/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.1em}
.v047-shell .freedom-manifesto p{margin:.75rem 0 0;color:#d5e0de;line-height:1.62}
.v047-shell .doctrine-chip{display:flex;flex-wrap:wrap;gap:.45rem .8rem;align-items:center;margin-top:1.25rem;color:#c8d7d4;font-size:.78rem;text-transform:uppercase;letter-spacing:.065em}
.v047-shell .doctrine-chip span{color:var(--v047-freedom)}
.v047-shell .doctrine-chip strong{color:var(--v047-warm)}
.v047-shell .page-hero,.v047-shell .page-hero-compact{padding-block:clamp(3.2rem,6vw,5.8rem) clamp(2.5rem,4vw,4.1rem);background:linear-gradient(180deg,rgba(20,63,65,.20),rgba(7,18,20,0));border-top:0}
.v047-shell .page-hero h1,.v047-shell .page-hero-compact h1{max-width:18ch;margin:.2em 0;font-size:clamp(2.7rem,2.1rem + 3vw,5.8rem);line-height:.98;letter-spacing:-.045em}
.v047-shell .page-hero p,.v047-shell .page-hero-compact .lede{max-width:72ch;color:#c1ceca;font-size:clamp(1rem,.95rem + .2vw,1.12rem);line-height:1.7}

/* Tables remain usable, but current status uses cards rather than a wide table. */
.v047-shell .table-scroll,.v047-shell .table-wrap,.v047-shell .protocol-table{width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:rgba(3,16,18,.4)}
.v047-shell .table-scroll table,.v047-shell .protocol-table{width:100%;min-width:min(46rem,100%);margin:0;border-collapse:collapse}
.v047-shell .table-scroll caption{padding:1rem;text-align:left;color:var(--v047-warm);font-weight:800}
.v047-shell :where(.table-scroll,.protocol-table) th,.v047-shell :where(.table-scroll,.protocol-table) td{padding:.85rem clamp(.8rem,1.3vw,1.05rem);text-align:left;vertical-align:top;border-bottom:1px solid rgba(255,255,255,.08)}
.v047-shell :where(.table-scroll,.protocol-table) th{background:#102528;color:var(--v047-warm);font-size:.76rem;letter-spacing:.06em;text-transform:uppercase}
.v047-shell :where(.table-scroll,.protocol-table) td{color:#c0ceca}
.v047-shell :where(code,pre,.codebox){max-width:100%;overflow:auto;overscroll-behavior-inline:contain;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}

/* Status: compact first viewport, vector states, and explicit repair map. */
.v047-shell.status-page .freedom-hero{padding-block:clamp(2rem,4.2vw,3.8rem)}
.v047-shell.status-page .freedom-hero-grid{grid-template-columns:minmax(0,1.42fr) minmax(15rem,.58fr);gap:clamp(1.2rem,3vw,3rem)}
.v047-shell.status-page .freedom-hero h1{max-width:18ch;font-size:clamp(2.45rem,2rem + 2.6vw,4.6rem);margin-bottom:.75rem}
.v047-shell.status-page .freedom-hero .lede{font-size:clamp(.98rem,.92rem + .25vw,1.16rem);line-height:1.52}
.v047-shell.status-page .freedom-manifesto{box-shadow:none}
.v047-shell .status-dashboard{padding-block:clamp(1.7rem,3.2vw,3rem);border-bottom:1px solid var(--v047-line);background:linear-gradient(180deg,rgba(10,30,33,.96),rgba(7,20,22,.95))}
.v047-shell .status-vector{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr));gap:.72rem;margin-top:1rem}
.v047-shell .status-vector article{display:flex;flex-direction:column;gap:.45rem;min-height:7rem;padding:1rem;border:1px solid var(--v047-line);border-radius:var(--v047-radius-sm);background:rgba(2,14,16,.72)}
.v047-shell .status-vector h2,.v047-shell .status-vector h3{margin:0;color:#dce8e5;font:700 .78rem/1.25 ui-sans-serif,system-ui,sans-serif;letter-spacing:.045em;text-transform:uppercase}
.v047-shell .status-vector code{display:block;margin-top:auto;color:var(--v047-warm);font-size:.76rem;line-height:1.42}
.v047-shell .status-vector article[data-state="observed"] code{color:var(--v047-freedom)}
.v047-shell .status-vector article[data-state="blocked"]{border-color:rgba(241,222,176,.26)}
.v047-shell .status-vector p{margin:0;color:#aebfbb;font-size:.86rem;line-height:1.45}
.v047-shell .status-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center}
.v047-shell .status-summary h2{margin:.25rem 0;color:#f4eee2;font:500 clamp(1.65rem,1.35rem + 1.25vw,2.7rem)/1.05 Georgia,serif}
.v047-shell .status-summary p{max-width:72ch;margin:.35rem 0 0;color:#bfd0cc;line-height:1.55}
.v047-shell .status-summary .button{white-space:nowrap}
.v047-shell .fix-map{padding-block:var(--v047-section-space);background:radial-gradient(circle at 90% 10%,rgba(169,244,227,.075),transparent 30%),#081719}
.v047-shell .fix-map-header{display:grid;grid-template-columns:minmax(0,.85fr) minmax(20rem,1.15fr);gap:clamp(1.5rem,4vw,4rem);align-items:start;margin-bottom:2rem}
.v047-shell .fix-map-header h2{max-width:17ch;margin:.25rem 0;color:#f5f0e6;font:500 clamp(2rem,1.6rem + 2vw,3.9rem)/1.02 Georgia,serif;letter-spacing:-.038em}
.v047-shell .fix-map-header p{max-width:70ch;margin:0;color:var(--v047-muted);line-height:1.7}
.v047-shell .source-locator{padding:clamp(1rem,1.7vw,1.45rem);border:1px solid var(--v047-warm-line);border-radius:var(--v047-radius-md);background:rgba(241,222,176,.055)}
.v047-shell .source-locator>summary{display:flex;align-items:center;min-block-size:var(--v047-touch-target);padding:.62rem .2rem;cursor:pointer;color:var(--v047-warm);font-weight:800;line-height:1.35}
.v047-shell .source-locator h3{margin:0 0 .55rem;color:var(--v047-warm);font-size:1rem}
.v047-shell .source-locator-note{margin:0 0 .55rem!important;color:#b8c9c5!important;font-size:.9rem;line-height:1.5!important}
.v047-shell .source-locator dl{display:grid;grid-template-columns:minmax(8rem,.36fr) minmax(0,1fr);gap:.5rem 1rem;margin:0}
.v047-shell .source-locator dt{color:#91a7a2;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.045em}
.v047-shell .source-locator dd{margin:0;color:#d6e1df;font-size:.9rem}
.v047-shell .source-locator code{color:var(--v047-freedom)}
.v047-shell .fix-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,28rem),1fr));gap:clamp(.8rem,1.5vw,1.2rem)}
.v047-shell .fix-card{border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:rgba(3,15,17,.76);overflow:hidden}
.v047-shell .fix-card>summary{display:grid;grid-template-columns:minmax(0,1fr) 2rem;grid-template-rows:auto auto;gap:.5rem 1rem;align-items:start;min-height:3.5rem;padding:1rem 1.1rem;cursor:pointer;list-style:none;color:#f1eee7;font-weight:800}
.v047-shell .fix-card>summary>.fix-state{grid-column:1;grid-row:2;justify-self:start}
.v047-shell .fix-card>summary::-webkit-details-marker{display:none}
.v047-shell .fix-card>summary::after{content:"+";grid-column:2;grid-row:1 / span 2;align-self:start;display:grid;place-items:center;width:1.8rem;height:1.8rem;border:1px solid rgba(169,244,227,.28);border-radius:999px;color:var(--v047-freedom);font-size:1.2rem;font-weight:500}
.v047-shell .fix-card[open]>summary::after{content:"−"}
.v047-shell .fix-card[open]>summary{background:rgba(169,244,227,.045);border-bottom:1px solid var(--v047-line)}
.v047-shell .fix-card-body{display:grid;gap:.9rem;padding:1.05rem 1.1rem 1.2rem}
.v047-shell .fix-card-body dl{display:grid;grid-template-columns:minmax(6rem,.28fr) minmax(0,1fr);gap:.5rem .9rem;margin:0}
.v047-shell .fix-card-body dt{color:#91a7a2;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.045em}
.v047-shell .fix-card-body dd{margin:0;color:#cbd8d5;line-height:1.5}
.v047-shell .fix-card-body code{color:var(--v047-freedom);font-size:.84rem}
.v047-shell .fix-state{display:inline-flex;align-items:center;gap:.38rem;width:max-content;max-width:100%;padding:.28rem .55rem;border:1px solid rgba(241,222,176,.3);border-radius:999px;color:var(--v047-warm);font:750 .67rem/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em;white-space:normal;overflow-wrap:anywhere}
.v047-shell .fix-state::before{content:"";flex:0 0 auto;width:.45rem;height:.45rem;border-radius:50%;background:currentColor}
.v047-shell .fix-state.observed{color:var(--v047-freedom);border-color:rgba(169,244,227,.3)}
.v047-shell .fix-command{margin:0;padding:.72rem .8rem;border:1px solid rgba(169,244,227,.13);border-radius:.55rem;background:#061113;color:#cde4df;font-size:.78rem;line-height:1.5;white-space:pre-wrap}
.v047-shell .status-owner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:.85rem;margin-top:1.3rem}
.v047-shell .status-owner-grid article{padding:1rem;border-left:3px solid var(--v047-freedom);background:rgba(169,244,227,.045)}
.v047-shell .status-owner-grid h3{margin:0 0 .4rem;color:#f3eee4;font-size:.96rem}
.v047-shell .status-owner-grid code{color:var(--v047-freedom);font-size:.82rem}
.v047-shell .status-owner-grid p{margin:.45rem 0 0;color:#b8c7c3;font-size:.9rem;line-height:1.55}
.v047-shell .status-history{padding-block:clamp(2.8rem,5vw,5rem);border-top:1px solid var(--v047-line)}
.v047-shell .historical-record-banner{padding:.8rem 0;background:#241f12;border-bottom:1px solid rgba(255,222,132,.42)}
.v047-shell .historical-record-banner strong{color:#ffe6a1}

/* Operator and form boundaries */
.v047-shell .operator-gate-form{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin:1.25rem 0;padding:1rem;border:1px solid rgba(169,244,227,.24);border-radius:var(--v047-radius-sm);background:rgba(9,31,33,.65)}
.v047-shell .operator-gate-form :where(button,input,select){min-height:2.75rem;font:inherit}
.v047-shell .operator-gate-form button{cursor:pointer}
.v047-shell .form-scope-note{font-size:.9rem;color:#bac9c6}
.v047-shell noscript{display:block;padding:1rem;border:2px solid currentColor;margin:1rem 0}

/* Provenance and footer */
.v047-shell .provenance-panel{border-block:1px solid rgba(157,208,216,.18);background:linear-gradient(180deg,rgba(9,31,35,.82),rgba(6,20,23,.94));padding-block:clamp(2.7rem,5vw,4.8rem)}
.v047-shell .provenance-grid{margin-top:1.25rem}
.v047-shell .footer{padding:clamp(3.2rem,6vw,5rem) 0 1.35rem;border-top:1px solid rgba(169,244,227,.12);background:#071214;color:#9fb0ac}
.v047-shell .footer-grid-expanded{display:grid;grid-template-columns:minmax(15rem,1.25fr) repeat(4,minmax(8.5rem,.72fr));gap:clamp(1.3rem,2.8vw,2.5rem)}
.v047-shell .footer-grid p{margin:.7rem 0;line-height:1.68}
.v047-shell .footer-grid a{color:#c7d2cf;text-decoration:none}
.v047-shell .footer-grid a:hover{color:var(--v047-freedom)}
.v047-shell .footer-heading{color:var(--v047-warm);font-size:.76rem;letter-spacing:.085em;text-transform:uppercase}
.v047-shell .footer small{display:block;margin-top:1rem;color:#7f908d;line-height:1.62}
.v047-shell .judgment-free-footer-note{grid-column:1/-1;margin:0!important;padding-top:1.2rem;border-top:1px solid rgba(169,244,227,.17);color:#b8c9c5}
.v047-shell .judgment-free-footer-note strong{color:var(--v047-warm)}
.v047-shell .footer-bottom{margin-top:1.4rem;padding-top:1.15rem;border-top:1px solid rgba(255,255,255,.06)}

/* Fluid transitions rather than layout cliffs. */
@media(max-width:76rem){
  html:not(.navigation-enhanced) .v047-shell .header-wrap.nav{flex-wrap:wrap}
  html:not(.navigation-enhanced) .v047-shell .menu{display:none}
  html:not(.navigation-enhanced) .v047-shell .navlinks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));position:static;flex-basis:100%;max-height:9rem;overflow:auto;padding:.25rem;box-shadow:none}
  .v047-shell .menu{display:grid;margin-left:auto}
  .v047-shell .navlinks{display:none;position:absolute;top:100%;left:0;right:0;max-height:calc(100svh - var(--v047-header-height));overflow:auto;margin:0;padding:1rem var(--v047-gutter) 1.3rem;background:#061719;border-bottom:1px solid rgba(169,244,227,.18);box-shadow:0 24px 60px rgba(0,0,0,.45);flex-direction:column;align-items:stretch;gap:.18rem}
  .v047-shell .navlinks.open{display:flex}
  .v047-shell .navlinks a{justify-content:flex-start;min-height:2.9rem;padding:.72rem .9rem;font-size:.96rem}
  .v047-shell.navigation-open{overflow:hidden}
  .v047-shell .footer-grid-expanded{grid-template-columns:minmax(14rem,1.2fr) repeat(2,minmax(9rem,1fr))}
  .v047-shell .footer-grid-expanded>div:nth-child(n+4){grid-column:auto}
}
@media(max-width:62rem){
  .v047-shell .home-hero .hero-copy{max-width:44rem}
  .v047-shell .home-hero::before{background:linear-gradient(90deg,rgba(2,8,10,.98) 0%,rgba(2,8,10,.9) 60%,rgba(2,8,10,.42) 100%),linear-gradient(0deg,rgba(5,15,17,.82),transparent 55%)}
  .v047-shell .runtime-strip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .v047-shell .runtime-strip-intro{grid-column:1/-1;padding-left:0}
  .v047-shell .runtime-fact:nth-child(even){border-left:0}
  .v047-shell .surface-intro,.v047-shell .freedom-hero-grid,.v047-shell.status-page .freedom-hero-grid,.v047-shell .fix-map-header{grid-template-columns:1fr}
  .v047-shell .freedom-manifesto{max-width:48rem}
  .v047-shell.status-page .freedom-manifesto{display:none}
  .v047-shell .status-summary{grid-template-columns:1fr}
  .v047-shell .status-summary .button{order:-1;width:max-content}
}
@media(max-width:46rem){
  :root{--v047-gutter:clamp(.875rem,4vw,1.3rem);--v047-section-space:clamp(3rem,11vw,4.8rem);--v047-card-min:15rem}
  .v047-shell .freedom-bar-inner{align-items:flex-start;gap:.55rem;padding-block:.58rem}
  .v047-shell .freedom-lockup{display:grid;gap:.08rem}
  .v047-shell .freedom-bar-link{align-self:center;font-size:.76rem}
  .v047-shell .home-hero{min-height:auto}
  .v047-shell .home-hero-content{min-height:clamp(35rem,82svh,43rem);align-items:end;padding-block:3rem}
  .v047-shell .home-hero .hero-copy{max-width:100%}
  .v047-shell .home-hero h1{font-size:clamp(2.7rem,12vw,4.25rem);max-width:12ch}
  .v047-shell .home-hero .lede{font-size:clamp(.96rem,3.8vw,1.08rem);line-height:1.55}
  .v047-shell .home-hero::before{background:linear-gradient(90deg,rgba(2,8,10,.98),rgba(2,8,10,.79)),linear-gradient(0deg,rgba(5,15,17,.92) 0%,rgba(5,15,17,.38) 70%,rgba(5,15,17,.5) 100%)}
  .v047-shell .hero-principle{grid-template-columns:auto 1fr;gap:.25rem .6rem}
  .v047-shell .hero-principle .principle-copy{grid-column:1/-1}
  .v047-shell .home-hero .actions .button{flex:1 1 13rem}
  .v047-shell .runtime-strip-grid{grid-template-columns:1fr 1fr}
  .v047-shell .runtime-strip-intro{grid-column:1/-1}
  .v047-shell .runtime-fact{padding:.8rem .7rem}
  .v047-shell .surface-intro h2,.v047-shell .freedom-reading>h2,.v047-shell .research-reader>h2{font-size:clamp(2rem,9vw,3rem)}
  .v047-shell .freedom-hero{padding-block:3rem}
  .v047-shell .freedom-hero h1{font-size:clamp(2.55rem,12vw,4rem)}
  .v047-shell.status-page .freedom-hero{padding-block:2.3rem}
  .v047-shell .status-summary .button{width:100%}
  .v047-shell .status-vector{grid-template-columns:1fr 1fr}
  .v047-shell .status-vector article{min-height:6.4rem;padding:.85rem}
  .v047-shell .source-locator dl,.v047-shell .fix-card-body dl{grid-template-columns:1fr;gap:.15rem}
  .v047-shell .source-locator dd,.v047-shell .fix-card-body dd{margin-bottom:.55rem}
  .v047-shell .fix-grid{grid-template-columns:1fr}
  .v047-shell .footer-grid-expanded{grid-template-columns:1fr 1fr}
  .v047-shell .footer-grid-expanded>div:first-child{grid-column:1/-1}
}
@media(max-width:30rem){
  .v047-shell .freedom-lockup span{display:none}
  .v047-shell .home-hero-content{min-height:38rem}
  .v047-shell .home-hero h1{font-size:clamp(2.55rem,13vw,3.75rem)}
  .v047-shell .home-hero .actions .button{width:100%;flex-basis:100%}
  .v047-shell .runtime-strip-grid,.v047-shell .status-vector{grid-template-columns:1fr}
  .v047-shell .runtime-fact{border-left:0;border-top:1px solid rgba(169,244,227,.10)}
  .v047-shell .status-vector article{min-height:0}
  .v047-shell .footer-grid-expanded{grid-template-columns:1fr}
  .v047-shell .footer-grid-expanded>div:first-child{grid-column:auto}
}

@supports(container-type:inline-size){
  @container (max-width:38rem){
    .v047-shell .freedom-card-grid,.v047-shell .card-grid{grid-template-columns:1fr}
  }
}
@media(prefers-reduced-motion:reduce){
  .v047-shell *,.v047-shell *::before,.v047-shell *::after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}
  .v047-shell .skip-link{transition:none}
}
@media(forced-colors:active){
  .v047-shell :where(.site-header,.freedom-bar,.freedom-hero,.protocol-card,.freedom-card-grid article,.provenance-grid article,.fix-card,.source-locator,.status-vector article){forced-color-adjust:auto;border:1px solid CanvasText;background:Canvas;color:CanvasText}
  .v047-shell :where(a,.button){color:LinkText;text-decoration:underline}
  .v047-shell :where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid Highlight}
}
@media print{
  .v047-shell :where(.site-header,.freedom-bar,.menu,script,form[data-private-inquiry],.private-control){display:none!important}
  .v047-shell,.v047-shell :where(main,section,article,.fix-card,.source-locator){background:#fff!important;color:#000!important;box-shadow:none!important}
  .v047-shell a{color:#000!important;text-decoration:underline}
  .v047-shell a[href^="http"]::after{content:" (" attr(href) ")";overflow-wrap:anywhere}
  .v047-shell .fix-card{break-inside:avoid}
  .v047-shell .fix-card:not([open])>.fix-card-body{display:grid!important}
  .v047-shell .table-scroll{overflow:visible!important;border:1px solid #000}
  .v047-shell table{min-width:0!important;width:100%!important}
}

/* v0.46 content-aware component primitives.
   Components adapt to their available inline size; viewport queries remain only
   for shell-level navigation and broad interaction changes. */
:root{
  --v047-measure-reading:76ch;
  --v047-measure-operational:104ch;
  --v047-measure-wide:var(--v047-measure-wide-data);
  --v047-track-compact:minmax(min(100%,14rem),1fr);
  --v047-track-card:minmax(min(100%,18rem),1fr);
  --v047-track-operational:minmax(min(100%,24rem),1fr);
  --v047-space-fluid:clamp(.8rem,.58rem + .72cqi,1.4rem);
}
.v047-shell .measure-reading{width:min(100%,var(--v047-measure-reading));margin-inline:auto}
.v047-shell .measure-operational{width:min(100%,var(--v047-measure-operational));margin-inline:auto}
.v047-shell .measure-wide{width:min(calc(100% - (2 * var(--v047-gutter))),var(--v047-measure-wide));margin-inline:auto}
.v047-shell .liquid-component{container:liquid-component/inline-size;min-width:0}
.v047-shell .component-grid{display:grid;grid-template-columns:repeat(auto-fit,var(--v047-track-card));gap:var(--v047-space-fluid);align-items:stretch}
.v047-shell .component-grid[data-density="compact"]{grid-template-columns:repeat(auto-fit,var(--v047-track-compact))}
.v047-shell .component-grid[data-density="operational"]{grid-template-columns:repeat(auto-fit,var(--v047-track-operational))}
.v047-shell .liquid-cluster{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(.55rem,1cqi,1rem)}
.v047-shell .liquid-cluster[data-justify="between"]{justify-content:space-between}
.v047-shell .liquid-switcher{display:flex;flex-wrap:wrap;gap:var(--v047-space-fluid)}
.v047-shell .liquid-switcher>*{flex-grow:1;flex-basis:calc((42rem - 100%)*999)}
.v047-shell .liquid-sidebar{display:flex;flex-wrap:wrap;gap:var(--v047-space-fluid);align-items:flex-start}
.v047-shell .liquid-sidebar>[data-sidebar]{flex:1 1 18rem}
.v047-shell .liquid-sidebar>[data-main]{flex:999 1 34rem;min-inline-size:55%}
.v047-shell .liquid-frame{position:relative;overflow:hidden;aspect-ratio:var(--frame-ratio,16/9);border-radius:var(--v047-radius-md);background:#041012}
.v047-shell .liquid-frame>:where(img,video,svg){width:100%;height:100%;object-fit:var(--frame-fit,cover);object-position:var(--frame-position,center)}
.v047-shell .liquid-data{max-width:100%;overflow:auto;overscroll-behavior-inline:contain;scrollbar-gutter:stable;outline-offset:-2px}
.v047-shell .liquid-data:focus-visible{outline:var(--v047-focus)}
.v047-shell .identifier{display:inline-block;max-width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere;word-break:break-word}
.v047-shell .evidence-state{container:evidence-state/inline-size;display:grid;gap:.75rem;padding:clamp(.9rem,1rem + .5cqi,1.35rem);border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:rgba(12,38,40,.72)}
.v047-shell .evidence-state[data-state="empty"]{border-style:dashed;color:var(--v047-muted)}
.v047-shell .evidence-state[data-state="partial"]{border-color:var(--v047-warm-line)}
.v047-shell .evidence-state[data-state="error"]{border-left:4px solid var(--v047-warm)}
.v047-shell .status-task-grid{container:status-task-grid/inline-size;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,21rem),1fr));gap:clamp(.8rem,1.1cqi,1.15rem)}
.v047-shell .status-task-grid .fix-card{height:max-content}
.v047-shell .source-locator-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,23rem),1fr));gap:.7rem 1.25rem}
.v047-shell .source-locator-grid dl{margin:0}
.v047-shell .source-locator-grid dt{margin-top:.65rem;color:var(--v047-dim);font-size:.72rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}
.v047-shell .source-locator-grid dd{margin:.2rem 0 0}
.v047-shell .parity-strip{container:parity-strip/inline-size;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr));gap:1px;margin-top:1rem;background:var(--v047-line);border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);overflow:hidden}
.v047-shell .parity-strip>article{padding:.9rem;background:#0a1b1e}
.v047-shell .parity-strip h3{margin:0 0 .35rem;color:var(--v047-dim);font:800 .68rem/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em;text-transform:uppercase}
.v047-shell .parity-strip code{color:var(--v047-freedom);font-size:.78rem}
.v047-shell .component-specimen{container:component-specimen/inline-size;padding:clamp(1rem,2cqi,1.55rem);border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:linear-gradient(155deg,rgba(15,48,50,.76),rgba(6,21,23,.92))}
.v047-shell .component-specimen h3{margin-top:0}
.v047-shell .component-specimen .specimen-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,9rem),1fr));gap:.5rem;margin-top:1rem;color:var(--v047-muted);font-size:.8rem}
.v047-shell .component-specimen .specimen-meta code{color:var(--v047-freedom)}
@container liquid-component (max-width:31rem){
  .v047-shell .liquid-cluster[data-justify="between"]{align-items:stretch;flex-direction:column}
  .v047-shell .liquid-cluster .button{width:100%}
  .v047-shell .component-specimen{border-radius:var(--v047-radius-sm)}
}
@container evidence-state (min-width:31rem){
  .v047-shell .evidence-state{grid-template-columns:minmax(8rem,.32fr) minmax(0,1fr);align-items:start}
  .v047-shell .evidence-state>*{margin-block:0}
}
@container status-task-grid (min-width:68rem){
  .v047-shell .status-task-grid .fix-card[data-priority="high"]{grid-column:span 2}
}
@media(min-width:120rem){
  :root{--v047-gutter:clamp(2.5rem,4vw,6rem);--v047-content-max:104rem}
  .v047-shell .home-hero .hero-copy{width:min(100%,52rem)}
}
@media(max-height:34rem) and (orientation:landscape){
  .v047-shell .home-hero-content{min-height:auto;padding-block:2rem}
  .v047-shell .home-hero h1{font-size:clamp(2.25rem,7vw,3.7rem)}
  .v047-shell .freedom-bar-inner{min-height:2.45rem}
}
@media print{
  .v047-shell .component-grid,.v047-shell .status-task-grid{display:block}
  .v047-shell .component-grid>* ,.v047-shell .status-task-grid>*{margin-bottom:1rem;break-inside:avoid}
  .v047-shell .liquid-data{overflow:visible}
}


/* Intrinsic, content-aware utility: sized by content but bounded by its container. */
.liquid-intrinsic{inline-size:fit-content;max-inline-size:100%;}


/* v0.46 compact task-first status masthead */
.status-masthead{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(4,31,31,.98),rgba(8,58,52,.94));border-block-end:1px solid var(--v047-line);padding-block:clamp(1.15rem,3vw,2.4rem)}
.status-masthead::after{content:"";position:absolute;inset:auto -12% -65% 35%;block-size:28rem;background:radial-gradient(circle,rgba(66,183,154,.13),transparent 64%);pointer-events:none}
.status-masthead-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.45fr) minmax(min(100%,20rem),.7fr);gap:clamp(.75rem,2.2vw,2rem);align-items:center}
.status-masthead-copy{max-inline-size:var(--v047-measure-operational)}
.status-first-viewport-link{display:inline-flex;align-items:center;gap:.45rem;min-block-size:var(--v047-touch-target);margin-block:.35rem .2rem;padding:.48rem .72rem;border:1px solid var(--v047-warm-line);border-radius:999px;color:var(--v047-warm);background:rgba(2,18,18,.42);font-size:.78rem;font-weight:800;letter-spacing:.025em;text-decoration:none}
.status-first-viewport-link:hover{border-color:var(--v047-warm);background:rgba(241,222,176,.08)}
.status-masthead h1{max-inline-size:19ch;margin:.25rem 0 .5rem;font-size:clamp(2rem,3.6vw,3.8rem);line-height:.98;letter-spacing:-.035em}
.status-masthead .lede{max-inline-size:64ch;margin-block:.35rem .7rem}
.status-first-task{container-type:inline-size;padding:clamp(.8rem,1.8vw,1.2rem);border:1px solid rgba(196,163,95,.42);border-radius:var(--v047-radius-lg);background:rgba(2,18,18,.72);box-shadow:0 1rem 3rem rgba(0,0,0,.18)}
.status-first-task h2{font-size:clamp(1.35rem,2.4vw,2rem);margin:.1rem 0 .3rem}
.status-first-task p{margin:0 0 .55rem}
.status-first-task .button{inline-size:100%;min-block-size:var(--v047-touch-target);justify-content:center;text-align:center}
@media(max-width:47.99rem){
  .status-masthead-grid{grid-template-columns:minmax(0,1fr)}
  .status-masthead{padding-block:.8rem 1rem}
  .status-masthead h1{font-size:clamp(2rem,6.5vw,2.55rem);max-inline-size:18ch;line-height:1}
  .status-masthead .lede{font-size:clamp(.98rem,4vw,1.1rem);margin-block:.25rem .5rem}
  .status-masthead .doctrine-chip{margin-block:.35rem .1rem}
  .status-first-task{padding:.75rem .85rem}
}
@media(max-height:760px) and (min-width:48rem){
  .status-masthead{padding-block:1.2rem}
  .status-masthead h1{font-size:clamp(2.1rem,4vw,3.7rem)}
}

/* Content-thresholded parity vector: complete rows at each available inline size. */
.status-vector-section>.wrap{container:status-vector/inline-size}
.v047-shell .parity-strip{grid-template-columns:minmax(0,1fr)}
@container status-vector (min-width:20rem){.v047-shell .parity-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}
@container status-vector (min-width:40rem){.v047-shell .parity-strip{grid-template-columns:repeat(4,minmax(0,1fr))}}
@container status-vector (min-width:76rem){.v047-shell .parity-strip{grid-template-columns:repeat(8,minmax(0,1fr))}}


/* v0.46 coordination ecosystem deep dive. The established visual identity is
   preserved; this layer improves hierarchy, role legibility, intrinsic layout,
   and source-bound navigation on /coordination/. */
.v047-shell.coordination-page main{background:var(--v047-ink-soft)}
.v047-shell .coordination-hero{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(3.4rem,7vw,7rem);border-top:0;border-bottom:1px solid var(--v047-line);background:linear-gradient(125deg,rgba(15,56,58,.34),rgba(6,17,19,.18) 54%,rgba(241,222,176,.035)),var(--v047-ink-soft)}
.v047-shell .coordination-hero::before{content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(169,244,227,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(169,244,227,.028) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.72) 72%,transparent)}
.v047-shell .coordination-hero::after{content:"";position:absolute;width:36rem;height:36rem;right:-12rem;top:-17rem;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(169,244,227,.13),rgba(169,244,227,.025) 42%,transparent 70%)}
.v047-shell .coordination-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(min(100%,22rem),.92fr);gap:clamp(2.2rem,5vw,6.5rem);align-items:center}
.v047-shell .coordination-hero-copy{max-width:58rem}
.v047-shell .coordination-role-line{display:flex;flex-wrap:wrap;align-items:center;gap:.42rem .62rem;margin:.75rem 0 1rem;color:#9fb1ad;font:800 .68rem/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.055em;text-transform:uppercase}
.v047-shell .coordination-role-line a{display:inline-flex;align-items:center;min-height:2.75rem;color:#d9e4e1;text-decoration:none}
.v047-shell .coordination-role-line a[href*=patefacere]{color:var(--v047-warm)}
.v047-shell .coordination-role-line span{color:var(--v047-freedom);font:500 1.05rem/1 Georgia,serif}
.v047-shell .coordination-hero .eyebrow{margin:0 0 .8rem;color:var(--v047-warm);font:850 clamp(.68rem,.63rem + .13vw,.8rem)/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.17em;text-transform:uppercase}
.v047-shell .coordination-hero h1{max-width:12.5ch;margin:0;color:#f5f1e8;font:500 clamp(3rem,2.35rem + 3.1vw,6.25rem)/.95 Georgia,"Times New Roman",serif;letter-spacing:-.052em;text-wrap:balance}
.v047-shell .coordination-hero .lede{max-width:69ch;margin:1.35rem 0 0;color:#c8d4d1;font-size:clamp(1rem,.93rem + .3vw,1.23rem);line-height:1.65}
.v047-shell .coordination-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.4rem}
.v047-shell .coordination-status-row{display:flex;flex-wrap:wrap;gap:.45rem;margin:1.25rem 0 0;padding:0;list-style:none}
.v047-shell .coordination-status-row li{display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .62rem;border:1px solid rgba(169,244,227,.18);border-radius:999px;color:#aebfbb;background:rgba(2,12,14,.25);font:750 .65rem/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.055em;text-transform:uppercase}
.v047-shell .coordination-status-row li:first-child{color:var(--v047-freedom);border-color:rgba(169,244,227,.35)}
.v047-shell .coordination-constellation{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;isolation:isolate;container-type:inline-size}
.v047-shell .coordination-constellation::before,.v047-shell .coordination-constellation::after{content:"";position:absolute;z-index:-1;background:linear-gradient(90deg,transparent,rgba(169,244,227,.36),transparent)}
.v047-shell .coordination-constellation::before{inset:50% 8% auto;height:1px}
.v047-shell .coordination-constellation::after{top:8%;bottom:8%;left:50%;width:1px;background:linear-gradient(180deg,transparent,rgba(169,244,227,.36),transparent)}
.v047-shell .coordination-orbit-mark{position:absolute;inset:50% auto auto 50%;z-index:3;display:grid;place-items:center;width:3.15rem;height:3.15rem;transform:translate(-50%,-50%);border:1px solid rgba(241,222,176,.42);border-radius:50%;background:#0a1a1c;color:var(--v047-warm);font:500 1.35rem/1 Georgia,serif;box-shadow:0 0 0 .55rem rgba(8,27,29,.72),0 12px 28px rgba(0,0,0,.32)}
.v047-shell .coordination-node{position:relative;z-index:1;display:flex;min-height:10rem;flex-direction:column;padding:1.05rem 1.05rem 1rem;border:1px solid rgba(169,244,227,.18);border-radius:var(--v047-radius-md);background:linear-gradient(145deg,rgba(16,44,47,.94),rgba(5,18,20,.96));box-shadow:0 16px 36px rgba(0,0,0,.2);text-decoration:none;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}
.v047-shell .coordination-node:hover{transform:translateY(-2px);border-color:rgba(169,244,227,.44);background:linear-gradient(145deg,rgba(20,53,56,.96),rgba(7,23,25,.98))}
.v047-shell .coordination-node .node-index{color:var(--v047-dim);font:800 .62rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.12em}
.v047-shell .coordination-node strong{display:block;margin:.65rem 0 .35rem;color:#f4efe5;font:500 clamp(1.3rem,1.1rem + .7vw,1.8rem)/1.05 Georgia,serif}
.v047-shell .coordination-node span{color:#b8c7c3;font-size:.85rem;line-height:1.48}
.v047-shell .coordination-node small{display:block;margin-top:auto;padding-top:.65rem;color:var(--v047-freedom);font-size:.72rem;font-weight:800}
.v047-shell .coordination-node.patefacere{border-color:rgba(241,222,176,.32);background:linear-gradient(145deg,rgba(49,45,29,.62),rgba(7,23,25,.98))}
.v047-shell .coordination-node.patefacere small{color:var(--v047-warm)}
.v047-shell .coordination-local-nav{border-bottom:1px solid var(--v047-line);background:#081719}
.v047-shell .coordination-local-nav .wrap{display:flex;gap:.3rem;overflow-x:auto;padding-block:.62rem;scrollbar-width:thin}
.v047-shell .coordination-local-nav a{display:inline-flex;align-items:center;min-height:2.75rem;flex:0 0 auto;padding:.55rem .78rem;border:1px solid transparent;border-radius:.55rem;color:#b9c8c4;text-decoration:none;font-size:.8rem;font-weight:760}
.v047-shell .coordination-local-nav a:hover{color:var(--v047-freedom);border-color:rgba(169,244,227,.18);background:rgba(169,244,227,.045)}
.v047-shell .coordination-section{padding-block:clamp(3.6rem,6.5vw,6.7rem);border-top:1px solid rgba(255,255,255,.055)}
.v047-shell .coordination-section.alt{background:linear-gradient(180deg,rgba(169,244,227,.025),transparent)}
.v047-shell .coordination-intro{display:grid;grid-template-columns:minmax(12rem,.55fr) minmax(0,1.45fr);gap:clamp(1.4rem,4vw,4.5rem);align-items:start;margin-bottom:clamp(1.8rem,3vw,3rem)}
.v047-shell .coordination-intro h2{max-width:15ch;margin:0;color:#f1ede5;font:500 clamp(2.15rem,1.8rem + 1.8vw,4rem)/1.02 Georgia,serif;letter-spacing:-.035em}
.v047-shell .coordination-intro p{max-width:70ch;margin:.15rem 0 0;color:#bdcbc7;font-size:1rem;line-height:1.72}
.v047-shell .coordination-role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,16.5rem),1fr));gap:1rem}
.v047-shell .coordination-role-card{display:flex;min-height:24rem;flex-direction:column;padding:clamp(1.15rem,1.8vw,1.55rem);border:1px solid var(--v047-line);border-top:3px solid rgba(169,244,227,.55);border-radius:var(--v047-radius-md);background:linear-gradient(155deg,rgba(255,255,255,.035),rgba(169,244,227,.012))}
.v047-shell .coordination-role-card[data-role="patefacere"]{border-top-color:var(--v047-warm)}
.v047-shell .coordination-role-card h3{margin:.8rem 0 .45rem;color:#f2eee6;font:500 1.65rem/1.08 Georgia,serif}
.v047-shell .coordination-role-card .role-function{margin:0;color:var(--v047-freedom);font:800 .7rem/1.45 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.075em;text-transform:uppercase}
.v047-shell .coordination-role-card p{color:#b7c6c2;line-height:1.63}
.v047-shell .coordination-role-card dl{display:grid;gap:.55rem;margin:auto 0 0;padding-top:1rem;border-top:1px solid rgba(169,244,227,.12)}
.v047-shell .coordination-role-card dt{color:#829792;font:800 .65rem/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.07em;text-transform:uppercase}
.v047-shell .coordination-role-card dd{margin:0;color:#cbd7d4;font-size:.86rem;line-height:1.5}
.v047-shell .coordination-role-card a{display:inline-flex;align-items:center;min-height:2.75rem;margin-top:1rem;color:var(--v047-warm);font-weight:800;text-decoration:none}
.v047-shell .coordination-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;counter-reset:flow}
.v047-shell .coordination-flow article{position:relative;min-height:13.5rem;padding:1rem;border:1px solid var(--v047-line);border-radius:var(--v047-radius-sm);background:#0a1b1d}
.v047-shell .coordination-flow article:not(:last-child)::after{content:"↔";position:absolute;top:50%;right:-.76rem;z-index:2;display:grid;place-items:center;width:1.5rem;height:1.5rem;transform:translateY(-50%);border-radius:50%;background:#091719;color:var(--v047-warm);font-family:Georgia,serif}
.v047-shell .coordination-flow .flow-index{color:var(--v047-freedom);font:850 .67rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.11em}
.v047-shell .coordination-flow h3{margin:.8rem 0 .45rem;color:#f1ece3;font-size:1rem}
.v047-shell .coordination-flow p{margin:0;color:#aebdb9;font-size:.86rem;line-height:1.55}
.v047-shell .not-command-chain{margin:1rem 0 0;padding:1rem 1.1rem;border-left:3px solid var(--v047-warm);background:rgba(241,222,176,.045);color:#c9d4d1;line-height:1.6}
.v047-shell .coordination-boundary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));gap:1rem}
.v047-shell .coordination-boundary-card{padding:1.25rem;border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:rgba(255,255,255,.022)}
.v047-shell .coordination-boundary-card h3{margin:0 0 .8rem;color:#f1ece3;font:500 1.45rem/1.15 Georgia,serif}
.v047-shell .coordination-boundary-card dl{display:grid;grid-template-columns:5rem minmax(0,1fr);gap:.65rem .8rem;margin:0}
.v047-shell .coordination-boundary-card dt{color:var(--v047-freedom);font:800 .65rem/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em;text-transform:uppercase}
.v047-shell .coordination-boundary-card dd{margin:0;color:#b8c7c3;line-height:1.55}
.v047-shell .coordination-source-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:1rem}
.v047-shell .coordination-source-card{display:flex;min-height:20rem;flex-direction:column;padding:1.25rem;border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:linear-gradient(145deg,rgba(12,38,40,.68),rgba(7,20,22,.86))}
.v047-shell .coordination-source-card .source-class{width:max-content;max-width:100%;padding:.3rem .55rem;border:1px solid rgba(169,244,227,.23);border-radius:999px;color:var(--v047-freedom);font:750 .62rem/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.055em;text-transform:uppercase}
.v047-shell .coordination-source-card h3{margin:.9rem 0 .5rem;color:#f1ede5;font:500 1.45rem/1.12 Georgia,serif}
.v047-shell .coordination-source-card p{color:#b2c1bd;line-height:1.6}
.v047-shell .coordination-source-card a{display:inline-flex;align-items:center;min-height:2.75rem;margin-top:auto;color:var(--v047-warm);font-weight:800;text-decoration:none}
.v047-shell .coordination-paths{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));gap:.75rem}
.v047-shell .coordination-paths a{display:flex;min-height:8.5rem;flex-direction:column;padding:1rem;border:1px solid var(--v047-line);border-radius:var(--v047-radius-sm);background:rgba(255,255,255,.02);text-decoration:none}
.v047-shell .coordination-paths strong{color:#f1ece3;font:500 1.15rem/1.2 Georgia,serif}
.v047-shell .coordination-paths span{margin-top:.45rem;color:#aebdb9;font-size:.85rem;line-height:1.5}
.v047-shell .coordination-paths small{margin-top:auto;padding-top:.65rem;color:var(--v047-freedom);font-size:.7rem;font-weight:800}
.v047-shell .coordination-history{border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:rgba(255,255,255,.018)}
.v047-shell .coordination-history>summary{display:flex;min-height:3.5rem;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;color:#ece8df;cursor:pointer;font-weight:800;list-style:none}
.v047-shell .coordination-history>summary::-webkit-details-marker{display:none}
.v047-shell .coordination-history>summary::after{content:"+";display:grid;place-items:center;width:2rem;height:2rem;flex:0 0 auto;border:1px solid var(--v047-line);border-radius:50%;color:var(--v047-freedom)}
.v047-shell .coordination-history[open]>summary::after{content:"−"}
.v047-shell .coordination-history-body{padding:0 1.15rem 1.2rem}
.v047-shell .patefacere-callout{display:grid;grid-template-columns:minmax(0,1.35fr) auto;gap:1.3rem;align-items:center;padding:clamp(1.25rem,2.4vw,2rem);border:1px solid rgba(241,222,176,.31);border-radius:var(--v047-radius-lg);background:linear-gradient(125deg,rgba(241,222,176,.075),rgba(169,244,227,.035))}
.v047-shell .patefacere-callout h2{margin:0;color:#f1ece3;font:500 clamp(1.8rem,1.45rem + 1.4vw,3rem)/1.05 Georgia,serif}
.v047-shell .patefacere-callout p{max-width:70ch;margin:.65rem 0 0;color:#c0ccc9;line-height:1.62}
.v047-shell .patefacere-callout .button{white-space:nowrap}
@media(max-width:70rem){
  .v047-shell .coordination-hero-grid{grid-template-columns:1fr}.v047-shell .coordination-hero-copy{max-width:52rem}.v047-shell .coordination-constellation{max-width:50rem}
  .v047-shell .coordination-flow{grid-template-columns:repeat(3,minmax(0,1fr))}.v047-shell .coordination-flow article:not(:last-child)::after{display:none}
}
@media(max-width:52rem){
  .v047-shell .coordination-intro{grid-template-columns:1fr;gap:.8rem}.v047-shell .coordination-intro h2{max-width:18ch}
  .v047-shell .coordination-flow{grid-template-columns:repeat(2,minmax(0,1fr))}.v047-shell .patefacere-callout{grid-template-columns:1fr}.v047-shell .patefacere-callout .button{width:max-content;max-width:100%}
}
@media(max-width:34rem){
  .v047-shell .coordination-hero{padding-block:3rem}.v047-shell .coordination-hero h1{font-size:clamp(2.75rem,13vw,4.15rem)}
  .v047-shell .coordination-constellation{grid-template-columns:1fr}.v047-shell .coordination-constellation::before,.v047-shell .coordination-constellation::after,.v047-shell .coordination-orbit-mark{display:none}
  .v047-shell .coordination-node{min-height:0}.v047-shell .coordination-node:not(:last-child)::after{content:"↕";position:absolute;bottom:-1rem;left:50%;z-index:4;transform:translateX(-50%);display:grid;place-items:center;width:1.7rem;height:1.7rem;border-radius:50%;background:#091719;color:var(--v047-warm)}
  .v047-shell .coordination-actions .button{width:100%}.v047-shell .coordination-status-row{display:grid;grid-template-columns:1fr}.v047-shell .coordination-status-row li{justify-content:center;text-align:center}
  .v047-shell .coordination-flow{grid-template-columns:1fr}.v047-shell .coordination-boundary-card dl{grid-template-columns:1fr;gap:.2rem}.v047-shell .coordination-boundary-card dd{margin-bottom:.6rem}
}
@media print{
  .v047-shell .coordination-local-nav{display:none!important}.v047-shell .coordination-history:not([open])>.coordination-history-body{display:block}.v047-shell .coordination-constellation::before,.v047-shell .coordination-constellation::after,.v047-shell .coordination-orbit-mark{display:none}
}


/* v0.46 reciprocal handoff, package handshake, reversible transaction, and
   evidence-aging grammar. This extends the existing orbital visual identity. */
.v047-shell .answer-first-hero{position:relative;overflow:hidden;padding-block:clamp(3.4rem,7vw,7rem);border-bottom:1px solid var(--v047-line);background:linear-gradient(125deg,rgba(15,56,58,.34),rgba(6,17,19,.24) 58%,rgba(241,222,176,.045)),var(--v047-ink-soft)}
.v047-shell .answer-first-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(169,244,227,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(169,244,227,.028) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.72),transparent);pointer-events:none}
.v047-shell .answer-first-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(min(100%,22rem),.92fr);gap:clamp(2rem,5vw,6rem);align-items:center}
.v047-shell .answer-first-copy{max-width:64rem}
.v047-shell .answer-first-copy h1{max-width:14ch;margin:.5rem 0 0;color:#f5f1e8;font:500 clamp(2.8rem,2.15rem + 3vw,5.9rem)/.97 Georgia,"Times New Roman",serif;letter-spacing:-.048em;text-wrap:balance}
.v047-shell .answer-first-copy .lede{max-width:68ch;color:#c7d3d0;font-size:clamp(1rem,.94rem + .26vw,1.22rem);line-height:1.68}
.v047-shell .answer-first-aside{padding:clamp(1.1rem,2vw,1.55rem);border:1px solid rgba(169,244,227,.22);border-radius:var(--v047-radius-md);background:linear-gradient(145deg,rgba(18,50,52,.88),rgba(6,21,23,.94));box-shadow:0 24px 54px rgba(0,0,0,.24)}
.v047-shell .answer-first-aside h2{margin:.35rem 0 .7rem;color:#f0ece4;font:500 clamp(1.6rem,1.3rem + 1vw,2.4rem)/1.05 Georgia,serif}
.v047-shell .answer-first-aside p{color:#bac9c5;line-height:1.62}
.v047-shell .state-vector{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,10rem),1fr));gap:.65rem;margin-top:1rem}
.v047-shell .state-vector article{min-width:0;padding:.8rem;border:1px solid rgba(169,244,227,.15);border-radius:.75rem;background:rgba(2,12,14,.28)}
.v047-shell .state-vector h3{margin:0 0 .4rem;color:#849994;font:800 .62rem/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em;text-transform:uppercase}
.v047-shell .state-vector code{display:block;color:var(--v047-freedom);font-size:.72rem;overflow-wrap:anywhere;word-break:normal}
.v047-shell .handoff-sequence{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));gap:1rem;container-type:inline-size}
.v047-shell .handoff-card{position:relative;display:flex;min-width:0;min-height:19rem;flex-direction:column;padding:1.15rem;border:1px solid var(--v047-line);border-top:3px solid var(--v047-freedom);border-radius:var(--v047-radius-md);background:linear-gradient(155deg,rgba(255,255,255,.035),rgba(169,244,227,.012))}
.v047-shell .handoff-card[data-receiver="PATEFACERE"]{border-top-color:var(--v047-warm)}
.v047-shell .handoff-card .handoff-route{display:flex;align-items:center;gap:.45rem;color:#dbe5e2;font:800 .7rem/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.05em;text-transform:uppercase}
.v047-shell .handoff-card .handoff-route span{color:var(--v047-warm);font:500 1.05rem/1 Georgia,serif}
.v047-shell .handoff-card h3{margin:.75rem 0 .45rem;color:#f2eee6;font:500 1.55rem/1.08 Georgia,serif}
.v047-shell .handoff-card p{color:#b8c7c3;line-height:1.62}
.v047-shell .handoff-card dl{display:grid;grid-template-columns:minmax(7rem,.42fr) minmax(0,1fr);gap:.5rem .8rem;margin:auto 0 0;padding-top:1rem;border-top:1px solid rgba(169,244,227,.12)}
.v047-shell .handoff-card dt{color:#849994;font:800 .62rem/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.07em;text-transform:uppercase}
.v047-shell .handoff-card dd{min-width:0;margin:0;color:#cad6d3;font-size:.84rem;line-height:1.5;overflow-wrap:anywhere}
.v047-shell .boundary-matrix{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));gap:1rem}
.v047-shell .boundary-matrix article{padding:1.15rem;border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:#091a1c}
.v047-shell .boundary-matrix h3{margin:0 0 .65rem;color:#f1ede5;font:500 1.35rem/1.1 Georgia,serif}
.v047-shell .boundary-matrix ul{margin:0;padding-left:1.15rem;color:#b9c8c4;line-height:1.65}
.v047-shell .evidence-age-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,19rem),1fr));gap:1rem;container-type:inline-size}
.v047-shell .evidence-age-card{min-width:0;border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:linear-gradient(160deg,rgba(16,44,47,.84),rgba(5,18,20,.94));overflow:hidden}
.v047-shell .evidence-age-card summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;min-height:3.25rem;padding:1rem 1.1rem;color:#f0ece4;cursor:pointer;font-weight:800}
.v047-shell .evidence-age-card summary::-webkit-details-marker{display:none}
.v047-shell .age-state{display:inline-flex;align-items:center;min-height:2rem;max-width:18rem;padding:.35rem .55rem;border:1px solid rgba(169,244,227,.25);border-radius:999px;color:var(--v047-freedom);font:800 .61rem/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em;overflow-wrap:anywhere}
.v047-shell .evidence-age-card[data-age="MISSING"] .age-state,.v047-shell .evidence-age-card[data-age="NOT_OBSERVED"] .age-state,.v047-shell .evidence-age-card[data-age="NOT_RUN"] .age-state,.v047-shell .evidence-age-card[data-age="BLOCKED"] .age-state{color:var(--v047-warm);border-color:rgba(241,222,176,.35)}
.v047-shell .evidence-age-body{padding:0 1.1rem 1.15rem}
.v047-shell .evidence-age-body dl{display:grid;grid-template-columns:minmax(8rem,.35fr) minmax(0,1fr);gap:.6rem 1rem;margin:0;padding-top:1rem;border-top:1px solid rgba(169,244,227,.12)}
.v047-shell .evidence-age-body dt{color:#849994;font:800 .62rem/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.065em;text-transform:uppercase}
.v047-shell .evidence-age-body dd{min-width:0;margin:0;color:#c8d4d1;line-height:1.55;overflow-wrap:anywhere}
.v047-shell .evidence-age-body code{overflow-wrap:anywhere}
.v047-shell .transaction-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,10rem),1fr));gap:.7rem;counter-reset:transaction}
.v047-shell .transaction-timeline article{position:relative;min-height:10rem;padding:1rem;border:1px solid var(--v047-line);border-radius:var(--v047-radius-sm);background:#09191b}
.v047-shell .transaction-timeline article::before{counter-increment:transaction;content:counter(transaction,decimal-leading-zero);display:block;margin-bottom:.7rem;color:var(--v047-freedom);font:850 .66rem/1 ui-monospace,SFMono-Regular,Menlo,monospace}
.v047-shell .transaction-timeline h3{margin:0 0 .45rem;color:#f1ede5;font:500 1.25rem/1.1 Georgia,serif}
.v047-shell .transaction-timeline p{margin:0;color:#b7c6c2;font-size:.87rem;line-height:1.55}
.v047-shell .handshake-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;container-type:inline-size}
.v047-shell .handshake-panel{min-width:0;padding:1.15rem;border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:#091a1c}
.v047-shell .handshake-panel h3{margin:0 0 .65rem;color:#f1ede5;font:500 1.45rem/1.08 Georgia,serif}
.v047-shell .handshake-panel code,.v047-shell .owner-map code{overflow-wrap:anywhere;word-break:normal}
.v047-shell .owner-map{display:grid;gap:.55rem}
.v047-shell .owner-map dl{display:grid;grid-template-columns:minmax(9rem,.4fr) minmax(0,1fr);gap:.7rem;margin:0;padding:.75rem;border:1px solid rgba(169,244,227,.12);border-radius:.65rem;background:rgba(0,0,0,.12)}
.v047-shell .owner-map dt{color:#879b96;font:800 .63rem/1.35 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.06em}
.v047-shell .owner-map dd{min-width:0;margin:0;color:#cad6d3;overflow-wrap:anywhere}
.v047-shell .liquid-grammar-demo{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,15rem),1fr));gap:1rem;container-type:inline-size}
.v047-shell .liquid-grammar-demo article{min-width:0;padding:1rem;border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:linear-gradient(150deg,rgba(169,244,227,.035),rgba(0,0,0,.12))}
.v047-shell .liquid-grammar-demo h3{margin:0 0 .5rem;color:#f0ece4;font:500 1.35rem/1.08 Georgia,serif}
.v047-shell .liquid-grammar-demo p{color:#b8c7c3;line-height:1.6}
.v047-shell pre,.v047-shell code{max-width:100%;overflow-wrap:anywhere;word-break:normal}
@container (max-width:42rem){.v047-shell .handoff-card dl,.v047-shell .evidence-age-body dl,.v047-shell .owner-map dl{grid-template-columns:1fr}.v047-shell .evidence-age-card summary{grid-template-columns:1fr}.v047-shell .age-state{max-width:100%}}
@media (max-width:760px){.v047-shell .answer-first-grid,.v047-shell .handshake-grid{grid-template-columns:1fr}.v047-shell .answer-first-hero{padding-block:2.7rem}.v047-shell .answer-first-copy h1{font-size:clamp(2.45rem,12vw,4rem)}.v047-shell .answer-first-aside{order:2}.v047-shell .transaction-timeline{grid-template-columns:1fr}.v047-shell .handoff-card{min-height:0}}
@media (min-width:118rem){.v047-shell .wrap{width:min(94rem,calc(100% - 8rem))}.v047-shell .evidence-age-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.v047-shell .handoff-sequence{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (prefers-reduced-motion:reduce){.v047-shell *,.v047-shell *::before,.v047-shell *::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
@media (forced-colors:active){.v047-shell .answer-first-aside,.v047-shell .handoff-card,.v047-shell .evidence-age-card,.v047-shell .handshake-panel,.v047-shell .transaction-timeline article{border:1px solid CanvasText;background:Canvas}.v047-shell .age-state{border:1px solid LinkText}}
@media print{.v047-shell .site-header,.v047-shell .freedom-bar,.v047-shell .site-footer,.v047-shell .button{display:none!important}.v047-shell .answer-first-hero,.v047-shell .freedom-section,.v047-shell .coordination-section{background:#fff!important;color:#000!important}.v047-shell details>.evidence-age-body{display:block!important}.v047-shell .answer-first-copy h1,.v047-shell h2,.v047-shell h3,.v047-shell p,.v047-shell li,.v047-shell dt,.v047-shell dd,.v047-shell code{color:#000!important}.v047-shell .handoff-card,.v047-shell .evidence-age-card,.v047-shell .handshake-panel{break-inside:avoid;border-color:#444!important}}


/* v0.46 multi-witness, challenge, rollback-proof, renewal-queue, and
   no-telemetry diagnostic components. */
.v047-shell .witness-lane{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));gap:1rem;container-type:inline-size}
.v047-shell .witness-card{min-width:0;padding:1.1rem;border:1px solid var(--v047-line);border-radius:var(--v047-radius-md);background:linear-gradient(150deg,rgba(18,51,53,.92),rgba(4,18,20,.95));box-shadow:0 18px 42px rgba(0,0,0,.16)}
.v047-shell .witness-card[data-state="DISPUTED"]{border-color:rgba(241,222,176,.52)}
.v047-shell .witness-card h3{margin:.3rem 0 .6rem;color:#f3efe6;font:500 clamp(1.35rem,1.1rem + .6vw,1.8rem)/1.08 Georgia,serif}
.v047-shell .witness-card code,.v047-shell .digest-block code{display:block;overflow-wrap:anywhere;word-break:break-word;color:var(--v047-freedom);font-size:.72rem}
.v047-shell .witness-strip{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.8rem}
.v047-shell .witness-strip span{display:inline-flex;min-height:2rem;align-items:center;padding:.3rem .55rem;border:1px solid rgba(169,244,227,.22);border-radius:999px;color:#c8d6d2;font:800 .62rem/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.04em}
.v047-shell .origin-vector{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;counter-reset:origin-vector}
.v047-shell .origin-vector article{min-width:0;padding:1rem;border:1px solid var(--v047-line);border-radius:.75rem;background:#08191b}
.v047-shell .origin-vector article::before{counter-increment:origin-vector;content:counter(origin-vector,decimal-leading-zero);display:block;color:var(--v047-warm);font:800 .62rem/1 ui-monospace,SFMono-Regular,Menlo,monospace}
.v047-shell .origin-vector h3{margin:.7rem 0 .45rem;color:#f1ede5;font:500 1.1rem/1.1 Georgia,serif}
.v047-shell .origin-vector p{margin:0;color:#adbfbb;line-height:1.55;overflow-wrap:anywhere}
.v047-shell .challenge-ledger{display:grid;gap:.8rem;border-left:1px solid rgba(169,244,227,.22);padding-left:1rem}
.v047-shell .challenge-event{position:relative;padding:1rem;border:1px solid var(--v047-line);border-radius:.75rem;background:rgba(7,25,27,.8)}
.v047-shell .challenge-event::before{content:"";position:absolute;left:-1.29rem;top:1.3rem;width:.55rem;height:.55rem;border-radius:50%;background:var(--v047-freedom);box-shadow:0 0 0 .25rem rgba(169,244,227,.1)}
.v047-shell .rollback-proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr));gap:.75rem}
.v047-shell .rollback-proof-grid article{min-width:0;padding:1rem;border:1px solid var(--v047-line);border-radius:.75rem;background:linear-gradient(160deg,rgba(13,45,47,.82),rgba(5,18,20,.94))}
.v047-shell .rollback-proof-grid h3{margin:0 0 .55rem;color:#91aaa4;font:800 .64rem/1.3 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.07em;text-transform:uppercase}
.v047-shell .renewal-queue{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));gap:.8rem;container-type:inline-size}
.v047-shell .renewal-item{min-width:0;padding:1rem;border:1px solid var(--v047-line);border-radius:.8rem;background:#08191b}
.v047-shell .renewal-item header{display:flex;gap:.75rem;align-items:flex-start;justify-content:space-between}
.v047-shell .renewal-item h3{margin:0;color:#f2eee6;font:500 1.15rem/1.15 Georgia,serif;overflow-wrap:anywhere}
.v047-shell .renewal-state{display:inline-flex;min-height:2rem;align-items:center;max-width:12rem;padding:.3rem .5rem;border:1px solid rgba(241,222,176,.35);border-radius:999px;color:var(--v047-warm);font:800 .58rem/1.25 ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}
.v047-shell .diagnostic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr));gap:.8rem}
.v047-shell .diagnostic-card{padding:1rem;border:1px solid var(--v047-line);border-radius:.8rem;background:rgba(8,25,27,.88)}
.v047-shell .diagnostic-card strong{display:block;margin-bottom:.45rem;color:#f0ece4}
.v047-shell .diagnostic-card p{margin:0;color:#adbfbb;line-height:1.55}
.v047-shell .no-telemetry-note{padding:1rem;border:1px solid rgba(169,244,227,.28);border-radius:.8rem;background:rgba(169,244,227,.045);color:#cee0db}
@container (max-width:42rem){.v047-shell .witness-card{padding:1rem}.v047-shell .renewal-item header{display:block}.v047-shell .renewal-state{margin-top:.55rem}}
@media (max-width:72rem){.v047-shell .origin-vector{grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr))}}
@media (max-width:36rem){.v047-shell .origin-vector{grid-template-columns:1fr}.v047-shell .challenge-ledger{padding-left:.8rem}.v047-shell .challenge-event::before{left:-1.09rem}}
@media (prefers-reduced-motion:reduce){.v047-shell .challenge-event::before{box-shadow:none}}
@media (forced-colors:active){.v047-shell .witness-card,.v047-shell .origin-vector article,.v047-shell .renewal-item,.v047-shell .diagnostic-card{border:1px solid CanvasText;background:Canvas}.v047-shell .challenge-event::before{background:CanvasText}}
@media print{.v047-shell .origin-vector,.v047-shell .witness-lane,.v047-shell .renewal-queue,.v047-shell .rollback-proof-grid{display:block}.v047-shell .origin-vector article,.v047-shell .witness-card,.v047-shell .renewal-item,.v047-shell .rollback-proof-grid article{break-inside:avoid;margin-block:.45rem;background:#fff;color:#000;border:1px solid #555;box-shadow:none}.v047-shell .no-telemetry-note{border:1px solid #555;background:#fff;color:#000}}


/* Concresca v0.47 deterministic reconciliation components. */
.v047-shell .reconciliation-matrix,
.v047-shell .challenge-strip,
.v047-shell .rollback-diagram,
.v047-shell .custody-timeline,
.v047-shell .diagnostic-packet,
.v047-shell .task-summary-grid {
  container-type: inline-size;
}
.v047-shell .reconciliation-matrix {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: clamp(.75rem, 1.8vw, 1.25rem);
  margin-block: clamp(1.25rem, 3vw, 2.4rem);
}
.v047-shell .reconciliation-branch,
.v047-shell .challenge-window,
.v047-shell .rollback-node,
.v047-shell .custody-event,
.v047-shell .diagnostic-packet,
.v047-shell .task-summary {
  min-inline-size: 0;
  border: 1px solid color-mix(in srgb, var(--gold, #d6b96a) 22%, transparent);
  border-radius: clamp(.65rem, 1.3vw, 1rem);
  background: color-mix(in srgb, #0d2928 84%, transparent);
  padding: clamp(.9rem, 2vw, 1.35rem);
  overflow-wrap: anywhere;
}
.v047-shell .reconciliation-branch[data-state="conflicted"] {
  border-inline-start: .3rem solid #d7a46a;
}
.v047-shell .scope-label,
.v047-shell .digest-label,
.v047-shell .path-label {
  display: block;
  font: 700 .72rem/1.35 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #efd895;
  margin-block-end: .35rem;
}
.v047-shell .challenge-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
  gap: .8rem;
  align-items: stretch;
}
.v047-shell .challenge-window { position: relative; }
.v047-shell .challenge-window + .challenge-window::before {
  content: "↔";
  position: absolute;
  inset-inline-start: -.75rem;
  inset-block-start: 50%;
  translate: -50% -50%;
  color: #efd895;
  font-size: 1.15rem;
}
.v047-shell .rollback-diagram {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 1rem;
}
.v047-shell .rollback-node strong { display: block; color: #f1e9d8; margin-block-end: .35rem; }
.v047-shell .custody-timeline { display: grid; gap: .7rem; }
.v047-shell .custody-event {
  display: grid;
  grid-template-columns: minmax(8.5rem, .45fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(.6rem, 2vw, 1.2rem);
}
.v047-shell .evidence-path-block {
  max-inline-size: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border: 1px solid rgba(221, 198, 129, .22);
  border-radius: .65rem;
  background: #061819;
  padding: .75rem .9rem;
  font: .78rem/1.55 ui-monospace, SFMono-Regular, Consolas, monospace;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.v047-shell .state-chip {
  display: inline-flex;
  align-items: center;
  min-block-size: 2rem;
  max-inline-size: 100%;
  padding: .3rem .6rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font: 700 .68rem/1.25 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .045em;
  overflow-wrap: anywhere;
}
.v047-shell .state-current { color: #a8e8d5; }
.v047-shell .state-blocked { color: #efd895; }
.v047-shell .state-conflicted { color: #ffc089; }
.v047-shell .state-expired { color: #d9c2ba; }
.v047-shell .state-unknown { color: #b9d6d2; }
.v047-shell .task-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: .85rem;
}
.v047-shell .task-summary h3 { margin-block-start: 0; }
.v047-shell .diagnostic-packet dl,
.v047-shell .reconciliation-branch dl { display: grid; grid-template-columns: minmax(7rem, .35fr) minmax(0, 1fr); gap: .35rem .8rem; }
.v047-shell .diagnostic-packet dt,
.v047-shell .reconciliation-branch dt { color: #efd895; font-weight: 700; }
.v047-shell .diagnostic-packet dd,
.v047-shell .reconciliation-branch dd { margin: 0; min-inline-size: 0; overflow-wrap: anywhere; }
@container (max-width: 34rem) {
  .v047-shell .custody-event,
  .v047-shell .diagnostic-packet dl,
  .v047-shell .reconciliation-branch dl { grid-template-columns: 1fr; }
  .v047-shell .challenge-window + .challenge-window::before { display: none; }
}
@media (max-width: 30rem) {
  .v047-shell .state-chip { border-radius: .55rem; }
  .v047-shell .answer-first-hero .coordination-actions .button { inline-size: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .v047-shell .reconciliation-branch,
  .v047-shell .challenge-window,
  .v047-shell .rollback-node { scroll-behavior: auto; transition: none !important; animation: none !important; }
}
@media (forced-colors: active) {
  .v047-shell .reconciliation-branch,
  .v047-shell .challenge-window,
  .v047-shell .rollback-node,
  .v047-shell .custody-event,
  .v047-shell .diagnostic-packet { border: 1px solid CanvasText; background: Canvas; color: CanvasText; }
  .v047-shell .state-chip { forced-color-adjust: auto; }
}
@media print {
  .v047-shell .reconciliation-matrix,
  .v047-shell .challenge-strip,
  .v047-shell .rollback-diagram,
  .v047-shell .task-summary-grid { display: block; }
  .v047-shell .reconciliation-branch,
  .v047-shell .challenge-window,
  .v047-shell .rollback-node,
  .v047-shell .custody-event,
  .v047-shell .diagnostic-packet,
  .v047-shell .task-summary { break-inside: avoid; margin-block: .65rem; background: transparent; color: #111; border-color: #555; }
  .v047-shell .evidence-path-block { overflow: visible; white-space: pre-wrap; color: #111; background: transparent; }
}

/* Canonical runtime status projections */
.v047-shell .runtime-strip-source{max-width:32rem;margin:.45rem 0 0;color:#a9bfbb;font-size:.72rem;line-height:1.45}
.v047-shell .runtime-strip-source a{display:inline;color:var(--v047-freedom);font-weight:700}
.v047-shell .runtime-fact dd[data-state="checking"]{color:var(--v047-warm)}
.v047-shell .status-parity-wrap{padding-block:clamp(2rem,4vw,4rem)}
.v047-shell .status-parity-table{margin:0}
.v047-shell .status-parity-table td[data-parity-field]{font:800 .78rem/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.035em;color:#f0e8d9}
.v047-shell [data-runtime-card][data-state="checking"]{border-color:rgba(241,222,176,.28)}
.v047-shell [data-runtime-card][data-state="blocked"]{border-color:rgba(241,222,176,.28)}
