.qgx{display:flex;flex-direction:column;gap:1.25rem;max-width:1040px;margin-inline:auto}.qgx-toolbar{display:inline-flex;align-self:center;gap:2px;padding:4px;background:var(--paper-muted);border:1px solid var(--line);border-radius:999px}.qgx-tab{appearance:none;border:0;background:transparent;cursor:pointer;font:inherit;font-weight:600;font-size:.92rem;color:var(--text-muted);padding:.5rem 1.15rem;border-radius:999px;display:inline-flex;align-items:center;gap:.5rem;transition:color .25s var(--ease),background .25s var(--ease),box-shadow .25s var(--ease)}.qgx-tab svg{width:16px;height:16px}.qgx-tab.is-active{background:#fff;color:var(--accent-600);box-shadow:var(--shadow-sm)}.qgx-tab:focus-visible{outline:2px solid var(--accent-500);outline-offset:2px}.qgx-view{display:none}.qgx-view.is-active{display:block;animation:qgx-fade .4s var(--ease) both}@keyframes qgx-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.qgx-board{display:grid;grid-template-columns:1fr 290px;gap:1.25rem;align-items:start}@media(max-width:880px){.qgx-board{grid-template-columns:1fr}}.qgx-stage{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:radial-gradient(120% 95% at 50% 6%,#163257,#0a1728 46%,#060d18);border:1px solid #1c3556;box-shadow:0 22px 60px #04091466,inset 0 1px #ffffff0d}.qgx-stage svg{display:block;width:100%;height:auto}.qgx-edge{fill:none;transition:opacity .35s var(--ease),stroke-width .35s var(--ease)}.qgx-edge.informs{stroke:#8aa0bd;stroke-width:1.2;stroke-dasharray:5 4;opacity:.28}.qgx-edge.builds{stroke:#6f9bff;stroke-width:2;opacity:.55}.qgx-edge.documents{stroke:#b7c4d6;stroke-width:1.6;stroke-dasharray:1 5;stroke-linecap:round;opacity:.5}.qgx-stage.dim .qgx-edge{opacity:.06}.qgx-edge.lit{opacity:1!important}.qgx-edge.informs.lit{stroke-width:1.7}.qgx-edge.builds.lit{stroke-width:2.6}.qgx-node{cursor:pointer}.qgx-node .halo{transition:opacity .35s var(--ease)}.qgx-node .body{transition:transform .35s var(--ease);transform-box:fill-box;transform-origin:center}.qgx-node .lbl{font-family:var(--font-sans);font-weight:600;font-size:13px;fill:#dfe8f2;paint-order:stroke;stroke:#060d18b8;stroke-width:3px}.qgx-node.source .lbl{font-size:14px;fill:#ffe9c4}.qgx-stage.dim .qgx-node{opacity:.32;transition:opacity .35s var(--ease)}.qgx-node.active,.qgx-node.lit{opacity:1!important}.qgx-node.active .body{transform:scale(1.16)}.qgx-node:focus-visible{outline:none}.qgx-node:focus-visible .ring-focus{opacity:1}.ring-focus{opacity:0}@keyframes qgx-twinkle{0%,to{opacity:.5}50%{opacity:1}}.qgx-node.source .halo{animation:qgx-twinkle 4.5s ease-in-out infinite}.qgx-panel{display:flex;flex-direction:column;gap:1rem;position:sticky;top:1rem}.qgx-detail,.qgx-legend{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.1rem 1.15rem;box-shadow:var(--shadow-sm)}.qgx-dkind{font-size:.64rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-600);margin:0}.qgx-detail h3{font-family:var(--font-display);font-weight:500;font-size:1.3rem;margin:.25rem 0 .45rem;color:var(--ink-900)}.qgx-detail #qgx-ddesc{margin:0 0 .4rem;font-size:.86rem;color:var(--text-muted)}.qgx-visit{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:var(--accent-600);text-decoration:none;margin-top:.2rem}.qgx-visit:hover{text-decoration:underline}.qgx-rel{font-size:.78rem}.qgx-rel h4{margin:.7rem 0 .35rem;font-size:.62rem;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);font-weight:700}.qgx-rel ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.qgx-rel li{display:flex;align-items:baseline;gap:.5rem;color:var(--text-body)}.qgx-rel .verb{color:var(--text-muted);font-style:italic;min-width:4.6rem;flex:0 0 4.6rem}.qgx-legend h4{margin:0 0 .6rem;font-size:.62rem;letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);font-weight:700}.qgx-row{display:flex;align-items:center;gap:.6rem;font-size:.82rem;margin-bottom:.5rem;color:var(--text-body)}.qgx-row:last-child{margin-bottom:0}.qgx-swatch{width:26px;flex:0 0 26px;border-top-width:2px;border-top-style:solid}.qgx-swatch.informs{border-top-color:#8aa0bd;border-top-style:dashed}.qgx-swatch.builds{border-top-color:#6f9bff}.qgx-swatch.documents{border-top-color:#93a4b8;border-top-style:dotted;border-top-width:3px}.qgx-dot{width:14px;height:14px;flex:0 0 14px;border-radius:50%}.qgx-dot.source{background:#ffe0a3}.qgx-dot.org{background:#6f9bff}.qgx-dot.ind{background:#ff9e7a}.qgx-dot.both{background:linear-gradient(90deg,#ff9e7a 0 50%,#6f9bff 50% 100%)}.qgx-split{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--line)}.qgx-cards-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1.4rem;margin-bottom:1.5rem;font-size:.82rem;color:var(--text-muted)}.qgx-cards-legend span{display:inline-flex;align-items:center;gap:.45rem}.qgx-cards-legend .qgx-dot{display:inline-block}.qgx-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.15rem}.qgx-card{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem 1.4rem 1.5rem 1.6rem;box-shadow:var(--shadow-sm);text-decoration:none;transition:transform .3s var(--ease),box-shadow .3s var(--ease)}.qgx-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px}.qgx-card--source:before{background:var(--gold-400)}.qgx-card--org:before{background:#1e63f4}.qgx-card--ind:before{background:#e0673a}.qgx-card--both:before{background:linear-gradient(180deg,#e0673a,#1e63f4)}.qgx-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.qgx-card-kind{font-size:.64rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-600);background:var(--paper-muted);padding:.2rem .6rem;border-radius:999px;margin-bottom:.75rem}.qgx-card-name{font-family:var(--font-display);font-size:var(--step-1);color:var(--ink-900);line-height:1.15}.qgx-card-desc{margin-top:.5rem;font-size:.88rem;color:var(--text-muted)}.qgx-card-link{margin-top:auto;padding-top:1.1rem;display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--accent-600)}.qgx-card-link svg{transition:transform .2s var(--ease)}.qgx-card:hover .qgx-card-link svg{transform:translate(3px)}.qgx-card--anchor{background:radial-gradient(130% 130% at 80% -10%,#16335a 0%,var(--ink-900) 60%);border-color:transparent}.qgx-card--anchor:before{background:#6f9bff}.qgx-card--anchor .qgx-card-name{color:#fff}.qgx-card--anchor .qgx-card-desc{color:var(--text-on-dark-muted)}.qgx-card--anchor .qgx-card-kind{color:#fff;background:#ffffff1f}.qgx-card--anchor .qgx-card-link{color:var(--accent-400)}@media(prefers-reduced-motion:reduce){.qgx-node.source .halo,.qgx-view.is-active{animation:none}}.center[data-astro-cid-stld6yrx]{text-align:center}.section-head[data-astro-cid-stld6yrx]{margin-bottom:clamp(2.5rem,2rem + 2vw,3.5rem)}.section-head[data-astro-cid-stld6yrx].center h2[data-astro-cid-stld6yrx]{margin-inline:auto}.section-lead[data-astro-cid-stld6yrx]{max-width:56ch;margin:1rem auto 0;color:var(--text-muted);font-size:.98rem}.prose[data-astro-cid-stld6yrx] p[data-astro-cid-stld6yrx]{color:var(--text-body)}.prose[data-astro-cid-stld6yrx] p[data-astro-cid-stld6yrx]+p[data-astro-cid-stld6yrx]{margin-top:1.5rem}.prose[data-astro-cid-stld6yrx] .lead[data-astro-cid-stld6yrx]{color:var(--text-strong)}.prose[data-astro-cid-stld6yrx] a[data-astro-cid-stld6yrx]{color:var(--accent-600);font-weight:600}.divider[data-astro-cid-stld6yrx]{text-align:center;color:var(--accent-500);font-size:1.15rem;margin:2.75rem 0;letter-spacing:.2em}.signature[data-astro-cid-stld6yrx]{margin-top:2.75rem;padding-top:1.75rem;border-top:1px solid var(--line);font-family:var(--font-display);font-size:var(--step-1);color:var(--ink-900)}.signature[data-astro-cid-stld6yrx] span[data-astro-cid-stld6yrx]{display:block;margin-top:.3rem;font-family:var(--font-sans);font-size:.88rem;color:var(--text-muted)}.scale-grid[data-astro-cid-stld6yrx]{grid-template-columns:1fr 1fr}.scale-card[data-astro-cid-stld6yrx]{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2.25rem 2rem}.scale-card[data-astro-cid-stld6yrx] h3[data-astro-cid-stld6yrx]{font-size:var(--step-1)}.scale-card[data-astro-cid-stld6yrx]>p[data-astro-cid-stld6yrx]{margin-top:.75rem;color:var(--text-muted)}.scale-card[data-astro-cid-stld6yrx] ul[data-astro-cid-stld6yrx]{margin-top:1.5rem;display:flex;flex-direction:column;gap:.85rem}.span-note[data-astro-cid-stld6yrx]{max-width:56ch;margin:clamp(2rem,1.5rem + 2vw,3rem) auto 0;text-align:center;color:var(--text-muted)}.span-note[data-astro-cid-stld6yrx] a[data-astro-cid-stld6yrx]{color:var(--accent-600);font-weight:600}.map-link[data-astro-cid-stld6yrx]{text-align:center;margin-top:2rem}@media(max-width:760px){.scale-grid[data-astro-cid-stld6yrx]{grid-template-columns:1fr}}
