.blueprint{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-fg);border-radius:14px;margin:1.75rem 0 2rem;padding:clamp(1.1rem,3vw,1.6rem)}.blueprint__header{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.1rem;display:flex}.blueprint__title{margin:0;font-size:clamp(1.15rem,3vw,1.4rem);font-weight:900;line-height:1.25}.blueprint__legend{color:var(--color-muted);flex-direction:column;flex:none;gap:.25rem;font-size:.67rem;display:flex}.blueprint__legend span{align-items:center;gap:.4rem;display:flex}.blueprint__key{border:1px solid var(--color-muted);border-radius:2px;width:.65rem;height:.65rem}.blueprint__key--system{border-color:var(--brand);background:var(--brand-soft)}.blueprint__chassis{border:1px solid color-mix(in srgb, var(--color-muted) 55%, var(--color-border));background:linear-gradient(color-mix(in srgb, var(--color-border) 42%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--color-border) 42%, transparent) 1px, transparent 1px), color-mix(in srgb, var(--color-bg) 72%, transparent);box-shadow:inset 0 0 0 .3rem color-mix(in srgb, var(--color-border) 28%, transparent);background-size:1rem 1rem;border-radius:8px;padding:1rem;position:relative}.blueprint__modules{grid-template-columns:repeat(8,minmax(0,1fr));gap:0;display:grid;position:relative}.blueprint__module{--piece-border:var(--color-muted);--piece-fill:var(--color-surface);--piece-turn:0deg;--piece-x:0;--piece-y:0;z-index:1;aspect-ratio:1;text-align:center;width:calc(100% + 1.5rem);max-width:12.5rem;filter:drop-shadow(0 7px 8px color-mix(in srgb, var(--color-fg) 10%, transparent));transform:translate(var(--piece-x), var(--piece-y)) rotate(var(--piece-turn));transform-origin:50%;background:0 0;border:0;flex-direction:column;justify-content:center;justify-self:center;align-items:center;padding:1.65rem 2.65rem;transition:filter .15s,transform .15s;display:flex;position:relative}.blueprint__piece{z-index:-1;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.blueprint__piece path{fill:var(--piece-fill);stroke:var(--piece-border);stroke-width:1px;vector-effect:non-scaling-stroke}.blueprint__module--controller{--piece-turn:-2.6deg;--piece-x:.75rem;grid-column:1/3}.blueprint__module--optics{--piece-turn:1.7deg;--piece-x:.25rem;grid-column:3/5}.blueprint__module--quantum{--piece-turn:-1.4deg;--piece-x:-.25rem;grid-column:5/7}.blueprint__module--optics>:is(strong,.blueprint__role,.blueprint__detail),.blueprint__module--quantum>:is(strong,.blueprint__role,.blueprint__detail){position:relative;left:-.4rem}.blueprint__module--decoder{--piece-turn:2.1deg;--piece-x:-.75rem;grid-column:7/9}.blueprint__module--system{--piece-border:var(--brand);--piece-fill:var(--brand-soft)}.blueprint__module:hover{z-index:2;filter:drop-shadow(0 9px 10px color-mix(in srgb, var(--brand) 16%, transparent));transform:translate(var(--piece-x), calc(var(--piece-y) - 2px)) rotate(0)}.blueprint__module-head{color:var(--color-muted);font-family:var(--sl-font-mono);justify-content:flex-end;font-size:.6rem;display:flex;position:absolute;top:1.7rem;right:2.65rem}.blueprint__ports{gap:.2rem;display:flex}.blueprint__ports i{border:1px solid;border-radius:50%;width:.3rem;height:.3rem}.blueprint__module strong{margin-top:.45rem;font-size:.95rem}.blueprint__role{color:var(--brand-strong);letter-spacing:.035em;text-transform:uppercase;font-size:.63rem;font-weight:900}.blueprint__detail{color:var(--color-muted);margin-top:.55rem;font-size:.7rem;line-height:1.35}.blueprint figcaption{color:var(--color-muted);margin-top:.9rem;font-size:.8rem;line-height:1.4}@media (width<=53.75rem){.blueprint__modules{grid-template-columns:1fr;gap:0;margin-bottom:0}.blueprint__module{--piece-x:0;--piece-y:0;grid-column:1;width:100%;max-width:14rem;margin-top:-1.25rem}.blueprint__module:first-child{margin-top:0}}@media (width<=40rem){.blueprint__header{flex-direction:column;align-items:start}.blueprint__legend{flex-flow:wrap;gap:.4rem 1rem}}.workshop:where(.astro-sjha6f2o){border:1px solid var(--brand);background:linear-gradient(90deg, color-mix(in srgb, var(--color-surface) 96%, transparent) 0%, color-mix(in srgb, var(--color-surface) 88%, transparent) 58%, color-mix(in srgb, var(--color-surface) 62%, transparent) 100%), url(/blog/cevnac-toronto-skyline.png) center 54% / cover;min-height:13rem;color:var(--color-fg);box-shadow:0 16px 32px -28px var(--brand);border-radius:14px;justify-content:space-between;align-items:end;gap:1.5rem;margin:1.25rem 0 2rem;padding:clamp(1.1rem,3vw,1.5rem);display:flex}.workshop__eyebrow:where(.astro-sjha6f2o),.workshop__title:where(.astro-sjha6f2o),.workshop__description:where(.astro-sjha6f2o){margin:0}.workshop__eyebrow:where(.astro-sjha6f2o){color:var(--brand-strong);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:900}.workshop__title:where(.astro-sjha6f2o){max-width:30rem;margin-top:.25rem;font-size:1.15rem;font-weight:900;line-height:1.3}.workshop__description:where(.astro-sjha6f2o){max-width:34rem;color:var(--color-muted);margin-top:.5rem;font-size:.85rem;line-height:1.5}.workshop:where(.astro-sjha6f2o) .workshop__link:where(.astro-sjha6f2o){border:1px solid var(--brand);background:var(--brand);color:var(--color-bg);box-shadow:0 8px 20px -14px var(--brand);border-radius:8px;flex:none;align-items:center;gap:.4rem;padding:.65rem .9rem;font-size:.82rem;font-weight:700;line-height:1.25;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s,transform .12s;display:inline-flex}.workshop:where(.astro-sjha6f2o) .workshop__link:where(.astro-sjha6f2o):hover,.workshop:where(.astro-sjha6f2o) .workshop__link:where(.astro-sjha6f2o):focus-visible{border-color:var(--brand-strong);background:var(--brand-strong);color:var(--color-bg);box-shadow:0 10px 24px -12px var(--brand-strong);transform:translateY(-2px)}@media (width<=40rem){.workshop:where(.astro-sjha6f2o){flex-direction:column;align-items:stretch}.workshop:where(.astro-sjha6f2o) .workshop__link:where(.astro-sjha6f2o){flex:initial;justify-content:center}}.cite{border:1px solid var(--color-border);color:var(--color-muted);border-radius:10px;margin:1.5rem 0 2rem;overflow:hidden}.cite__header{justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .9rem;display:flex}.cite__label{color:var(--color-muted);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.cite__copy{border:1px solid var(--color-border);color:var(--color-muted);font:inherit;cursor:pointer;background:0 0;border-radius:999px;flex:none;padding:.25rem .6rem;font-size:.7rem;font-weight:700;transition:border-color .15s,color .15s}.cite__copy:hover{border-color:var(--brand);color:var(--brand-strong)}.cite__copy:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.cite .cite__code{border-top:1px solid var(--color-border);background:color-mix(in srgb, var(--color-muted) 6%, transparent);border-radius:0;margin:0;padding:.8rem .9rem .9rem;overflow-x:visible}.cite .cite__code code{color:var(--color-muted);font-family:var(--sl-font-mono);white-space:pre-wrap;overflow-wrap:anywhere;background:0 0;border:0;padding:0;font-size:.72rem;line-height:1.6;display:block}.cite__status{color:var(--color-muted);margin:0;padding:.5rem .9rem 0;font-size:.7rem}.cite__status:empty{display:none}@media (width<=50rem){.cite__copy{min-height:2.75rem;padding-inline:1.1rem}}@media (width<=42rem){.cite .cite__code code{font-size:.68rem}}.roadmap:where(.astro-rp53aolj){border:1px solid var(--color-border);background:radial-gradient(circle at 72% 16%, color-mix(in srgb, var(--brand) 14%, transparent), transparent 32%), var(--color-surface);color:var(--color-fg);border-radius:14px;margin:1.75rem 0 2rem;padding:clamp(1.1rem,3vw,1.6rem)}.roadmap__heading:where(.astro-rp53aolj){margin-bottom:1.35rem}.roadmap__eyebrow:where(.astro-rp53aolj),.roadmap__title:where(.astro-rp53aolj){margin:0}.roadmap__eyebrow:where(.astro-rp53aolj){color:var(--brand-strong);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:900}.roadmap__title:where(.astro-rp53aolj){margin-top:.25rem;font-size:clamp(1.15rem,3vw,1.4rem);font-weight:900;line-height:1.25}.roadmap__steps:where(.astro-rp53aolj){grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin:0;padding:1.35rem 0 0;list-style:none;display:grid;position:relative}.roadmap__steps:where(.astro-rp53aolj):before{background:linear-gradient(90deg, var(--color-border), var(--brand), var(--color-border));content:"";height:2px;position:absolute;top:.35rem;left:11%;right:11%}.roadmap__step:where(.astro-rp53aolj){border:1px solid var(--color-border);background:color-mix(in srgb, var(--color-bg) 72%, transparent);border-radius:10px;flex-direction:column;gap:.28rem;min-width:0;min-height:8.5rem;padding:.9rem;display:flex;position:relative}.roadmap__step:where(.astro-rp53aolj):before{border:2px solid var(--color-surface);background:var(--color-muted);width:.65rem;height:.65rem;box-shadow:0 0 0 1px var(--color-border);content:"";border-radius:50%;position:absolute;top:-1.45rem;left:50%;transform:translate(-50%)}.roadmap__step--horizon:where(.astro-rp53aolj){border-color:var(--brand);background:var(--brand-soft);box-shadow:0 14px 30px -24px var(--brand)}.roadmap__step--horizon:where(.astro-rp53aolj):before{background:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 25%, transparent)}.roadmap__date:where(.astro-rp53aolj){color:var(--color-muted);letter-spacing:.045em;text-transform:uppercase;font-size:.66rem;font-weight:900;line-height:1.25}.roadmap__step--horizon:where(.astro-rp53aolj) .roadmap__date:where(.astro-rp53aolj){color:var(--brand-strong)}.roadmap__name:where(.astro-rp53aolj){font-size:1.12rem;line-height:1.2}.roadmap__detail:where(.astro-rp53aolj){color:var(--color-muted);font-size:.78rem;line-height:1.35}.roadmap__caption:where(.astro-rp53aolj){color:var(--color-muted);justify-content:space-between;align-items:baseline;gap:.75rem 1.25rem;margin-top:1rem;font-size:.8rem;line-height:1.4;display:flex}.roadmap__caption:where(.astro-rp53aolj) a:where(.astro-rp53aolj){color:var(--brand-strong);flex:none;font-weight:700}@media (width<=40rem){.roadmap__steps:where(.astro-rp53aolj){grid-template-columns:1fr;gap:.75rem;padding:0 0 0 1.2rem}.roadmap__steps:where(.astro-rp53aolj):before{background:linear-gradient(180deg, var(--color-border), var(--brand), var(--color-border));width:2px;height:auto;inset:1rem auto 1rem .3rem}.roadmap__step:where(.astro-rp53aolj){min-height:0}.roadmap__step:where(.astro-rp53aolj):before{top:1.15rem;left:-1.2rem;transform:translate(-50%)}.roadmap__caption:where(.astro-rp53aolj){flex-direction:column;align-items:flex-start}.roadmap__caption:where(.astro-rp53aolj) a:where(.astro-rp53aolj){flex:initial}}
