.fc{--fc-ink: #0a1020;--fc-ink-soft: #263b59;--fc-paper: #eef2f6;--fc-paper-warm: #f7f2e8;--fc-white: #fffdf8;--fc-brass: #c8a45b;--fc-brass-dark: #7c5d25;--fc-vermilion: #d9654a;--fc-focus: #74a7ff;--fc-cyan: #73c7d2;--fc-muted: #5c6878;--fc-line: rgba(10, 16, 32, .18);--fc-line-dark: rgba(238, 242, 246, .2);--fc-display: "Cormorant Garamond", ui-serif, Georgia, serif;--fc-body: "Figtree", ui-sans-serif, system-ui, -apple-system, sans-serif;--fc-mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;position:relative;isolation:isolate;overflow:clip;color:var(--fc-ink);background:var(--fc-paper);font-family:var(--fc-body);font-size:1rem;line-height:1.65;color-scheme:light}.fc *,.fc *:before,.fc *:after{box-sizing:border-box}.fc [hidden]{display:none!important}.fc :where(h1,h2,h3,p,ul,ol,dl,dd,figure){margin:0}.fc :where(ul,ol){padding:0}.fc :where(a,button,input,select){font:inherit}.fc :where(a,button,input,select):focus-visible{outline:3px solid var(--fc-focus);outline-offset:3px}.fc a{color:inherit}.fc-bleed{width:100vw;margin-inline:calc(50% - 50vw)}.fc-shell{width:min(100% - 2rem,80rem);margin-inline:auto}.fc-display,.fc h2,.fc h3{font-family:var(--fc-display);text-wrap:balance}.fc-display{max-width:10ch;font-size:clamp(3.75rem,9vw,7.6rem);font-weight:600;letter-spacing:-.055em;line-height:.82}.fc h2{font-size:clamp(2.25rem,5vw,4.35rem);font-weight:600;letter-spacing:-.04em;line-height:.98}.fc h3{font-size:clamp(1.45rem,2.2vw,2rem);font-weight:600;letter-spacing:-.025em;line-height:1.08}.fc-eyebrow,.fc-mono{font-family:var(--fc-mono);font-size:.72rem;font-weight:600;letter-spacing:.11em;line-height:1.4;text-transform:uppercase}.fc-eyebrow{color:var(--fc-brass-dark)}.fc-lede{max-width:42rem;color:var(--fc-ink-soft);font-size:clamp(1.05rem,1.6vw,1.3rem);line-height:1.62;text-wrap:pretty}.fc-button{min-height:2.9rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid transparent;border-radius:.15rem;padding:.75rem 1.15rem;font-size:.86rem;font-weight:700;letter-spacing:.035em;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.fc-button:hover{transform:translateY(-2px)}.fc-button--primary{border-color:var(--fc-brass);color:var(--fc-ink);background:var(--fc-brass)}.fc-button--primary:hover{border-color:#dfc078;background:#dfc078}.fc-button--secondary{border-color:currentColor;color:inherit;background:transparent}.fc-button--secondary:hover{background:#c8a45b1f}.fc-link{display:inline-flex;align-items:center;gap:.35rem;border-bottom:1px solid currentColor;color:var(--fc-brass-dark);font-size:.9rem;font-weight:700;line-height:1.45;text-decoration:none;transition:color .16s ease,border-color .16s ease}.fc-link:hover{color:var(--fc-vermilion)}.fc-section-head{max-width:48rem;margin-bottom:clamp(2rem,5vw,3.6rem)}.fc-section-head .fc-eyebrow{margin-bottom:.85rem}.fc-section-head>p:last-child:not(.fc-eyebrow){max-width:43rem;margin-top:1rem;color:var(--fc-muted);font-size:1.05rem}.fc-section-head--split{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(16rem,29rem);align-items:end;gap:2rem}.fc-section-head--split>p,.fc-section-head--split>.fc-link{justify-self:end;margin:0}.fc-hero,.fc-profile-hero{position:relative;overflow:hidden;color:var(--fc-paper);background-color:var(--fc-ink)}.fc-hero:before,.fc-profile-hero:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.32;background-image:linear-gradient(rgba(115,199,210,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(115,199,210,.08) 1px,transparent 1px);background-size:3.5rem 3.5rem;-webkit-mask-image:linear-gradient(to right,transparent,#000 45%,#000);mask-image:linear-gradient(to right,transparent,#000 45%,#000)}.fc-hero:after,.fc-profile-hero:after{content:"";position:absolute;width:19rem;height:19rem;right:-9.5rem;bottom:-9.5rem;border:1px solid rgba(200,164,91,.35);border-radius:50%;box-shadow:0 0 0 4rem #c8a45b0a,0 0 0 8rem #c8a45b06;pointer-events:none}.fc-hero__inner,.fc-profile-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(22rem,.95fr);align-items:center;gap:clamp(2rem,7vw,7rem)}.fc-hero__inner{min-height:min(46rem,82vh);padding-block:clamp(4.5rem,9vw,8rem)}.fc-hero .fc-eyebrow,.fc-profile-hero .fc-eyebrow{color:var(--fc-brass)}.fc-hero .fc-lede,.fc-profile-hero .fc-lede{margin-top:1.8rem;color:#cbd4e2}.fc-hero__actions,.fc-profile-hero__actions,.fc-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.fc-hero .fc-button--secondary,.fc-profile-hero .fc-button--secondary{color:var(--fc-paper);border-color:#eef2f675}.fc-stats{max-width:36rem;display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(3rem,7vw,5rem);border-top:1px solid var(--fc-line-dark);border-bottom:1px solid var(--fc-line-dark)}.fc-stat{padding:1rem 1rem 1rem 0}.fc-stat+.fc-stat{border-left:1px solid var(--fc-line-dark);padding-left:1rem}.fc-stat dt{color:#9eabbc;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.fc-stat dd{margin-top:.35rem;color:var(--fc-paper);font-size:1.45rem}.fc-hero__instrument,.fc-profile-hero__instrument{min-width:0;position:relative}.fc-hero__instrument-note{margin-top:1rem;color:#9eabbc;text-align:center}.fc-orbit-stage{width:min(100%,33rem);aspect-ratio:1;position:relative;margin-inline:auto;perspective:950px;contain:layout paint}.fc-orbit-stage:before,.fc-orbit-stage:after{content:"";position:absolute;z-index:-1;pointer-events:none}.fc-orbit-stage:before{inset:10%;border:1px solid rgba(200,164,91,.16);border-radius:50%}.fc-orbit-stage:after{width:.35rem;height:.35rem;top:10%;left:18%;border-radius:50%;background:var(--fc-brass);box-shadow:17rem 3rem 0 -1px #73c7d2cc,4rem 21rem 0 -1px #d9654acc}.fc-orbit-scene{width:100%;height:100%;position:relative;transform-style:preserve-3d;will-change:transform}.fc-orbit-ring{width:var(--fc-ring-size);aspect-ratio:1;position:absolute;top:50%;left:50%;display:block;border:1px solid color-mix(in srgb,var(--fc-ring-color) 72%,transparent);border-radius:50%;opacity:.88;transform:translate(-50%,-50%) rotateX(var(--fc-ring-tilt)) rotate(calc(var(--fc-node-angle) * -.16));transform-style:preserve-3d;animation:fc-ring-arrive .72s cubic-bezier(.2,.72,.22,1) backwards;animation-delay:var(--fc-ring-delay);transition:opacity .18s ease,border-color .18s ease,box-shadow .18s ease}.fc-orbit-ring--calculated{border-width:2px}.fc-orbit-scene:has(.fc-orbit-ring.is-active) .fc-orbit-ring{opacity:.14}.fc-orbit-scene:has(.fc-orbit-ring.is-active) .fc-orbit-ring.is-active{opacity:1;border-color:var(--fc-ring-color);box-shadow:0 0 1.4rem color-mix(in srgb,var(--fc-ring-color) 28%,transparent)}.fc-orbit-node{position:absolute;inset:0;display:block;transform:rotate(var(--fc-node-angle))}.fc-orbit-node>*{width:2rem;height:2rem;position:absolute;top:50%;right:-1rem;display:grid;place-items:center;border:1px solid var(--fc-ring-color);border-radius:50%;color:var(--fc-ring-color);background:var(--fc-ink);font-size:1rem;line-height:1;transform:translateY(-50%) rotate(calc(var(--fc-node-angle) * -1))}.fc-orbit-node svg{width:1rem;height:1rem}.fc-orbit-core{width:7.25rem;aspect-ratio:1;position:absolute;top:50%;left:50%;z-index:8;display:grid;align-content:center;justify-items:center;border:1px solid rgba(200,164,91,.55);border-radius:50%;color:var(--fc-paper);background:var(--fc-ink);box-shadow:0 0 0 .55rem #0a1020b8;transform:translate(-50%,-50%)}.fc-orbit-core__number{color:var(--fc-brass);font-family:var(--fc-display);font-size:3rem;font-weight:600;line-height:.8}.fc-orbit-core__label{max-width:6rem;margin-top:.55rem;overflow:hidden;color:#b9c4d3;font-family:var(--fc-mono);font-size:.58rem;letter-spacing:.06em;line-height:1.25;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}@keyframes fc-ring-arrive{0%{opacity:0}to{opacity:.88}}.fc-method-strip,.fc-feature,.fc-archive,.fc-trust,.fc-faq,.fc-cta,.fc-match,.fc-section{padding-block:clamp(4rem,8vw,7.5rem)}.fc-method-strip{color:var(--fc-ink);background:var(--fc-paper-warm);border-bottom:1px solid var(--fc-line)}.fc-method-strip__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--fc-line);border-bottom:1px solid var(--fc-line)}.fc-method-strip__grid article{min-width:0;padding:2rem clamp(1rem,3vw,2.2rem) 2.2rem 0}.fc-method-strip__grid article+article{border-left:1px solid var(--fc-line);padding-left:clamp(1rem,3vw,2.2rem)}.fc-method-strip__grid .fc-mono{color:var(--fc-vermilion)}.fc-method-strip__grid h3{margin-top:.85rem}.fc-method-strip__grid article>p:last-child{margin-top:.8rem;color:var(--fc-muted)}.fc-feature{position:relative;overflow:hidden;color:var(--fc-paper);background:var(--fc-ink-soft)}.fc-feature:before{content:"07";position:absolute;right:2vw;bottom:-.16em;color:#eef2f609;font-family:var(--fc-display);font-size:clamp(16rem,40vw,38rem);font-weight:600;line-height:.7;pointer-events:none}.fc-feature__grid{position:relative;z-index:1;display:grid;grid-template-columns:8rem minmax(0,1fr) minmax(17rem,.65fr);align-items:start;gap:clamp(1.5rem,5vw,5rem)}.fc-feature__index{color:var(--fc-brass);writing-mode:vertical-rl;transform:rotate(180deg)}.fc-feature__body .fc-eyebrow{color:var(--fc-brass)}.fc-feature__body h2{max-inline-size:none;margin-top:.7rem;overflow-wrap:anywhere}.fc-feature__summary{max-width:38rem;margin-top:1.25rem;color:#d3dae5;font-size:1.1rem}.fc-feature__tags,.fc-profile-hero__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;list-style:none}.fc-feature__tags li,.fc-profile-hero__tags li{border:1px solid rgba(238,242,246,.25);border-radius:999px;padding:.35rem .65rem;color:#cbd4e2;font-size:.75rem;line-height:1.2}.fc-feature__body .fc-button{margin-top:2rem}.fc-feature__facts{border-top:1px solid var(--fc-line-dark)}.fc-feature__facts div{display:grid;grid-template-columns:5rem minmax(0,1fr);gap:1rem;padding-block:1rem;border-bottom:1px solid var(--fc-line-dark)}.fc-feature__facts dt{color:#9eabbc;font-family:var(--fc-mono);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}.fc-feature__facts dd{color:var(--fc-paper);overflow-wrap:anywhere}.fc-archive{background-color:var(--fc-paper);background-image:linear-gradient(90deg,transparent calc(100% - 1px),rgba(10,16,32,.035) 1px);background-size:8rem 100%}.fc-sampling-note{display:grid;grid-template-columns:minmax(12rem,.35fr) minmax(0,1fr);gap:1.25rem;align-items:baseline;margin-bottom:1rem;padding:.85rem 1rem;border:1px solid var(--fc-line);background:#b88b3e17}.fc-sampling-note p{margin:0;color:var(--fc-muted);font-size:.82rem;line-height:1.55}.fc-sampling-note .fc-mono{color:var(--fc-ink);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.fc-controls{display:grid;grid-template-columns:minmax(15rem,1.7fr) repeat(3,minmax(9rem,1fr)) auto;align-items:end;gap:.75rem;padding:1rem;border:1px solid var(--fc-ink);background:var(--fc-white);box-shadow:.5rem .5rem 0 var(--fc-brass)}.fc-field{min-width:0}.fc-field label{display:block;margin-bottom:.4rem;color:var(--fc-ink-soft);font-family:var(--fc-mono);font-size:.62rem;font-weight:700;letter-spacing:.08em;line-height:1.25;text-transform:uppercase}.fc-field input,.fc-field select{width:100%;min-height:2.9rem;border:1px solid rgba(10,16,32,.32);border-radius:0;padding:.65rem .72rem;color:var(--fc-ink);background-color:var(--fc-paper);box-shadow:none;font-size:.88rem;line-height:1.25}.fc-field input::-moz-placeholder{color:#717c8c;opacity:1}.fc-field input::placeholder{color:#717c8c;opacity:1}.fc-field input:hover,.fc-field select:hover{border-color:var(--fc-ink)}.fc-results-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2.5rem;padding-bottom:.8rem;border-bottom:1px solid var(--fc-line)}.fc-results-head p{display:flex;align-items:baseline;gap:.5rem;color:var(--fc-muted)}.fc-results-head strong{color:var(--fc-ink);font-size:1rem}.fc-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:1.5rem;background:var(--fc-line);border:1px solid var(--fc-line)}.fc-card{min-width:0;position:relative;display:flex;flex-direction:column;padding:clamp(1.25rem,3vw,1.8rem);color:var(--fc-ink);background:var(--fc-white);transition:background-color .18s ease,transform .18s ease}.fc-card:hover{z-index:1;background:#fff;transform:translateY(-.3rem)}.fc-card__topline{display:flex;align-items:start;justify-content:space-between;gap:.75rem;min-height:2.2rem;color:var(--fc-muted);font-size:.7rem}.fc-card__topline .fc-mono{font-size:.62rem}.fc-card__status{border-left:.2rem solid var(--fc-brass);padding-left:.45rem;color:var(--fc-ink-soft);font-size:.65rem;font-weight:700;line-height:1.3;text-align:right}.fc-card__status--date-level{border-color:var(--fc-cyan)}.fc-card__status--source-only{border-color:var(--fc-vermilion)}.fc-card__identity{min-width:0;display:grid;grid-template-columns:3rem minmax(0,1fr);align-items:center;gap:.9rem;margin-top:1.3rem}.fc-card__glyph{width:3rem;aspect-ratio:1;display:grid;place-items:center;border:1px solid var(--fc-line);border-radius:50%;color:var(--fc-brass-dark);background:var(--fc-paper-warm)}.fc-card__glyph svg{width:1.35rem;height:1.35rem}.fc-card__identity h3{font-size:clamp(1.45rem,2.2vw,1.8rem)}.fc-card__identity h3 a{text-decoration-thickness:1px;text-decoration-color:transparent;text-underline-offset:.18em;transition:color .16s ease,text-decoration-color .16s ease}.fc-card__identity h3 a:hover{color:var(--fc-vermilion);text-decoration-color:currentColor}.fc-card__identity p{margin-top:.18rem;color:var(--fc-muted);font-size:.78rem;line-height:1.35}.fc-card__summary{margin-top:1.3rem;color:#465366;font-size:.91rem;line-height:1.58}.fc-card__data{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--fc-line)}.fc-card__data dt{color:var(--fc-muted);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}.fc-card__data dd{margin-top:.2rem;font-weight:700}.fc-card__action{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1.5rem;color:var(--fc-brass-dark);font-size:.78rem;font-weight:800;letter-spacing:.055em;text-decoration:none;text-transform:uppercase}.fc-card__action span{font-size:1.15rem;transition:transform .16s ease}.fc-card__action:hover span{transform:translate(.18rem,-.18rem)}.fc-empty{margin-top:1.5rem;border:1px dashed var(--fc-line);padding:clamp(2rem,6vw,4rem);text-align:center}.fc-empty h3{margin-top:.65rem}.fc-empty>p:not(.fc-eyebrow){margin-top:.6rem;color:var(--fc-muted)}.fc-empty .fc-button{margin-top:1.4rem}.fc-match{padding-block:2.25rem;color:var(--fc-paper);background:var(--fc-vermilion)}.fc-match__grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem}.fc-match .fc-eyebrow{color:var(--fc-ink)}.fc-match h2{margin-top:.35rem;font-size:clamp(2.1rem,4vw,3.5rem)}.fc-match p:last-child{max-width:50rem;margin-top:.5rem}.fc-trust{color:var(--fc-paper);background:var(--fc-ink-soft)}.fc-trust__grid,.fc-faq__grid{display:grid;grid-template-columns:minmax(15rem,.6fr) minmax(0,1.4fr);gap:clamp(2rem,8vw,8rem)}.fc-trust .fc-eyebrow{color:var(--fc-brass)}.fc-trust__copy{max-width:46rem;color:#cbd4e2;font-size:1.04rem}.fc-trust__copy p+p{margin-top:1.1rem}.fc-trust .fc-link{margin-top:1.8rem;color:var(--fc-brass)}.fc-faq{background:var(--fc-paper-warm)}.fc .fc-faq__grid h2{font-size:clamp(2.25rem,4vw,3.1rem)}.fc-faq dl{border-top:1px solid var(--fc-line)}.fc-faq dl>div{display:grid;grid-template-columns:minmax(12rem,.8fr) minmax(0,1.2fr);gap:2rem;padding-block:1.35rem;border-bottom:1px solid var(--fc-line)}.fc-faq dt{font-weight:750;line-height:1.4}.fc-faq dd{color:var(--fc-muted)}.fc-cta{position:relative;overflow:hidden;color:var(--fc-paper);background:var(--fc-ink)}.fc-cta__inner{position:relative;z-index:1;display:grid;justify-items:center;text-align:center}.fc-cta .fc-eyebrow{color:var(--fc-brass)}.fc-cta h2{max-inline-size:none;margin-top:.8rem}.fc-cta__inner>p:not(.fc-eyebrow){max-width:42rem;margin-top:1rem;color:#cbd4e2}.fc-cta__actions{justify-content:center}.fc-profile-hero__grid{min-height:41rem;padding-block:clamp(4rem,8vw,7rem) clamp(3rem,6vw,5rem)}.fc-profile-hero .fc-display{max-inline-size:none;font-size:clamp(3.5rem,8vw,7.2rem);line-height:.94;overflow-wrap:anywhere}.fc-profile-hero__role{margin-top:1rem;color:var(--fc-brass);font-family:var(--fc-display);font-size:clamp(1.35rem,2.5vw,1.9rem);font-style:italic}.fc-layer-controls{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;margin-top:1rem}.fc-layer-button{min-width:2.75rem;min-height:2.75rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:1px solid rgba(238,242,246,.25);border-radius:999px;padding:.5rem .7rem;color:#b8c4d3;background:transparent;font-size:.68rem;line-height:1;cursor:pointer;transition:color .16s ease,border-color .16s ease,background-color .16s ease}.fc-layer-button>span:first-child{color:var(--fc-brass);font-size:1rem}.fc-layer-button:hover,.fc-layer-button[aria-pressed=true]{border-color:var(--fc-brass);color:var(--fc-white);background:#c8a45b1f}.fc-dossier{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--fc-line-dark);border-bottom:1px solid var(--fc-line-dark)}.fc-dossier>div{min-width:0;padding:1.2rem 1.2rem 1.2rem 0}.fc-dossier>div+div{border-left:1px solid var(--fc-line-dark);padding-left:1.2rem}.fc-dossier dt{color:#96a4b7;font-family:var(--fc-mono);font-size:.6rem;letter-spacing:.08em;text-transform:uppercase}.fc-dossier dd{margin-top:.35rem;color:var(--fc-paper);font-size:.87rem;line-height:1.4;overflow-wrap:anywhere}.fc-dossier__sign{display:flex;align-items:center;gap:.4rem}.fc-status{display:inline-grid;place-items:center;min-width:1.9rem;min-height:1.9rem;margin-right:.4rem;border:1px solid var(--fc-brass);border-radius:50%;color:var(--fc-brass);font-family:var(--fc-mono);font-size:.7rem}.fc-toc{position:sticky;top:0;z-index:20;border-bottom:1px solid var(--fc-line);color:var(--fc-ink);background:#fffdf8f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.fc-toc .fc-shell{display:flex;align-items:center;gap:1.4rem;min-height:3.7rem;overflow-x:auto;scrollbar-width:thin}.fc-toc span{flex:0 0 auto;color:var(--fc-vermilion)}.fc-toc a{flex:0 0 auto;color:var(--fc-ink-soft);font-size:.78rem;font-weight:700;text-decoration:none}.fc-toc a:hover{color:var(--fc-vermilion)}.fc :where(#documented-profile,#calculated-chart,#symbolic-layers,#sources-and-limits,#related-profiles,[id^=layer-]){scroll-margin-top:5rem}.fc-section{background:var(--fc-paper)}.fc-section--calculated{background:var(--fc-paper-warm)}.fc-facts{display:grid;grid-template-columns:minmax(0,1fr) minmax(21rem,.8fr);gap:clamp(2rem,7vw,7rem);align-items:start}.fc-facts__story{max-width:43rem}.fc-facts__story h3+p,.fc-facts__story h3+ul{margin-top:.9rem}.fc-facts__story p{color:#465366;font-size:1.08rem}.fc-facts__story h3:not(:first-child){margin-top:2.3rem}.fc-facts__story ul{display:grid;gap:.6rem;padding-left:1.1rem;color:var(--fc-muted)}.fc-facts__story li::marker{color:var(--fc-vermilion)}.fc-facts__record{border:1px solid var(--fc-ink);padding:clamp(1.2rem,3vw,1.8rem);background:var(--fc-white);box-shadow:.5rem .5rem 0 var(--fc-cyan)}.fc-facts__record>.fc-mono{color:var(--fc-vermilion)}.fc-facts__record>dl{margin-top:1rem;border-top:1px solid var(--fc-line)}.fc-facts__record dl>div{display:grid;grid-template-columns:7rem minmax(0,1fr);gap:1rem;padding-block:.75rem;border-bottom:1px solid var(--fc-line)}.fc-facts__record dt{color:var(--fc-muted);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.fc-facts__record dd{font-weight:650;overflow-wrap:anywhere}.fc-facts__quality{margin-top:1.2rem;padding:1rem;color:var(--fc-paper);background:var(--fc-ink-soft)}.fc-facts__quality strong{color:var(--fc-brass)}.fc-facts__quality p{margin-top:.45rem;color:#cbd4e2;font-size:.83rem;line-height:1.5}.fc-facts__quality a{display:inline-flex;margin-top:.75rem;color:var(--fc-brass);font-size:.76rem;font-weight:750;text-underline-offset:.2em}.fc-glance{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--fc-line);border-bottom:1px solid var(--fc-line)}.fc-glance article{min-width:0;padding:1.6rem 1.2rem 1.6rem 0}.fc-glance article+article{border-left:1px solid var(--fc-line);padding-left:1.2rem}.fc-glance .fc-mono{min-height:2em;color:var(--fc-muted);font-size:.59rem}.fc-glance strong{display:block;margin-top:.5rem;color:var(--fc-ink-soft);font-family:var(--fc-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1;overflow-wrap:anywhere}.fc-glance span{display:block;margin-top:.5rem;color:var(--fc-muted);font-size:.78rem;line-height:1.4}.fc-glance--limited{grid-template-columns:repeat(2,minmax(0,1fr));max-width:42rem}.fc-plate{display:grid;grid-template-columns:minmax(13rem,.5fr) minmax(0,1.5fr);gap:2rem;margin-top:2.5rem;padding:1.5rem;border-left:.35rem solid var(--fc-vermilion);color:var(--fc-paper);background:var(--fc-ink-soft)}.fc-plate .fc-mono{color:var(--fc-brass)}.fc-plate h3{margin-top:.45rem;font-size:1.6rem}.fc-plate>p{color:#cbd4e2}.fc-generation-grid{border-top:1px solid var(--fc-line)}.fc-generation{display:grid;grid-template-columns:7rem 3.25rem minmax(0,1fr);gap:clamp(1rem,4vw,3rem);padding-block:clamp(1.5rem,4vw,2.4rem);border-bottom:1px solid var(--fc-line)}.fc-generation__index{color:var(--fc-vermilion)}.fc-generation__glyph{width:3.25rem;height:3.25rem;display:grid;place-items:center;border:1px solid var(--fc-line);border-radius:50%;color:var(--fc-brass-dark);background:var(--fc-paper-warm)}.fc-generation__body{max-width:49rem}.fc-generation__body>.fc-mono{color:var(--fc-muted)}.fc-generation__body h3{margin-top:.45rem;font-size:clamp(1.8rem,3vw,2.5rem)}.fc-generation__meta{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.fc-generation__meta span{border:1px solid var(--fc-line);padding:.25rem .5rem;color:var(--fc-ink-soft);font-size:.68rem;line-height:1.2}.fc-generation__body>p:not(.fc-mono,.fc-generation__note){margin-top:1rem;color:#465366}.fc-generation__note{margin-top:1rem;border-left:.22rem solid var(--fc-cyan);padding:.65rem .85rem;color:var(--fc-muted);background:#73c7d217;font-size:.82rem}.fc-section--sources{color:var(--fc-paper);background:var(--fc-ink-soft)}.fc-section--sources .fc-eyebrow{color:var(--fc-brass)}.fc-section--sources .fc-section-head>p:last-child{color:#cbd4e2}.fc-sources{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(18rem,.65fr);gap:clamp(2rem,6vw,5rem);align-items:start}.fc-sources ol{list-style:none;border-top:1px solid var(--fc-line-dark)}.fc-sources ol li{display:grid;grid-template-columns:2rem minmax(0,1fr) auto;align-items:center;gap:1rem;padding-block:1.15rem;border-bottom:1px solid var(--fc-line-dark)}.fc-sources ol li>.fc-mono{color:var(--fc-brass)}.fc-sources h3{font-size:1.35rem}.fc-sources li p{margin-top:.25rem;color:#aebaca;font-size:.78rem;line-height:1.45}.fc-sources li>a{color:var(--fc-brass);font-size:.76rem;font-weight:750;text-decoration:none}.fc-sources li>a:hover{text-decoration:underline;text-underline-offset:.2em}.fc-sources__note{border:1px solid var(--fc-line-dark);padding:1.4rem;background:#0a10204d}.fc-sources__note>.fc-mono{color:var(--fc-vermilion)}.fc-sources__note ul{display:grid;gap:.7rem;margin-top:1rem;padding-left:1.1rem;color:#cbd4e2;font-size:.82rem;line-height:1.5}.fc-sources__note li::marker{color:var(--fc-brass)}.fc-sources__note .fc-link{margin-top:1.25rem;color:var(--fc-brass)}.fc-related{background:var(--fc-paper)}.fc-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--fc-line);border:1px solid var(--fc-line)}@media(max-width:68rem){.fc-hero__inner,.fc-profile-hero__grid{grid-template-columns:minmax(0,1fr) minmax(19rem,.8fr);gap:2.5rem}.fc-controls{grid-template-columns:repeat(6,minmax(0,1fr))}.fc-field--search{grid-column:span 3}.fc-field:not(.fc-field--search){grid-column:span 1}.fc-controls__submit{grid-column:span 6}.fc-results,.fc-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-feature__grid{grid-template-columns:4rem minmax(0,1fr) minmax(15rem,.6fr);gap:2rem}.fc-dossier{grid-template-columns:repeat(3,minmax(0,1fr))}.fc-dossier>div:nth-child(4){border-left:0;border-top:1px solid var(--fc-line-dark);padding-left:0}.fc-dossier>div:nth-child(n+4){border-top:1px solid var(--fc-line-dark)}.fc-glance{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-glance article:nth-child(3){border-left:0;border-top:1px solid var(--fc-line);padding-left:0}.fc-glance article:nth-child(4){border-top:1px solid var(--fc-line)}}@media(max-width:52rem){.fc-shell{width:min(100% - 1.5rem,80rem)}.fc-display{font-size:clamp(3.5rem,15vw,5.5rem)}.fc-hero__inner,.fc-profile-hero__grid{grid-template-columns:minmax(0,1fr);min-height:0}.fc-hero__inner{padding-top:4.5rem}.fc-hero__instrument,.fc-profile-hero__instrument{width:min(100%,30rem);margin-inline:auto}.fc-section-head--split,.fc-method-strip__grid,.fc-feature__grid,.fc-trust__grid,.fc-faq__grid,.fc-facts,.fc-sources{grid-template-columns:minmax(0,1fr)}.fc-section-head--split>p,.fc-section-head--split>.fc-link{justify-self:start}.fc-method-strip__grid article+article{border-top:1px solid var(--fc-line);border-left:0;padding-left:0}.fc-feature__index{writing-mode:initial;transform:none}.fc-feature__facts{margin-top:.5rem}.fc-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-field--search,.fc-controls__submit{grid-column:1 / -1}.fc-field:not(.fc-field--search){grid-column:auto}.fc-match__grid,.fc-plate{grid-template-columns:minmax(0,1fr)}.fc-match__grid .fc-button{justify-self:start}.fc-faq dl>div{grid-template-columns:minmax(0,1fr);gap:.6rem}.fc-faq__grid{gap:2rem}.fc-dossier{grid-template-columns:repeat(2,minmax(0,1fr))}.fc-dossier>div:nth-child(3),.fc-dossier>div:nth-child(5){border-left:0;padding-left:0}.fc-dossier>div:nth-child(3){border-top:1px solid var(--fc-line-dark)}.fc-dossier>div:nth-child(4){border-left:1px solid var(--fc-line-dark);padding-left:1.2rem}.fc-dossier>div:nth-child(n+3){border-top:1px solid var(--fc-line-dark)}.fc-generation{grid-template-columns:5rem 3.25rem minmax(0,1fr);gap:1rem}}@media(max-width:39rem){.fc-sampling-note{grid-template-columns:minmax(0,1fr);gap:.45rem}.fc-method-strip,.fc-feature,.fc-archive,.fc-trust,.fc-faq,.fc-cta,.fc-section{padding-block:3.5rem}.fc-hero__inner,.fc-profile-hero__grid{padding-block:3.75rem}.fc-display{font-size:clamp(3.25rem,18vw,4.5rem);line-height:.88}.fc-profile-hero .fc-display{font-size:clamp(3.25rem,18vw,4.5rem);line-height:.94}.fc h2{font-size:clamp(2rem,10vw,2.6rem)}.fc-hero__actions,.fc-profile-hero__actions,.fc-cta__actions{align-items:stretch;flex-direction:column}.fc-button{width:100%}.fc-stats{grid-template-columns:1fr}.fc-stat+.fc-stat{border-top:1px solid var(--fc-line-dark);border-left:0;padding-left:0}.fc-orbit-stage{width:min(100%,24rem)}.fc-orbit-core{width:6rem}.fc-orbit-core__number{font-size:2.5rem}.fc-controls{grid-template-columns:minmax(0,1fr);box-shadow:.3rem .3rem 0 var(--fc-brass)}.fc-field,.fc-field--search,.fc-field:not(.fc-field--search),.fc-controls__submit{grid-column:1}.fc-results-head{align-items:flex-start;flex-direction:column}.fc-results,.fc-related__grid{grid-template-columns:minmax(0,1fr)}.fc-card:hover{transform:none}.fc-feature__facts div{grid-template-columns:4.5rem minmax(0,1fr)}.fc-dossier{grid-template-columns:minmax(0,1fr)}.fc-dossier>div,.fc-dossier>div+div,.fc-dossier>div:nth-child(3),.fc-dossier>div:nth-child(4),.fc-dossier>div:nth-child(5){border-top:1px solid var(--fc-line-dark);border-left:0;padding-left:0}.fc-dossier>div:first-child{border-top:0}.fc-layer-button>span:last-child{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.fc-glance,.fc-glance--limited{grid-template-columns:minmax(0,1fr)}.fc-glance article,.fc-glance article+article,.fc-glance article:nth-child(3),.fc-glance article:nth-child(4){border-top:1px solid var(--fc-line);border-left:0;padding-left:0}.fc-glance article:first-child{border-top:0}.fc-generation{grid-template-columns:3.25rem minmax(0,1fr);gap:.8rem 1rem}.fc-generation__index{grid-column:1 / -1}.fc-generation__body h3{font-size:1.8rem}.fc-sources ol li{grid-template-columns:1.75rem minmax(0,1fr)}.fc-sources ol li>a{grid-column:2;justify-self:start}.fc-facts__record{box-shadow:.3rem .3rem 0 var(--fc-cyan)}.fc-facts__record dl>div{grid-template-columns:minmax(0,1fr);gap:.15rem}}@media(max-width:22rem){.fc-shell{width:min(100% - 1rem,80rem)}.fc-hero__inner,.fc-profile-hero__grid{padding-top:2.75rem}.fc-hero .fc-display,.fc-profile-hero .fc-display{font-size:3.1rem}.fc-hero .fc-lede,.fc-profile-hero .fc-lede{margin-top:1.2rem;font-size:1rem;line-height:1.5}.fc-hero__actions,.fc-profile-hero__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:1.25rem}.fc-hero__actions .fc-button,.fc-profile-hero__actions .fc-button{min-width:0;min-height:2.75rem;padding-inline:.45rem;font-size:.75rem}.fc-profile-hero__copy{display:flex;flex-direction:column}.fc-profile-hero__actions{order:1}.fc-profile-hero .fc-lede{order:2}.fc-profile-hero__tags{order:3}.fc-card,.fc-facts__record,.fc-sources__note{padding:1rem}.fc-card__identity{grid-template-columns:2.6rem minmax(0,1fr)}.fc-card__glyph{width:2.6rem}}@media(prefers-reduced-motion:reduce){.fc *,.fc *:before,.fc *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-delay:0ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.fc-orbit-scene{transform:none!important}}@media(forced-colors:active){.fc-button,.fc-card,.fc-controls,.fc-facts__record,.fc-orbit-ring,.fc-orbit-core,.fc-layer-button{border:1px solid CanvasText}}@media print{.fc{color:#000;background:#fff}.fc-toc,.fc-hero__actions,.fc-profile-hero__actions,.fc-layer-controls,.fc-cta,.fc-match{display:none!important}.fc-hero,.fc-profile-hero,.fc-feature,.fc-trust,.fc-section--sources{color:#000;background:#fff}.fc-section,.fc-faq,.fc-method-strip,.fc-archive{-moz-column-break-inside:avoid;break-inside:avoid;background:#fff}}
