.ds-cite{cursor:help;border-bottom:1px dotted;border-bottom-color:var(--ds-cite-color,hsl(var(--muted-foreground)));transition:background-color .12s ease;outline:0}.ds-cite:focus-visible,.ds-cite:hover{background:var(--ds-cite-bg,hsla(0 0% 0%/.04));border-bottom-style:solid}.ds-cite:focus-visible{box-shadow:0 0 0 2px var(--ds-cite-color,hsl(var(--ring)));border-radius:2px}.ds-cite--high{--ds-cite-color:hsl(142 70% 45%);--ds-cite-bg:hsla(142 70% 45%/0.1)}.ds-cite--mid{--ds-cite-color:hsl(38 92% 55%);--ds-cite-bg:hsla(38 92% 55%/0.12)}.ds-cite--low{--ds-cite-color:hsl(0 75% 60%);--ds-cite-bg:hsla(0 75% 60%/0.14);background:hsla(0 75% 60%/.06);border-radius:2px}.ds-cite--missing{border-bottom:1px dotted hsl(var(--muted-foreground));cursor:help;opacity:.85}.ds-source-overlay{position:fixed;inset:0;background:hsla(0 0% 0%/.35);z-index:60;animation:ds-source-fade .15s ease}.ds-source-drawer{position:fixed;top:0;right:0;height:100vh;width:min(420px,100vw);background:hsl(var(--card));border-left:1px solid hsl(var(--border));z-index:61;display:flex;flex-direction:column;box-shadow:-8px 0 24px hsla(0 0% 0%/.25);animation:ds-source-slide .18s ease-out}.ds-source-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid hsl(var(--border));flex-shrink:0}.ds-source-drawer-head-title{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.ds-source-drawer-close{background:transparent;border:0;padding:4px;border-radius:4px;cursor:pointer;color:hsl(var(--muted-foreground))}.ds-source-drawer-close:hover{background:hsl(var(--muted))}.ds-source-drawer-body{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:18px}.ds-source-field-id{font-size:11px;color:hsl(var(--muted-foreground));margin:4px 0 6px}.ds-source-field-value{font-size:14px;font-weight:600}.ds-source-doc-title{font-size:13px;font-weight:600;margin:4px 0 6px}.ds-source-doc-meta{display:flex;flex-wrap:wrap;gap:6px;font-size:11px;color:hsl(var(--muted-foreground));align-items:center}.ds-source-excerpt-text{font-size:12px;font-style:italic;color:hsl(var(--foreground));background:hsl(var(--muted)/.5);border-left:2px solid hsl(var(--border));padding:8px 12px;margin:6px 0 8px;border-radius:0 4px 4px 0}.ds-source-pdf-stub{border:1px dashed hsl(var(--border));padding:24px 12px;text-align:center;font-size:11px;color:hsl(var(--muted-foreground));border-radius:4px}.ds-source-meta{display:flex;flex-direction:column;gap:6px;padding:12px;background:hsl(var(--muted)/.4);border-radius:4px}.ds-source-meta-row{display:flex;justify-content:space-between;font-size:11px}.ds-source-meta-k{color:hsl(var(--muted-foreground))}.ds-source-confidence{font-weight:600}.ds-source-confidence--high{color:hsl(142 70% 45%)}.ds-source-confidence--mid{color:hsl(38 92% 55%)}.ds-source-confidence--low{color:hsl(0 75% 60%)}.ds-source-actions{display:flex;gap:8px;margin-top:auto;padding-top:12px;border-top:1px solid hsl(var(--border))}@keyframes ds-source-fade{0%{opacity:0}to{opacity:1}}@keyframes ds-source-slide{0%{transform:translateX(100%)}to{transform:translateX(0)}}.ds-screening-doc .ds-phase-intro .ds-eyebrow{display:none}.ds-screening-doc .ds-screening-section+.ds-screening-section{margin-top:48px;padding-top:48px;border-top:1px solid hsl(var(--border))}.ds-screening-doc .ds-screening-section{scroll-margin-top:152px}.ds-screening-doc{padding-bottom:60vh}.ds-phasebar{display:flex;align-items:stretch;gap:0;padding:6px;margin-bottom:24px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:10px}.ds-phasebar__item{flex:1;display:flex;align-items:center;gap:12px;padding:12px 16px;border:0;background:transparent;border-radius:7px;cursor:pointer;text-align:left;color:hsl(var(--muted-foreground));transition:background .12s ease,color .12s ease}.ds-phasebar__item:hover{background:hsl(var(--muted)/.5);color:hsl(var(--foreground))}.ds-phasebar__item--active,.ds-phasebar__item--active:hover{background:hsl(var(--foreground));color:hsl(var(--background))}.ds-phasebar__num{font-family:var(--font-mono);font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1;opacity:.75}.ds-phasebar__item--active .ds-phasebar__num{opacity:1}.ds-phasebar__txt{display:flex;flex-direction:column;gap:2px}.ds-phasebar__title{font-size:14px;font-weight:600;letter-spacing:-.01em}.ds-phasebar__sub{font-size:11.5px;font-weight:400;opacity:.65;letter-spacing:.01em}.ds-phasebar__sep{align-self:center;font-size:22px;color:hsl(var(--border));-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:0 2px}.ds-phase-intro{margin-bottom:24px;max-width:760px}.ds-phase-intro .ds-h2{font-size:22px;font-weight:600;letter-spacing:-.015em;margin:4px 0 8px;color:hsl(var(--foreground))}.ds-phase-intro .ds-body{color:hsl(var(--muted-foreground));font-size:14px;line-height:1.55}.ds-canvas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.ds-canvas-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:10px;padding:16px 18px;display:flex;flex-direction:column;gap:10px;min-height:160px}.ds-canvas-card--primary{grid-column:span 3;background:hsl(var(--muted)/.4);border-color:hsl(var(--border))}.ds-canvas-card__label{font-family:var(--font-mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));font-weight:500}.ds-canvas-card__body{display:flex;flex-direction:column;gap:6px}.ds-canvas-card__body .ds-kv{padding:4px 0;border-bottom:1px solid hsl(var(--border)/.5)}.ds-canvas-card__body .ds-kv:last-child{border-bottom:0}.ds-canvas-pill-row{display:flex;flex-wrap:wrap;gap:6px}.ds-completeness{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.ds-completeness__row{display:grid;grid-template-columns:16px 1fr 1.5fr auto;align-items:center;gap:14px;padding:10px 0;border-bottom:1px solid hsl(var(--border));font-size:13.5px}.ds-completeness__row:last-child{border-bottom:0}.ds-completeness__dot{width:8px;height:8px;border-radius:50%;margin-left:4px}.ds-completeness__row--ok .ds-completeness__dot{background:hsl(142 70% 45%)}.ds-completeness__row--wait .ds-completeness__dot{background:hsl(217 89% 61%)}.ds-completeness__row--miss .ds-completeness__dot{background:hsl(38 92% 50%)}.ds-completeness__k{font-weight:500;color:hsl(var(--foreground))}.ds-completeness__note{color:hsl(var(--muted-foreground));font-size:12.5px}.ds-assumptions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.ds-assumption{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:10px;padding:18px;display:flex;flex-direction:column;gap:12px}.ds-assumption__head{display:flex;align-items:baseline;gap:10px;padding-bottom:8px;border-bottom:1px solid hsl(var(--border))}.ds-assumption__n{font-family:var(--font-mono);font-size:12px;color:hsl(var(--muted-foreground));letter-spacing:.04em}.ds-assumption__title{font-size:14.5px;font-weight:600;letter-spacing:-.01em}.ds-assumption__claim{display:flex;flex-direction:column;gap:2px;padding:4px 0}.ds-assumption__amount{font-family:var(--font-mono);font-size:26px;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground));font-variant-numeric:tabular-nums}.ds-assumption__unit{font-size:12.5px;color:hsl(var(--muted-foreground))}.ds-assumption__source{font-size:12px;color:hsl(var(--muted-foreground));margin:0}.ds-assumption__rationale{font-size:13px;line-height:1.5;color:hsl(var(--foreground));margin:0;flex:1}.ds-triple{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:10px;margin-bottom:16px;overflow:hidden}.ds-triple__col{padding:18px 20px;display:flex;flex-direction:column;gap:6px;border-right:1px solid hsl(var(--border))}.ds-triple__col:last-child{border-right:0}.ds-triple__col--sponsor{background:hsl(var(--muted)/.35)}.ds-triple__col--c3p{background:hsl(var(--card))}.ds-triple__col--green{background:hsl(142 60% 96%)}.ds-triple__col--amber{background:hsl(38 92% 96%)}.ds-triple__col--red{background:hsl(0 80% 97%)}.ds-triple__label{font-family:var(--font-mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));font-weight:500}.ds-triple__col--green .ds-triple__label{color:hsl(142 60% 30%)}.ds-triple__col--amber .ds-triple__label{color:hsl(28 80% 35%)}.ds-triple__col--red .ds-triple__label{color:hsl(0 70% 40%)}.ds-triple__value{font-family:var(--font-mono);font-size:22px;font-weight:600;letter-spacing:-.015em;color:hsl(var(--foreground));font-variant-numeric:tabular-nums}.ds-triple__col--green .ds-triple__value{color:hsl(142 60% 25%)}.ds-triple__col--amber .ds-triple__value{color:hsl(28 75% 32%)}.ds-triple__col--red .ds-triple__value{color:hsl(0 70% 38%)}.ds-triple__sub{font-size:12.5px;color:hsl(var(--muted-foreground));line-height:1.4}.ds-verdict{border:1px solid hsl(var(--border));border-radius:10px;padding:18px 20px;display:flex;flex-direction:column;gap:6px;margin-top:4px}.ds-verdict--green{background:hsl(142 60% 96%);border-color:hsl(142 50% 80%)}.ds-verdict--amber{background:hsl(38 92% 96%);border-color:hsl(38 80% 80%)}.ds-verdict--red{background:hsl(0 80% 97%);border-color:hsl(0 70% 85%)}.ds-verdict,.ds-verdict__body,.ds-verdict__title{color:hsl(220 15% 15%)}.ds-verdict__body b,.ds-verdict__body strong{color:hsl(220 20% 8%)}.ds-verdict__body em,.ds-verdict__body i{color:hsl(220 15% 25%)}.ds-verdict__pill{font-family:var(--font-mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;align-self:flex-start;padding:3px 8px;border-radius:4px;background:hsl(0 0% 100%)}.ds-verdict--green .ds-verdict__pill{color:hsl(142 60% 25%)}.ds-verdict--amber .ds-verdict__pill{color:hsl(28 75% 32%)}.ds-verdict--red .ds-verdict__pill{color:hsl(0 70% 38%)}.ds-verdict__title{font-size:15px;font-weight:600;letter-spacing:-.01em;margin:0}.ds-verdict__body{font-size:13.5px;line-height:1.55;margin:0}.ds-exit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.ds-exit-col{display:flex;flex-direction:column;gap:12px}.ds-exit-col__head{padding:10px 14px;background:hsl(var(--muted)/.4);border:1px solid hsl(var(--border));border-radius:8px}.ds-exit-col__head .ds-h3{margin:4px 0 0;font-size:16px;font-weight:600;letter-spacing:-.01em}.ds-exit-col .ds-triple{grid-template-columns:1fr 1fr 1fr;margin-bottom:0}.ds-exit-col .ds-triple__col{padding:12px 14px}.ds-exit-col .ds-triple__value{font-size:16px}.ds-card--quiet{background:hsl(var(--muted)/.25)}.ds-card-title--sm{font-size:13.5px;margin-bottom:10px}.ds-recommend{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:10px;padding:24px;gap:20px}.ds-recommend,.ds-recommend__head{display:flex;flex-direction:column}.ds-recommend__head{gap:8px;padding-bottom:18px;border-bottom:1px solid hsl(var(--border))}.ds-recommend__pill{align-self:flex-start;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;padding:4px 10px;border-radius:4px;background:hsl(38 92% 92%);color:hsl(28 75% 32%)}.ds-recommend__title{font-size:18px;font-weight:600;letter-spacing:-.015em;margin:0;line-height:1.4;max-width:720px}.ds-recommend__metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ds-recommend__cols{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-top:18px;border-top:1px solid hsl(var(--border))}.ds-classification{border-left:3px solid hsl(217 80% 55%)}.ds-classification__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 8px;flex-wrap:wrap}.ds-classification__t{margin:0;font-size:18px;font-weight:600;letter-spacing:-.01em}.ds-typegrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}@media (max-width:900px){.ds-typegrid{grid-template-columns:1fr}}.ds-typegrid__macro{border:1px solid hsl(var(--border));border-radius:8px;padding:14px 16px;background:hsl(var(--card))}.ds-typegrid__macro--active{border-color:hsl(217 80% 55%);background:hsl(217 80% 98%)}.ds-typegrid__macrohead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.ds-typegrid__macroh{margin:0;font-size:15px;font-weight:600;letter-spacing:-.01em}.ds-typegrid__macrolead{margin:0 0 10px;font-size:12.5px;color:hsl(var(--muted-foreground));line-height:1.5}.ds-typegrid__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.ds-typegrid__row{display:flex;gap:10px;padding:8px 10px;border-radius:6px;border:1px dashed hsl(var(--border));align-items:flex-start}.ds-typegrid__row--on{border-style:solid;border-color:hsl(217 80% 55%);background:white}.ds-typegrid__check{font-size:14px;color:hsl(var(--muted-foreground));line-height:1.3;flex:0 0 auto}.ds-typegrid__row--on .ds-typegrid__check{color:hsl(217 80% 55%)}.ds-typegrid__rowbody{display:flex;flex-direction:column;gap:2px;min-width:0}.ds-typegrid__t{font-size:13.5px;font-weight:600;color:hsl(var(--foreground))}.ds-typegrid__d{font-size:12.5px;color:hsl(var(--muted-foreground));line-height:1.45}.ds-asset-trasf{display:flex;flex-direction:column;gap:18px;margin-top:14px}.ds-asset-trasf__row{border:1px solid hsl(var(--border));border-radius:8px;padding:14px 16px;background:hsl(var(--card))}.ds-asset-trasf__h{margin:0 0 12px;font-size:14.5px;font-weight:600;letter-spacing:-.01em}.ds-asset-trasf__grid{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:start;padding:10px 0;border-top:1px dashed hsl(var(--border));border-bottom:1px dashed hsl(var(--border))}.ds-asset-trasf__col{display:flex;flex-direction:column;gap:4px}.ds-asset-trasf__col--future{background:hsl(var(--muted)/.25);padding:8px 12px;border-radius:6px}.ds-asset-trasf__when{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));margin-bottom:4px;font-family:var(--font-mono)}.ds-asset-trasf__arrow{color:hsl(var(--muted-foreground));font-size:22px;align-self:center;font-weight:300}.ds-asset-trasf__interventi{margin:12px 0 0;font-size:13px;line-height:1.5;color:hsl(var(--foreground))}.ds-milestones{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-direction:column;gap:0}.ds-milestone{display:flex;gap:14px;padding:12px 0;border-top:1px dashed hsl(var(--border));position:relative}.ds-milestone:first-child{border-top:0;padding-top:4px}.ds-milestone__dot{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex:0 0 28px;background:hsl(var(--muted));color:hsl(var(--muted-foreground));font-family:var(--font-mono)}.ds-milestone--done .ds-milestone__dot{background:hsl(142 60% 45%);color:white}.ds-milestone--current .ds-milestone__dot{background:hsl(217 80% 55%);color:white}.ds-milestone__body{flex:1 1 auto;min-width:0}.ds-milestone__head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:4px}.ds-milestone__k{font-family:var(--font-mono);font-size:11.5px;color:hsl(var(--muted-foreground));letter-spacing:.04em}.ds-milestone__t{margin:0;font-size:14px;font-weight:600;letter-spacing:-.01em}.ds-milestone__date{font-size:12px;color:hsl(var(--muted-foreground));font-family:var(--font-mono)}.ds-milestone__note{margin:0;font-size:13px;line-height:1.5;color:hsl(var(--foreground))}.ds-action-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin-top:10px}.ds-kv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 24px;padding:8px 0;border-top:1px dashed hsl(var(--border))}.ds-stack-12{display:flex;flex-direction:column;gap:12px}.ds-publish-state{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:8px;border:1px solid hsl(var(--border));background:hsl(var(--card));margin-bottom:12px}.ds-publish-state--ready{border-left:3px solid hsl(142 60% 45%);background:hsl(142 60% 96%)}.ds-publish-state--wait{border-left:3px solid hsl(35 90% 55%);background:hsl(35 90% 97%)}.ds-publish-state__icon{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:white;flex:0 0 32px}.ds-publish-state--ready .ds-publish-state__icon{background:hsl(142 60% 45%)}.ds-publish-state--wait .ds-publish-state__icon{background:hsl(35 90% 55%)}.ds-publish-state__body{flex:1 1 auto;min-width:0}.ds-publish-state__h{margin:0 0 2px;font-size:14px;font-weight:600}.ds-publish-state__sub{margin:0;font-size:13px;color:hsl(var(--muted-foreground))}.ds-permit-list{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.ds-permit{border-left:1px solid hsl(var(--border));border:1px solid hsl(var(--border));border-left-width:3px;border-radius:8px;padding:14px 16px;background:hsl(var(--card))}.ds-permit--green{border-left-color:hsl(142 60% 45%)}.ds-permit--blue{border-left-color:hsl(217 80% 55%)}.ds-permit--amber{border-left-color:hsl(35 90% 55%)}.ds-permit__head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.ds-permit__icon{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;flex:0 0 22px;color:white}.ds-permit__icon--ok{background:hsl(142 60% 45%)}.ds-permit__icon--wait{background:hsl(35 90% 55%)}.ds-permit__icon--constraint{background:hsl(217 80% 55%)}.ds-permit__icon--alert{background:hsl(0 70% 55%)}.ds-permit__title{display:flex;align-items:baseline;gap:8px;flex:1 1 auto;min-width:0}.ds-permit__n{font-family:var(--font-mono);font-size:11.5px;color:hsl(var(--muted-foreground));letter-spacing:.04em;flex:0 0 auto}.ds-permit__h{margin:0;font-size:14.5px;font-weight:600;letter-spacing:-.01em;color:hsl(var(--foreground))}.ds-permit__ente{font-size:12px;color:hsl(var(--muted-foreground));font-family:var(--font-mono);flex:0 0 auto}.ds-permit__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 18px;padding:10px 0;border-top:1px dashed hsl(var(--border))}.ds-permit__lk{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));margin-bottom:2px}.ds-permit__lv,.ds-permit__note{font-size:13px;color:hsl(var(--foreground))}.ds-permit__note{margin:0;padding-top:10px;border-top:1px dashed hsl(var(--border));line-height:1.5;text-wrap:pretty}.ds-pitch-quote{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.ds-pitch-quote__text{margin:0;padding:0 0 0 16px;border-left:3px solid hsl(var(--border));font-size:15px;line-height:1.6;color:hsl(var(--foreground));font-style:normal;text-wrap:pretty}.ds-pitch-quote__by{font-size:12.5px;color:hsl(var(--muted-foreground));font-family:var(--font-mono);letter-spacing:.01em}.ds-nav-group{gap:1px;margin-bottom:14px}.ds-nav-group,.ds-nav-group-head{display:flex;flex-direction:column}.ds-nav-group-head{padding:4px 12px 6px;margin-top:4px}.ds-nav-group-label{font-family:var(--font-mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.09em;font-weight:600;color:hsl(var(--foreground)/.7)}.ds-nav-group-hint{font-size:11px;color:hsl(var(--muted-foreground));margin-top:1px}