.bo-learning-centre-continue{gap:var(--space-2);box-sizing:border-box;width:100%;min-width:0;min-height:var(--target-min);padding:var(--space-4);border:var(--border-thin) solid var(--learning-resume-border);border-radius:var(--radius-md);background:var(--learning-resume-surface);color:inherit;cursor:pointer;flex-direction:column;margin:0;text-decoration:none;display:flex}.bo-learning-centre-continue:hover{background:var(--learning-resume-surface-hover);border-color:var(--learning-resume-border-hover)}.bo-learning-centre-continue:active{background:var(--learning-resume-surface-active);border-color:var(--learning-resume-border-hover)}.bo-learning-centre-continue:focus{outline:none}.bo-learning-centre-continue:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:calc(-1 * var(--focus-ring-offset))}.bo-learning-centre-continue .bo-panel-heading,.bo-learning-centre-continue__copy{gap:var(--space-1)}.bo-learning-centre-continue .bo-onboarding-eyebrow{margin:0}.bo-learning-centre-continue__title{min-width:0;font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-semibold);line-height:var(--text-body-line);color:var(--text-primary);overflow-wrap:anywhere;margin:0;display:block}.bo-learning-centre-continue__progress{min-width:0;color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-metadata-size);font-weight:var(--font-weight-regular);letter-spacing:normal;line-height:var(--text-metadata-line);overflow-wrap:anywhere;margin:0}.bo-learning-centre-continue__footer{justify-content:flex-end;align-items:center;width:100%;min-width:0;display:flex}.bo-learning-centre-continue__action{box-sizing:border-box;align-self:flex-end;gap:var(--space-nav-icon-gap,6px);pointer-events:none;white-space:nowrap;width:auto;max-width:100%;margin:0}.bo-learning-centre-continue__action-label{min-width:0}@media (width>=48rem){.bo-learning-centre-continue{background:var(--surface-primary);flex-direction:column;gap:0;padding:0;display:flex}.bo-learning-centre-continue:hover,.bo-learning-centre-continue:active{background:var(--surface-primary)}.bo-learning-centre-continue__copy{min-width:0;padding:var(--space-3) var(--space-4)}.bo-learning-centre-continue__title{font-family:var(--font-display);font-weight:var(--font-weight-regular);color:var(--text-primary)}.bo-learning-centre-continue__footer{padding:var(--space-2) var(--space-4) var(--space-3);border-top:var(--border-thin) solid var(--border-default);justify-content:flex-end;margin-top:0}.bo-learning-centre-continue__action{border-radius:0;place-self:auto end;width:auto;min-width:0;max-width:100%}}.bo-learning-centre-module{border:0;border-bottom:var(--bo-data-list-divider);background:0 0;border-radius:0;margin:0;padding:0;list-style:none}.bo-learning-centre-module:last-child{border-bottom:0}.bo-learning-centre-module__row{grid-template-columns:var(--icon-size-md) minmax(0, 1fr);column-gap:var(--space-3);row-gap:var(--space-nav-icon-gap,6px);box-sizing:border-box;width:100%;min-width:0;padding:var(--space-3) var(--space-4);color:inherit;background:0 0;border:0;border-radius:0;grid-template-areas:"status title""status action";align-items:start;margin:0;text-decoration:none;display:grid}.bo-learning-centre-module__icon{box-sizing:border-box;width:var(--icon-size-md);height:var(--icon-size-md);min-width:var(--icon-size-md);flex:0 0 var(--icon-size-md);color:inherit;flex-shrink:0;grid-area:status;justify-content:center;align-self:start;align-items:center;margin-top:0;display:inline-flex}.bo-learning-centre-module__icon svg,.bo-learning-centre-module__icon .bo-icon{width:var(--icon-size-md);height:var(--icon-size-md);flex:none}.bo-learning-centre-module__icon--available{color:var(--text-primary)}.bo-learning-centre-module__icon--in-progress{color:var(--accent-warning)}.bo-learning-centre-module__icon--complete{color:var(--accent-success)}.bo-learning-centre-module__icon--locked{color:var(--accent-locked)}.bo-learning-centre-module__icon--upcoming{color:var(--accent-warning)}.bo-learning-centre-module__title{min-width:0;color:var(--text-primary);font-family:var(--font-interface);text-transform:none;overflow-wrap:anywhere;grid-area:title;align-self:start;margin:0;font-size:16px;font-weight:600;line-height:1.3}.bo-learning-centre-module--locked .bo-learning-centre-module__title{color:var(--text-primary);font-weight:600}.bo-learning-centre-module__footer{grid-area:action;justify-content:flex-end;justify-self:end;align-items:center;min-width:0;max-width:100%;display:flex}.bo-learning-centre-module__state{min-width:0;color:var(--text-secondary,var(--bo-data-list-meta-color));font-family:var(--font-interface);text-align:right;white-space:nowrap;margin:0;font-size:14px;font-weight:400;line-height:1.3}.bo-learning-centre-module__state--complete{color:var(--text-status-positive)}.bo-learning-centre-module__state--upcoming{color:var(--text-status-attention)}.bo-learning-centre-module__state--locked{color:var(--text-muted)}.bo-learning-centre-module__affordance{justify-content:center;align-items:center;gap:var(--space-nav-icon-gap,6px);box-sizing:border-box;min-height:0;box-shadow:none;color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:0;flex:none;margin:0;padding:0;text-decoration:none;display:inline-flex;position:relative}.bo-learning-centre-module__affordance:before{content:"";width:max(100%, var(--target-min));height:var(--target-min);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bo-learning-centre-module__affordance:hover,.bo-learning-centre-module__affordance:active{color:var(--text-muted);background:0 0}.bo-learning-centre-module__affordance:focus{outline:none}.bo-learning-centre-module__affordance:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-learning-centre-module__affordance-label{min-width:0}.bo-learning-centre-module__affordance-arrow{flex:none}@media (width<=47.999rem){.bo-learning-centre-module{border-bottom:var(--border-thin) solid var(--border-divider,var(--border-subtle))}.bo-learning-centre-module:last-child{border-bottom:0}}@media (width>=48rem){.bo-learning-centre-module__row{grid-template-columns:var(--icon-size-md) minmax(0, 1fr) auto;grid-template-areas:"status title action";align-items:start}.bo-learning-centre-module__title{grid-area:title}.bo-learning-centre-module__footer{grid-area:action;justify-content:flex-end;justify-self:end}.bo-learning-centre-module__state{white-space:normal;overflow-wrap:anywhere}.bo-learning-centre-module__affordance{padding:6px var(--space-3);color:var(--bo-learning-path-card-expand);font-size:14px;font-weight:500;line-height:1.3}.bo-learning-centre-module__affordance .bo-text-link__label,.bo-learning-centre-module__affordance-label{text-decoration:none}.bo-learning-centre-module__affordance:hover,.bo-learning-centre-module__affordance:active{background:var(--bo-learning-path-card-hover);color:color-mix(in srgb, var(--bo-learning-path-card-expand) 78%, var(--text-primary))}.bo-learning-centre-module__affordance:focus-visible{outline-offset:calc(-1 * var(--focus-ring-offset))}}.bo-learning-centre-section{isolation:isolate;box-sizing:border-box;border:var(--border-thin) solid var(--bo-learning-path-card-border);border-radius:var(--radius-md);background:var(--bo-learning-path-card-surface);min-width:0;height:auto;min-height:0;box-shadow:none;color:var(--text-primary);font-family:var(--font-interface);flex-direction:column;gap:0;font-size:16px;font-weight:400;line-height:1.45;display:flex;position:relative;overflow:hidden}.bo-learning-centre-section--current{background:var(--bo-learning-path-card-surface-current)}.bo-learning-centre-section:after{content:none}.bo-learning-centre-section--current:after{height:var(--border-medium);background:var(--bo-learning-path-card-rule-current)}[data-theme=night-study] .bo-learning-centre-section__description{color:color-mix(in srgb, var(--text-muted) 86%, var(--text-primary))}[data-theme=night-study] .bo-learning-centre-section__meta--locked,[data-theme=night-study] .bo-learning-centre-section__empty.bo-learning-centre-section__meta--locked,[data-theme=night-study] .bo-learning-centre-section__preview-note{color:color-mix(in srgb, var(--text-muted) 78%, transparent)}.bo-learning-centre-section__header{justify-content:flex-start;align-items:stretch;gap:var(--space-2);box-sizing:border-box;width:100%;min-width:0;min-height:var(--target-min);padding:var(--space-4);scroll-margin-top:var(--bo-shell-sticky-chrome-offset,4.5rem);flex-direction:column;margin:0;padding-bottom:0;display:flex}.bo-learning-centre-section__header-row{justify-content:space-between;align-items:center;gap:var(--space-2);width:100%;min-width:0;display:flex}.bo-learning-centre-section__heading{align-items:center;gap:var(--space-2);flex:auto;min-width:0;display:flex}.bo-learning-centre-section__icon{width:20px;height:20px;color:color-mix(in srgb, var(--status-positive) 72%, var(--text-muted));flex:none;justify-content:center;align-items:center;display:inline-flex}.bo-learning-centre-section__icon .bo-icon{width:20px;height:20px;display:block}.bo-learning-centre-section h2.bo-learning-centre-section__title{min-width:0;color:var(--text-primary);font-family:var(--font-interface);overflow-wrap:anywhere;flex:auto;margin:0;font-size:20px;font-weight:600;line-height:1.25;display:block}.bo-learning-centre-section__toggle{box-sizing:border-box;min-width:min-content;min-height:var(--target-min);padding:6px var(--space-3);color:inherit;font:inherit;text-align:end;cursor:pointer;background:0 0;border:0;border-radius:0;flex:none;justify-content:center;align-items:center;margin:0;display:inline-flex}.bo-learning-centre-section__toggle:focus{outline:none}.bo-learning-centre-section__toggle:hover,.bo-learning-centre-section__toggle:active{background:var(--bo-learning-path-card-hover)}.bo-learning-centre-section__toggle:hover .bo-learning-centre-section__toggle-affordance,.bo-learning-centre-section__toggle:active .bo-learning-centre-section__toggle-affordance{color:color-mix(in srgb, var(--bo-learning-path-card-expand) 78%, var(--text-primary))}.bo-learning-centre-section__toggle:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:calc(-1 * var(--focus-ring-offset))}.bo-learning-centre-section__body{min-width:0;padding:0 var(--space-4) var(--space-2);flex-direction:column;flex:auto;justify-content:flex-start;align-items:stretch;margin:0;display:flex}.bo-learning-centre-section__description{width:100%;min-width:0;color:var(--text-muted);font-family:var(--font-interface);overflow-wrap:anywhere;margin:0;font-size:16px;font-weight:400;line-height:1.45;display:block}.bo-learning-centre-section__footer{align-items:center;column-gap:var(--space-2);box-sizing:border-box;min-width:0;min-height:var(--target-min);padding:var(--space-3) var(--space-4);border-top:var(--border-thin) solid var(--border-default);background:var(--bo-learning-path-card-footer-surface);grid-template-columns:minmax(0,1fr) auto;margin:0;display:grid}.bo-learning-centre-section--current .bo-learning-centre-section__footer{background:var(--bo-learning-path-card-footer-surface-current)}.bo-learning-centre-section__footer-start{align-items:center;gap:var(--space-2);flex-wrap:wrap;min-width:0;display:flex}.bo-learning-centre-section__footer-primary,.bo-learning-centre-section__footer-pathway{width:auto;max-width:100%}.bo-learning-centre-section__progress{flex:none;align-self:center;width:4.5rem;max-width:36%;display:block}.bo-learning-centre-section__footer-pathway{text-align:end;justify-self:end}.bo-learning-centre-section__meta,.bo-learning-centre-section__empty{width:100%;min-width:0;color:var(--text-status-neutral,var(--text-muted));font-family:var(--font-interface);text-transform:none;overflow-wrap:anywhere;margin:0;font-size:14px;font-style:normal;font-weight:400;line-height:1.4;display:block}.bo-learning-centre-section__meta{margin-top:0}.bo-learning-centre-section__meta--neutral,.bo-learning-centre-section__empty.bo-learning-centre-section__meta--neutral{color:var(--text-status-neutral,var(--text-muted))}.bo-learning-centre-section__meta--in-progress,.bo-learning-centre-section__empty.bo-learning-centre-section__meta--in-progress{color:var(--text-status-attention)}.bo-learning-centre-section__meta--complete,.bo-learning-centre-section__empty.bo-learning-centre-section__meta--complete{color:var(--text-status-positive)}.bo-learning-centre-section__meta--locked,.bo-learning-centre-section__empty.bo-learning-centre-section__meta--locked{color:var(--text-muted)}.bo-learning-centre-section__empty{padding:var(--space-4);margin-top:0}.bo-learning-centre-section__toggle-affordance{align-self:center;align-items:center;gap:var(--space-nav-icon-gap,6px);min-width:min-content;color:var(--bo-learning-path-card-expand);white-space:nowrap;flex:none;margin-top:0;display:inline-flex}.bo-learning-centre-section__toggle-label{font-family:var(--font-interface);white-space:nowrap;font-size:13px;font-weight:500;line-height:1.3;text-decoration:none}.bo-learning-centre-section__chevron{width:16px;height:16px;color:inherit;flex:none;transition:transform .16s}.bo-learning-centre-section__chevron--expanded{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.bo-learning-centre-section__chevron{transition:none}}.bo-learning-centre-section__panel{min-width:0}.bo-learning-centre-section[data-section-expanded=true] .bo-learning-centre-section__panel{border-top:var(--border-thin) solid var(--border-default)}.bo-learning-centre-section__preview-note{padding:var(--space-3) var(--space-4) 0;color:var(--text-muted);font-family:var(--font-interface);overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:400;line-height:1.4}.bo-learning-centre-section__list{flex-direction:column;gap:0;min-width:0;margin:0;padding:0;list-style:none;display:flex}@media (width<=47.999rem){.bo-learning-centre-section__header{background:0 0;position:relative}.bo-learning-centre-section__body{padding-top:var(--space-3)}.bo-learning-centre-section__toggle,.bo-learning-centre-section__toggle:hover,.bo-learning-centre-section__toggle:active{background:0 0}.bo-learning-centre-section__header-row{align-items:flex-start}.bo-learning-centre-section__heading{align-items:flex-start;padding-inline-end:calc(16px + var(--space-3))}.bo-learning-centre-section__toggle{width:100%;min-width:0;padding:0 var(--space-4);justify-content:flex-end;align-items:center;position:absolute;inset:0}.bo-learning-centre-section__toggle-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.bo-learning-centre-section{border-color:var(--border-default)}.bo-learning-centre-section[data-section-expanded=true] .bo-learning-centre-section__panel{border-top-color:var(--border-divider,var(--border-subtle))}.bo-learning-centre-section__footer{justify-content:flex-start;align-items:stretch;gap:var(--space-1);min-height:0;padding-block:var(--space-2);border-top-color:var(--border-divider,var(--border-subtle));background:0 0;flex-direction:column;display:flex}.bo-learning-centre-section--current .bo-learning-centre-section__footer{background:0 0}.bo-learning-centre-section__footer-start{align-items:flex-start;gap:var(--space-1);flex-direction:column;display:flex}[data-theme=night-study] .bo-learning-centre-section,[data-theme=night-study] .bo-learning-centre-section--current{background:var(--surface-primary)}.bo-learning-centre-section__progress{align-self:flex-start;width:6.5rem;max-width:100%}.bo-learning-centre-section__footer-pathway{text-align:start;justify-self:start}}@media (width>=48rem){.bo-learning-centre-section,.bo-learning-centre-section.bo-paper-panel{background:var(--bo-learning-path-card-surface);height:100%;box-shadow:var(--bo-learning-path-card-shadow);border-radius:0;overflow:visible}.bo-learning-centre-section--current,.bo-learning-centre-section--current.bo-paper-panel{background:var(--bo-learning-path-card-surface-current)}.bo-learning-centre-section:after,.bo-learning-centre-section.bo-paper-panel:after{content:"";z-index:2;height:var(--border-thin);pointer-events:none;background:var(--bo-learning-path-card-rule);position:absolute;top:0;left:0;right:0}.bo-learning-centre-section--current.bo-paper-panel:after{height:var(--border-medium);background:var(--bo-learning-path-card-rule-current)}.bo-learning-centre-section h2.bo-learning-centre-section__title{font-family:var(--font-display);font-weight:var(--font-weight-regular);color:var(--text-primary)}.bo-learning-centre-section__toggle{border-radius:0}.bo-learning-centre-section[data-section-expanded=false] .bo-learning-centre-section__body{flex:auto}.bo-learning-centre-section[data-section-expanded=false] .bo-learning-centre-section__footer{margin-top:auto}.bo-learning-centre-section[data-section-expanded=true]{height:auto}.bo-learning-centre-section[data-section-expanded=true] .bo-learning-centre-section__body{flex:none}.bo-learning-centre-section[data-section-expanded=true] .bo-learning-centre-section__panel{background:var(--bo-learning-path-card-surface)}.bo-learning-centre-section--current[data-section-expanded=true] .bo-learning-centre-section__panel{background:var(--bo-learning-path-card-surface-current)}.bo-learning-centre-section[data-section-expanded=false] .bo-learning-centre-section__header-row{align-items:center}}@media (forced-colors:active){.bo-learning-centre-section{box-shadow:none;background:canvas;border-color:canvastext}.bo-learning-centre-section:after,.bo-learning-centre-section.bo-paper-panel:after{background:canvastext}}@media (forced-colors:active){.bo-paper-panel--always:after{background:canvastext}}@media (width>=48rem){.bo-paper-panel{isolation:isolate;border:var(--border-thin) solid var(--border-default);background:var(--surface-primary);box-shadow:2px 2px 0 color-mix(in srgb, var(--border-default) 22%, transparent);border-radius:0;position:relative}.bo-paper-panel:after{content:"";z-index:2;height:var(--border-medium);pointer-events:none;background:color-mix(in srgb, var(--accent-warning) 58%, var(--surface-primary));position:absolute;top:0;left:0;right:0}.bo-paper-panel.bo-paper-panel--ledger{background:var(--border-default)}@media (forced-colors:active){.bo-paper-panel:after{background:canvastext}}}.bo-learning-centre{box-sizing:border-box;width:100%;min-width:0;padding:var(--space-5) var(--space-4);padding-bottom:calc(var(--space-5) + var(--safe-area-bottom));background:var(--surface-primary);color:var(--text-primary);overflow-x:hidden}.bo-learning-centre--product-chrome{min-height:0;padding-top:var(--space-4);padding-bottom:calc(var(--bo-shell-scroll-end-clearance,var(--space-6)) + var(--safe-area-bottom));background:0 0;flex:1 0 auto}.bo-learning-centre__inner{box-sizing:border-box;gap:var(--space-4);flex-direction:column;width:100%;min-width:0;max-width:none;margin-inline:0;display:flex}.bo-learning-centre .bo-product-page-introduction .bo-discovery-page__status:last-child{margin-bottom:0}@media (width>=768px){.bo-learning-centre__inner{width:min(100%, var(--bo-page-body-measure));margin-inline:auto}}.bo-learning-centre__controls,.bo-learning-centre__sections{gap:var(--space-4);flex-direction:column;min-width:0;display:flex;overflow:visible}@media (width>=1100px){.bo-learning-centre__sections{column-gap:var(--space-4);row-gap:var(--space-4);grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;align-items:stretch;display:grid}.bo-learning-centre__sections>.bo-learning-centre-section[data-section-expanded=false]{align-self:stretch;height:auto;min-height:0}.bo-learning-centre__sections>.bo-learning-centre-section[data-section-expanded=true]{grid-column:1/-1;align-self:start;height:auto;min-height:0}}.bo-learning-centre__empty{align-items:flex-start;gap:var(--space-3);min-width:0;padding-block:var(--space-4);flex-direction:column;display:flex}.bo-learning-centre__empty-copy{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);margin:0}.bo-discovery-control-sheet{z-index:80;align-items:end;display:grid;position:fixed;inset:0}.bo-discovery-control-sheet__backdrop{background:color-mix(in srgb, var(--text-primary) 28%, transparent);cursor:pointer;border:0;margin:0;padding:0;position:absolute;inset:0}.bo-discovery-control-sheet__panel{z-index:1;box-sizing:border-box;width:100%;max-height:min(70dvh, 32rem, calc(100dvh - var(--bo-keyboard-inset,0px) - var(--safe-area-top,0px) - var(--bo-bottom-nav-clearance,4.75rem)));gap:var(--space-3);padding:var(--space-4);padding-bottom:calc(var(--space-4) + env(safe-area-inset-bottom,0px) + var(--bo-keyboard-inset,0px));border:var(--border-thin) solid var(--border-default);border-radius:var(--radius-md) var(--radius-md) 0 0;background:var(--surface-primary);border-bottom:0;flex-direction:column;display:flex;position:relative;overflow:hidden}.bo-discovery-control-sheet__chrome{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.bo-discovery-control-sheet__heading{align-items:flex-start;gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-discovery-control-sheet__title{font-family:var(--font-interface);font-size:var(--text-heading-3-size,var(--text-body-size));font-weight:var(--font-weight-semibold);line-height:var(--text-heading-3-line,var(--text-body-line));color:var(--text-primary);margin:0}.bo-discovery-control-sheet__close{width:var(--target-min);height:var(--target-min);border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.bo-discovery-control-sheet__close:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-discovery-control-sheet__body{gap:var(--space-3);flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:auto}.bo-discovery-control-sheet__footer{flex:none;min-width:0}@media (width>=768px){.bo-discovery-control-sheet{justify-content:center;align-items:center}.bo-discovery-control-sheet__panel{width:min(24rem, calc(100% - 2 * var(--space-4)));border-bottom:var(--border-thin) solid var(--border-default);border-radius:var(--radius-md);max-height:min(70vh,28rem);padding-bottom:var(--space-4)}}.bo-discovery-surfaced-register{min-width:0}@media (width<=63.999rem){.bo-discovery-page__list.bo-discovery-surfaced-register,.bo-discovery-surfaced-register.bo-mobile-record-card-list{gap:var(--space-3);border-top:0;flex-direction:column;display:flex}.bo-discovery-surfaced-register>li{background:0 0;border:0;border-radius:0;margin:0;padding:0}}.bo-discovery-surfaced-row__error{margin:var(--space-1) 0 0;color:var(--market-move-negative);font-family:var(--font-interface);font-size:var(--text-caption-size);line-height:var(--text-caption-line)}.bo-mobile-record-card .bo-discovery-page__demo-chip{margin-inline-start:var(--space-2)}.bo-discovery-list-row__mini-sparkline{width:100%;min-width:0;height:2.5rem;color:var(--text-muted);align-items:center;display:flex}.bo-discovery-list-row__mini-sparkline svg{width:100%;height:100%;display:block;overflow:visible}.bo-discovery-list-row__mini-sparkline path{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.bo-discovery-list-row__mini-sparkline--positive{color:var(--market-move-positive)}.bo-discovery-list-row__mini-sparkline--negative{color:var(--status-negative)}.bo-discovery-list-row__mini-sparkline--neutral{color:var(--text-muted)}.bo-discovery-list-row__mini-sparkline-empty{text-align:center;width:100%}.bo-discovery-list-row__mobile-market{align-items:end;gap:var(--space-3);grid-template-columns:minmax(0,1fr) minmax(5rem,34%);width:100%;min-width:0;display:grid}.bo-discovery-list-row__mobile-market-values{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-discovery-list-row__mobile-market-values>*{margin:0}@media (width>=64rem){.bo-discovery-list-row>.bo-discovery-list-row__mini-sparkline{width:100%;height:2rem}}.bo-discovery-workspace-context{--bo-discovery-rail-to-nav:var(--space-4);gap:var(--bo-discovery-rail-to-nav);flex-direction:column;width:100%;min-width:0;display:flex}.bo-discovery-workspace-context .bo-product-page-introduction .bo-discovery-page__status:last-child{margin-bottom:0}.bo-discovery-workspace-context .bo-section-navigation{margin:0}@media (width<=47.999rem){.bo-discovery-workspace-context .bo-section-navigation{width:100%;max-width:100%}}.bo-discovery-asset-identity,.bo-discovery-asset-identity--with-image{align-items:flex-start;gap:var(--space-3);flex-direction:row;min-width:0;display:flex}.bo-discovery-asset-identity__token{min-width:0}.bo-discovery-asset-identity__copy{gap:var(--space-1);flex-direction:column;flex:auto;min-width:0;display:flex}.bo-discovery-asset-identity__name--skeleton,.bo-discovery-asset-identity__symbol--skeleton{border-radius:var(--radius-sm,4px);background:var(--surface-muted,var(--surface-subtle));color:#0000;-webkit-user-select:none;user-select:none;max-width:12rem;display:block}.bo-discovery-asset-identity__name--skeleton{min-height:calc(var(--text-heading-1-size) * var(--text-heading-1-line));width:10rem}.bo-discovery-asset-identity__symbol--skeleton{min-height:calc(var(--text-caption-size) * var(--text-caption-line));width:3.5rem}@media (forced-colors:active){.bo-paper-panel--always:after{background:canvastext}}@media (width>=48rem){.bo-paper-panel{isolation:isolate;border:var(--border-thin) solid var(--border-default);background:var(--surface-primary);box-shadow:2px 2px 0 color-mix(in srgb, var(--border-default) 22%, transparent);border-radius:0;position:relative}.bo-paper-panel:after{content:"";z-index:2;height:var(--border-medium);pointer-events:none;background:color-mix(in srgb, var(--accent-warning) 58%, var(--surface-primary));position:absolute;top:0;left:0;right:0}.bo-paper-panel.bo-paper-panel--ledger{background:var(--border-default)}@media (forced-colors:active){.bo-paper-panel:after{background:canvastext}}}.bo-guided-research-completion{width:100%;min-width:0}.bo-guided-research-completion__stack{flex-direction:column;width:100%;min-width:0;display:flex}.bo-guided-research-completion__intro{gap:var(--bo-heading-panel-group-to-content);flex-direction:column;min-width:0;display:flex}.bo-guided-research-completion__heading{color:var(--text-primary);font-family:var(--font-display);font-size:var(--text-heading-2-size);font-weight:var(--font-weight-regular);line-height:var(--text-heading-2-line);margin:0}.bo-guided-research-completion__heading:focus{outline:none}.bo-guided-research-completion__heading:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research-completion__outcome-block{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-guided-research-completion__outcome-label{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);letter-spacing:.06em;line-height:var(--text-caption-line);text-transform:uppercase;margin:0}.bo-guided-research-completion__outcome{color:var(--text-primary);font-family:var(--font-display);font-size:var(--text-heading-3-size,var(--text-body-size));font-weight:var(--font-weight-regular);line-height:var(--text-heading-3-line,var(--text-body-line));margin:0}.bo-guided-research-completion__findings{flex-direction:column;gap:0;min-width:0;margin:0;display:flex}.bo-guided-research-completion__stack .bo-guided-research-completion__findings{margin-top:var(--space-3)}.bo-guided-research-completion__finding{gap:var(--space-1);padding-block:var(--space-3);border-top:var(--border-thin) solid color-mix(in srgb, var(--border-default) 72%, transparent);flex-direction:column;margin:0;display:flex}.bo-guided-research-completion__finding:last-child{padding-bottom:0}.bo-guided-research-completion__finding-label{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);letter-spacing:.06em;line-height:var(--text-caption-line);text-transform:uppercase;margin:0}.bo-guided-research-completion__finding-value{overflow-wrap:anywhere;min-width:0;color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);margin:0}.bo-guided-research-completion [data-recorded=false]{color:var(--text-muted)}.bo-guided-research-completion__footer{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.bo-guided-research-completion__actions{gap:var(--space-3)}@media (width<=47.999rem){.bo-guided-research-completion__footer{padding-bottom:var(--bo-shell-scroll-end-clearance,var(--space-6))}.bo-guided-research--product-chrome:has(.bo-guided-research-completion__footer){padding-bottom:0}}@media (width>=48rem){.bo-learning-surface.bo-guided-research-completion{gap:var(--space-5);width:100%}}.bo-guided-research-review-list{flex-direction:column;gap:0;width:100%;min-width:0;margin:0;padding:0;display:flex}.bo-guided-research-review-block{box-sizing:border-box;width:100%;min-width:0;padding-block:var(--space-5);box-shadow:none;background:0 0;border:0;margin:0}.bo-guided-research-review-block:not(:last-child){border-bottom:var(--border-thin) solid var(--border-default)}.bo-guided-research-review-block__question{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-heading-3-size);font-weight:var(--font-weight-semibold);line-height:var(--text-heading-3-line);overflow-wrap:anywhere;margin:0}.bo-guided-research-review-block__guidance{margin:var(--space-1) 0 0;color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);overflow-wrap:anywhere}.bo-guided-research-review-block__answer{box-sizing:border-box;width:100%;min-width:0;margin-top:var(--space-3);border:0;border-inline-start:var(--border-thin) solid var(--border-default);background:0 0;padding-inline-start:var(--space-3)}.bo-guided-research-review-block__text,.bo-guided-research-review-block__list{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);overflow-wrap:anywhere;word-break:normal;margin:0}.bo-guided-research-review-block__text{white-space:pre-wrap}.bo-guided-research-review-block__list{padding-inline-start:1.15em}.bo-guided-research-review-block__list li+li{margin-top:var(--space-1)}.bo-guided-research-review-block__link{color:var(--text-primary);overflow-wrap:anywhere;word-break:break-word}.bo-guided-research-review-block[data-record-kind=unavailable] .bo-guided-research-review-block__text{color:var(--text-muted)}.bo-guided-research-review-block--prominent .bo-guided-research-review-block__question,.bo-guided-research-review-block--prominent .bo-guided-research-review-block__text,.bo-guided-research-review-block--prominent .bo-guided-research-review-block__list{font-family:var(--font-display);font-size:var(--text-heading-2-size);font-weight:var(--font-weight-regular);line-height:var(--text-heading-2-line)}.bo-guided-research-review-block--prominent[data-record-kind=unavailable] .bo-guided-research-review-block__text{color:var(--text-muted)}.bo-guided-research-review-block__kind{margin:var(--space-1) 0 0;color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);letter-spacing:.04em;line-height:var(--text-caption-line);text-transform:uppercase}.bo-research-record-disclosure-list{flex-direction:column;min-width:0;display:flex}.bo-research-record-disclosure{background:0 0;border:0;border-radius:0;min-width:0;margin:0}.bo-research-record-disclosure+.bo-research-record-disclosure{border-top:var(--border-thin) solid color-mix(in srgb, var(--border-default) 72%, transparent)}.bo-research-record-disclosure__summary{box-sizing:border-box;width:100%;min-height:2.75rem;padding-block:var(--space-2);color:var(--text-primary);font-family:var(--font-interface);font-size:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:0;margin:0;padding-inline:0;display:block}.bo-research-record-disclosure__summary:hover,.bo-research-record-disclosure__summary:focus-visible{background:color-mix(in srgb, var(--accent-warning) 8%, var(--surface-primary))}.bo-research-record-disclosure--static .bo-research-record-disclosure__inner{min-height:2.75rem;padding-block:var(--space-2)}.bo-research-record-disclosure__summary:focus{outline:none}.bo-research-record-disclosure__summary:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-research-record-disclosure__inner{justify-content:space-between;align-items:center;gap:var(--space-3);min-width:0;display:flex}.bo-research-record-disclosure__copy{flex-flow:wrap;align-items:baseline;gap:0;min-width:0;display:flex}.bo-research-record-disclosure__title{color:var(--text-primary);font-size:var(--text-body-size);font-weight:var(--font-weight-semibold);line-height:var(--text-body-line)}.bo-research-record-disclosure__summary:hover .bo-research-record-disclosure__title,.bo-research-record-disclosure__summary:focus-visible .bo-research-record-disclosure__title{color:color-mix(in srgb, var(--text-primary) 86%, var(--accent-warning))}.bo-research-record-disclosure__status,.bo-research-record-disclosure__detail{color:var(--text-muted);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);overflow-wrap:anywhere}.bo-research-record-disclosure__status:before,.bo-research-record-disclosure__detail:before{content:" · "}.bo-research-record-disclosure__chevron{color:var(--text-muted);flex-shrink:0;transition:color .16s,transform .16s}.bo-research-record-disclosure__summary:hover .bo-research-record-disclosure__chevron,.bo-research-record-disclosure__summary:focus-visible .bo-research-record-disclosure__chevron{color:var(--text-primary)}.bo-research-record-disclosure__chevron--open{transform:rotate(180deg)}.bo-research-record-disclosure__panel{min-width:0;padding:var(--space-2) 0 var(--space-3);flex-direction:column;margin:0;display:flex;overflow:visible}.bo-research-record-disclosure__section{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.bo-research-record-disclosure__section+.bo-research-record-disclosure__section{margin-top:var(--space-3);padding-top:var(--space-3);border-top:var(--border-thin) solid var(--border-default)}.bo-research-record-disclosure__field{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-research-record-disclosure__label{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);line-height:var(--text-caption-line);letter-spacing:.04em;text-transform:uppercase;margin:0}.bo-research-record-disclosure__value{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.bo-research-record-disclosure__value--unavailable{color:var(--text-muted)}.bo-research-record-disclosure__source-list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex;overflow:visible}.bo-research-record-disclosure__source-item{gap:var(--space-1);overflow-wrap:anywhere;flex-direction:column;min-width:0;display:flex}.bo-research-record-disclosure__panel a.bo-research-record-disclosure__value{color:var(--text-primary);text-underline-offset:.12em;text-decoration:underline}@media (forced-colors:active){.bo-paper-panel--always:after{background:canvastext}}@media (width>=48rem){.bo-paper-panel{isolation:isolate;border:var(--border-thin) solid var(--border-default);background:var(--surface-primary);box-shadow:2px 2px 0 color-mix(in srgb, var(--border-default) 22%, transparent);border-radius:0;position:relative}.bo-paper-panel:after{content:"";z-index:2;height:var(--border-medium);pointer-events:none;background:color-mix(in srgb, var(--accent-warning) 58%, var(--surface-primary));position:absolute;top:0;left:0;right:0}.bo-paper-panel.bo-paper-panel--ledger{background:var(--border-default)}@media (forced-colors:active){.bo-paper-panel:after{background:canvastext}}}.bo-guided-research-review{gap:var(--bo-heading-panel-group-to-content);flex-direction:column;width:100%;min-width:0;display:flex}.bo-guided-research-review .bo-learning-surface--interactive{box-sizing:border-box;width:100%;min-width:0;padding:0}.bo-guided-research-review__footer{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.bo-guided-research-review__actions{gap:var(--space-3)}@media (width<=47.999rem){.bo-guided-research-review__footer{padding-bottom:var(--bo-shell-scroll-end-clearance,var(--space-6))}.bo-guided-research--product-chrome:has(.bo-guided-research-review__footer){padding-bottom:0}}.bo-guided-research-review__record{width:100%;min-width:0}.bo-guided-research-review__record-heading{color:var(--text-primary);font-family:var(--font-display);font-size:var(--text-heading-2-size);font-weight:var(--font-weight-regular);line-height:var(--text-heading-2-line);margin:0}.bo-guided-research-review .bo-guided-research-completion__outcome{font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line)}.bo-guided-research-review .bo-guided-research-review-block{padding-block:var(--space-2)}.bo-guided-research-review .bo-research-record-disclosure__panel .bo-guided-research-review-block:first-child{padding-block-start:0}.bo-guided-research-review .bo-guided-research-review-block__question{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);letter-spacing:.06em;line-height:var(--text-caption-line);text-transform:uppercase}.bo-guided-research-review .bo-guided-research-review-block__answer{margin-top:var(--bo-heading-field-to-content);border-inline-start:0;padding-inline-start:0}.bo-guided-research-review .bo-research-record-disclosure__panel{padding:var(--bo-heading-panel-group-to-content) 0 0}.bo-guided-research-review .bo-research-record-disclosure__inner{align-items:center;gap:var(--space-2)}.bo-guided-research-review .bo-research-record-disclosure__copy{align-items:center;column-gap:var(--space-2);flex:auto;grid-template-columns:minmax(0,1fr) auto;min-width:0;display:grid}.bo-guided-research-review .bo-research-record-disclosure__title{overflow-wrap:anywhere;grid-column:1;min-width:0}.bo-guided-research-review .bo-research-record-disclosure__status,.bo-guided-research-review .bo-research-record-disclosure__detail{text-align:end;white-space:nowrap;grid-column:2;justify-self:end}.bo-guided-research-review .bo-research-record-disclosure__status:before,.bo-guided-research-review .bo-research-record-disclosure__detail:before{content:none}.bo-guided-research-review__section-divider{display:none}@media (width<=47.999rem){.bo-guided-research-review .bo-guided-research__status.bo-discovery-page__status--pair{align-items:start;row-gap:var(--space-2);grid-template-columns:minmax(0,1fr)}.bo-guided-research-review .bo-guided-research__status .bo-discovery-page__status-item--start,.bo-guided-research-review .bo-guided-research__status .bo-discovery-page__status-item--end{text-align:start;white-space:normal;overflow-wrap:anywhere;justify-self:start;max-width:100%}.bo-guided-research-review .bo-guided-research__evidence-workspace{gap:0}.bo-guided-research-review__section-divider{margin-block:calc(var(--bo-heading-section-separation) / 2);display:block}}@media (width>=48rem){.bo-guided-research-review .bo-learning-surface--interactive{padding:var(--space-5)}.bo-guided-research-review__record .bo-research-record-disclosure__summary{box-sizing:border-box;width:calc(100% + (2 * var(--space-5)));margin-inline:calc(-1 * var(--space-5));padding-inline:var(--space-5)}}.bo-guided-research__evidence-currency-indicator{appearance:none;box-sizing:border-box;width:var(--target-min);height:var(--target-min);margin-block:calc((var(--target-min) - 15px) / -2);box-shadow:none;cursor:pointer;background:0 0;border:0;border-radius:0;flex:none;justify-content:center;align-items:center;margin-inline:0;padding:0;line-height:0;display:inline-flex;position:relative;overflow:visible}.bo-guided-research__evidence-currency-indicator:hover{background:color-mix(in srgb, var(--text-primary) 6%, transparent)}.bo-guided-research__evidence-currency-indicator:active{background:color-mix(in srgb, var(--text-primary) 10%, transparent)}.bo-guided-research__evidence-currency-indicator:focus{outline:none}.bo-guided-research__evidence-currency-indicator:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__evidence-currency-indicator-icon{width:15px;height:15px;display:block}.bo-guided-research__evidence-currency-indicator--current{color:var(--accent-success)}.bo-guided-research__evidence-currency-indicator--review{color:var(--accent-warning)}.bo-guided-research__evidence-currency-indicator--unknown{color:var(--text-muted)}@media (width<=63.99rem){.bo-guided-research__evidence-currency-indicator:hover,.bo-guided-research__evidence-currency-indicator:active{box-shadow:none;background:0 0;border:0}.bo-guided-research__evidence-currency-indicator:active{color:color-mix(in srgb, currentColor 78%, var(--text-primary))}}@media (forced-colors:active){.bo-guided-research__evidence-currency-indicator{color:canvastext}}.bo-guided-research__signal-invitation{margin-block:var(--space-4)}.bo-guided-research__signal-invitation-inner{gap:var(--space-3);flex-direction:column;display:flex}.bo-guided-research__signal-invitation-copy{gap:var(--space-2);flex-direction:column;display:flex}.bo-guided-research__signal-invitation-heading,.bo-guided-research__signal-invitation-body,.bo-guided-research__signal-invitation-error{margin:0}.bo-guided-research__signal-invitation-heading{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-heading-3-size);font-weight:var(--font-weight-semibold);line-height:var(--text-heading-3-line)}.bo-guided-research__signal-invitation-body{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line)}.bo-guided-research__signal-invitation-error{color:var(--accent-error);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line)}.bo-guided-research__signal-invitation-actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.bo-guided-research__signal-invitation-actions .bo-action-button{flex:auto;min-width:8rem}.bo-paper-panel--always{isolation:isolate;border:var(--border-thin) solid var(--border-default);background:var(--surface-primary);box-shadow:2px 2px 0 color-mix(in srgb, var(--border-default) 22%, transparent);border-radius:0;position:relative}.bo-paper-panel--always:after,.bo-paper-panel--gold-rule:after{content:"";z-index:2;height:var(--border-medium);pointer-events:none;background:color-mix(in srgb, var(--accent-warning) 58%, var(--surface-primary));position:absolute;top:0;left:0;right:0}.bo-paper-panel--gold-rule{isolation:isolate;position:relative}@media (forced-colors:active){.bo-paper-panel--always:after{background:canvastext}}@media (width>=48rem){.bo-paper-panel{isolation:isolate;border:var(--border-thin) solid var(--border-default);background:var(--surface-primary);box-shadow:2px 2px 0 color-mix(in srgb, var(--border-default) 22%, transparent);border-radius:0;position:relative}.bo-paper-panel:after{content:"";z-index:2;height:var(--border-medium);pointer-events:none;background:color-mix(in srgb, var(--accent-warning) 58%, var(--surface-primary));position:absolute;top:0;left:0;right:0}.bo-paper-panel.bo-paper-panel--ledger{background:var(--border-default)}@media (forced-colors:active){.bo-paper-panel:after{background:canvastext}}}.bo-page-header-measure{box-sizing:border-box;width:100%;min-width:0}.bo-page-body-measure{box-sizing:border-box;min-width:0}@media (width>=48rem){.bo-page-header-measure{max-width:var(--bo-page-header-measure)}.bo-page-body-measure{width:100%;max-width:var(--bo-page-body-measure)}}.bo-product-page-introduction{gap:var(--bo-heading-page-band-to-group);flex-direction:column;min-width:0;display:flex;overflow:visible}.bo-product-page-introduction__tools{box-sizing:border-box;width:100%;min-width:0;min-height:0}.bo-product-page-introduction__body{flex-direction:column;gap:0;min-width:0;display:flex;overflow:visible}.bo-product-page-introduction__heading-group{width:100%;min-width:0}.bo-product-page-introduction__heading-group+.bo-discovery-page__status{margin-top:var(--space-3)}.bo-product-page-introduction__heading-group+.bo-product-page-introduction__lead{margin-top:var(--bo-heading-title-to-copy)}.bo-product-page-introduction__title{scroll-margin-top:var(--bo-shell-sticky-chrome-offset,4.5rem);margin:0}.bo-product-page-introduction__title:focus{outline:none}.bo-product-page-introduction__title:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-product-page-introduction__lead{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);margin:0}.bo-discovery-page__status+.bo-product-page-introduction__lead{margin-top:var(--space-3)}.bo-product-page-introduction__lead:last-child,.bo-product-page-introduction__heading-group:last-child,.bo-product-page-introduction .bo-discovery-page__status:last-child{margin-bottom:var(--bo-heading-page-group-to-content)}:is(.bo-product-page-introduction:has(+.bo-section-navigation) .bo-product-page-introduction__heading-group:last-child,.bo-product-page-introduction:has(+.bo-section-navigation) .bo-discovery-page__status:last-child){margin-bottom:0}.bo-guided-research{box-sizing:border-box;width:100%;min-width:0;min-height:100%;padding:var(--space-5) var(--space-4);padding-bottom:calc(var(--space-5) + var(--safe-area-bottom));background:var(--surface-primary);color:var(--text-primary);--bo-page-body-measure:var(--measure-readable);--bo-guided-research-question-to-answers:var(--space-4);--bo-guided-research-content-to-footer:var(--space-2);--bo-guided-research-sticky-stage-offset:calc((2 * var(--space-2)) + (3 * 1.1rem) + 4px);flex-direction:column;display:flex;overflow-x:clip}.bo-guided-research--product-chrome{min-height:0;padding-top:var(--space-4);padding-bottom:var(--bo-shell-scroll-end-clearance,var(--space-6));background:0 0;flex:1 0 auto}@media (width<=767px){.bo-app-shell__main:has(>.bo-guided-research--product-chrome){flex-direction:column;flex:auto;min-height:0;display:flex;overflow:visible}.bo-app-shell__main:has(>.bo-guided-research--product-chrome)>.bo-guided-research--product-chrome{flex:auto;align-self:stretch;min-height:0}.bo-guided-research--product-chrome .bo-guided-research__inner{flex:auto;min-height:100%}.bo-guided-research--product-chrome:has(.bo-guided-research__footer){padding-bottom:0}.bo-guided-research--product-chrome .bo-guided-research__status.bo-discovery-page__status{z-index:5;isolation:isolate;background-color:var(--bo-page-rail-surface);background-image:none;scroll-margin-top:0;position:sticky;top:0}.bo-guided-research--product-chrome .bo-guided-research__footer{padding-bottom:var(--bo-shell-bottom-nav-offset,var(--bo-shell-scroll-end-clearance,var(--space-6)))}}.bo-guided-research__inner{box-sizing:border-box;gap:var(--bo-guided-research-content-to-footer);flex-direction:column;flex:auto;width:100%;min-width:0;display:flex}@media (width>=768px){.bo-guided-research__inner{width:min(100%, var(--bo-page-body-measure));margin-inline:auto}}.bo-guided-research__scroll{gap:var(--bo-heading-page-group-to-content);flex-direction:column;flex:none;min-width:0;display:flex}.bo-guided-research__intro{gap:var(--bo-heading-title-to-copy);flex-direction:column;min-width:0;display:flex}.bo-guided-research__heading-group{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-guided-research__asset-identity .bo-discovery-asset-identity__name,.bo-guided-research__asset-identity .bo-token-identity__name{scroll-margin-top:var(--bo-guided-research-sticky-stage-offset,0px)}.bo-guided-research__meta{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);margin:0}.bo-guided-research__status.bo-discovery-page__status--pair{align-items:center}.bo-guided-research__status .bo-discovery-page__status-item--start,.bo-guided-research__status .bo-discovery-page__status-item--end{white-space:nowrap}.bo-guided-research__rail-back{appearance:none;align-items:center;gap:var(--space-nav-icon-gap,var(--space-2));box-sizing:border-box;max-width:100%;color:inherit;font:inherit;font-weight:var(--font-weight-medium);line-height:inherit;cursor:pointer;text-align:start;background:0 0;border:0;margin:0;padding:0;display:inline-flex}.bo-guided-research__rail-back:hover{color:var(--text-primary)}.bo-guided-research__rail-back:focus{outline:none}.bo-guided-research__rail-back:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}@media (width<=329px){.bo-guided-research__status.bo-discovery-page__status--pair{grid-template-columns:minmax(0,1fr) auto;row-gap:0}.bo-guided-research__status .bo-discovery-page__status-item--start,.bo-guided-research__status .bo-discovery-page__status-item--end{white-space:nowrap}.bo-guided-research__status .bo-discovery-page__status-item--end{text-align:end;justify-self:end}}.bo-guided-research__stage-heading{text-overflow:ellipsis;scroll-margin-top:var(--bo-guided-research-sticky-stage-offset,0px);overflow:hidden}.bo-guided-research__stage-heading:focus{outline:none}.bo-guided-research__stage-heading:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__stage-intro{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);margin:0}.bo-guided-research__field-error{color:var(--text-field-error);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);scroll-margin-top:var(--bo-guided-research-sticky-stage-offset,0px);margin:0}.bo-guided-research__field-error:focus{outline:none}.bo-guided-research__field-error:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__form{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}.bo-guided-research__section{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.bo-guided-research__section-heading{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-semibold);line-height:var(--text-body-line);margin:0}.bo-guided-research__support-list{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);margin:0;padding-inline-start:1.25em;list-style-position:outside}.bo-guided-research__support-list>li{margin:0;padding:0}.bo-guided-research__support-list>li+li{margin-top:var(--space-1)}.bo-guided-research__textarea{box-sizing:border-box;resize:vertical;width:100%;min-height:6.5rem;padding:var(--space-3);border:var(--border-thin) solid var(--border-default);border-radius:var(--radius-control);background:var(--surface-primary);color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);margin:0}.bo-guided-research__textarea:focus{outline:none}.bo-guided-research__textarea:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__textarea:disabled{opacity:.72;cursor:not-allowed}.bo-guided-research__collection-item{gap:var(--space-3);min-width:0;padding-block:var(--space-3);border-top:var(--border-thin) solid var(--border-default);flex-direction:column;display:flex}.bo-guided-research__collection-item:first-child{border-top:none;padding-top:0}.bo-guided-research__collection-meta{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);margin:0}.bo-guided-research__collection-actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.bo-guided-research__footer{gap:var(--space-3);padding-top:var(--space-2);padding-bottom:calc(var(--space-2) + var(--safe-area-bottom));background:var(--surface-primary);border-top:0;flex-direction:column;flex:none;margin-top:auto;display:flex;position:relative}.bo-guided-research--product-chrome .bo-guided-research__footer{background:var(--surface-primary)}@media (width>=768px){.bo-guided-research--product-chrome .bo-guided-research__footer{padding-bottom:var(--space-2)}}.bo-guided-research__footer-quiet{box-sizing:border-box;width:auto;max-width:100%;min-height:var(--target-min);color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);line-height:var(--text-caption-line);cursor:pointer;background:0 0;border:0;border-radius:0;justify-content:flex-start;align-self:flex-start;align-items:center;margin:0;padding:0;text-decoration:none;display:inline-flex}.bo-guided-research__footer-quiet:hover{color:var(--text-primary)}.bo-guided-research__footer-quiet:focus{outline:none}.bo-guided-research__footer-quiet:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__footer-quiet:active{color:var(--text-primary)}.bo-guided-research__footer-actions{align-items:stretch;gap:var(--space-3);flex-flow:row;width:100%;min-width:0;display:flex}.bo-guided-research__save-status-wrap{justify-content:center;align-items:flex-end;gap:var(--space-2);flex-direction:column;width:100%;min-height:1.5rem;display:flex}.bo-guided-research__save-status{justify-content:flex-end;align-items:center;gap:var(--space-1) var(--space-2);max-width:100%;color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-metadata-size,var(--text-caption-size));font-weight:var(--font-weight-regular);line-height:var(--text-metadata-line,var(--text-caption-line));text-align:end;flex-flow:wrap;margin:0;display:inline-flex}.bo-guided-research__save-status--empty{width:100%;min-height:1.25rem;display:block}.bo-guided-research__save-status[data-tone=success]{color:var(--text-muted)}.bo-guided-research__save-status[data-tone=error]{color:var(--text-error,var(--accent-error))}.bo-guided-research__save-status-check{color:var(--accent-success);flex:none}.bo-guided-research__save-status-spinner{border:1.5px solid color-mix(in srgb, var(--text-muted) 35%, transparent);border-top-color:var(--text-muted);border-radius:50%;flex:none;width:.75rem;height:.75rem;animation:.8s linear infinite bo-guided-research-save-spin;display:block}.bo-guided-research__save-status-retry{color:var(--text-error,var(--accent-error));font-family:var(--font-interface);font-size:var(--text-metadata-size,var(--text-caption-size));font-weight:var(--font-weight-semibold);line-height:var(--text-metadata-line,var(--text-caption-line));text-underline-offset:.12em;cursor:pointer;background:0 0;border:0;border-radius:0;flex:none;margin:0;padding:0;text-decoration:underline}.bo-guided-research__save-status-retry:focus{outline:none}.bo-guided-research__save-status-retry:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__save-status-actions{justify-content:flex-end;gap:var(--space-3);flex-wrap:wrap;width:100%;display:flex}.bo-guided-research__footer-actions>.bo-action-button{box-sizing:border-box;min-width:0;min-height:var(--target-min);white-space:nowrap;flex:1 1 0;justify-content:center}@keyframes bo-guided-research-save-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.bo-guided-research__save-status-spinner{border-color:var(--text-muted);opacity:.7;animation:none}}.bo-guided-research__stage-support{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);max-width:40rem;margin:0}.bo-guided-research__section--choose-question{gap:var(--space-3);flex-direction:column;display:flex}.bo-guided-research__section--choose-question>.bo-guided-research__asset-description+.bo-guided-research__question-group{margin-block-start:calc(-1 * var(--space-1))}.bo-guided-research__asset-description{gap:var(--space-1);flex-direction:column;min-width:0;max-width:40rem;margin-block-end:0;display:flex}.bo-guided-research__asset-description-class{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);line-height:var(--text-caption-line);margin:0}.bo-guided-research__asset-description-text{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);line-height:var(--text-body-line);margin:0}.bo-guided-research__asset-description-attribution{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);line-height:var(--text-caption-line);margin:0}.bo-guided-research__question-group--stage-one .bo-selectable-row-group__legend{clip:auto;white-space:normal;width:auto;height:auto;color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-semibold);line-height:var(--text-body-line);text-transform:none;letter-spacing:normal;border:0;margin:0;padding:0;position:static;overflow:visible}.bo-guided-research__question-group--stage-one .bo-selectable-row-group__hint{letter-spacing:normal;text-transform:none;color:var(--text-muted);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);margin:0}.bo-guided-research__question-group--stage-one{gap:var(--space-2)}.bo-guided-research__question-group--stage-one .bo-selectable-row-group__list{gap:var(--space-2);margin-block-start:var(--space-2)}.bo-guided-research__question-group--stage-one .bo-selectable-row{min-height:var(--target-min);padding:var(--space-2) var(--space-3);align-items:center;gap:var(--space-3)}.bo-guided-research__question-group--stage-one .bo-selectable-row__label{font-weight:var(--font-weight-medium)}.bo-guided-research__question-group--stage-one .bo-selectable-row__control{border-width:var(--border-medium);border-color:var(--checkbox-border);flex:0 0 1.375rem;width:1.375rem;height:1.375rem;margin-top:0}.bo-guided-research__question-group--stage-one .bo-selectable-row--selected{border-color:var(--action-primary);background:color-mix(in srgb, var(--action-primary) 8%, var(--selectable-selected-surface,var(--surface-primary)));box-shadow:inset 0 0 0 var(--border-thin) color-mix(in srgb, var(--action-primary) 35%, transparent)}.bo-guided-research__question-group--stage-one .bo-selectable-row--selected .bo-selectable-row__control{border-color:var(--checkbox-checked-border,var(--action-primary));background-color:var(--checkbox-checked-surface,var(--action-primary));background-size:.875rem .875rem}.bo-guided-research__custom-selected-question{align-items:stretch;gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-guided-research__custom-selected-question .bo-selectable-row{width:100%}.bo-guided-research__remove-question{box-sizing:border-box;min-width:var(--target-min);min-height:var(--target-min);padding:0 var(--space-2);border-radius:var(--radius-md);color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);line-height:var(--text-caption-line);cursor:pointer;background:0 0;border:0;justify-content:center;align-self:flex-end;align-items:center;margin:0;display:inline-flex}.bo-guided-research__remove-question:focus{outline:none}.bo-guided-research__remove-question:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__custom-question{gap:var(--space-3);flex-direction:column;max-width:40rem;display:flex}.bo-guided-research__custom-question .bo-action-button{width:auto;min-width:var(--target-min);padding-inline:var(--space-4);align-self:flex-start}@media (width>=48rem){.bo-guided-research__question-group--stage-one{max-width:40rem}}.bo-guided-research__question-group .bo-selectable-row-group__legend,.bo-guided-research__question,.bo-guided-research__question-field .bo-field__label{clip:auto;white-space:normal;width:auto;height:auto;color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-semibold);line-height:var(--text-body-line);border:0;margin:0;padding:0;position:static;overflow:visible}.bo-guided-research__question-group,.bo-guided-research__intention-choices{gap:var(--space-2)}.bo-guided-research__question-group .bo-selectable-row-group__list,.bo-guided-research__intention-choices .bo-selectable-row-group__list{margin-block-start:calc(var(--bo-guided-research-question-to-answers) - var(--space-2))}.bo-guided-research__question{margin-block-end:calc(var(--bo-guided-research-question-to-answers) - var(--space-3))}.bo-guided-research__question-field .bo-field{gap:var(--bo-guided-research-question-to-answers)}.bo-guided-research__intention-choices .bo-selectable-row-group__legend{clip:auto;white-space:normal;width:auto;height:auto;color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-semibold);line-height:var(--text-body-line);border:0;margin:0;padding:0;position:static;overflow:visible}.bo-guided-research__intention-choices .bo-selectable-row-group__hint{letter-spacing:normal;text-transform:none;font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line)}.bo-guided-research__intention-choices .bo-selectable-row-group__list{gap:var(--space-2)}.bo-guided-research__intention-choices .bo-selectable-row{min-height:var(--target-min);padding:var(--space-2) var(--space-3);align-items:flex-start;gap:var(--space-3)}.bo-guided-research__intention-choices .bo-selectable-row__copy{flex:auto}.bo-guided-research__intention-choices .bo-selectable-row__label{font-size:var(--text-body-size);font-weight:var(--font-weight-medium);line-height:var(--text-body-line)}.bo-guided-research__intention-choices .bo-selectable-row__control{flex:0 0 1.125rem;width:1.125rem;height:1.125rem;margin-top:.2rem}.bo-guided-research__intention-choices .bo-selectable-row--selected .bo-selectable-row__control{background-size:.75rem .75rem}.bo-guided-research__evidence-context-item{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-guided-research__evidence-context-item+.bo-guided-research__evidence-context-item{margin-top:var(--space-2);padding-top:var(--space-2);border-top:var(--border-thin) solid color-mix(in srgb, var(--text-muted) 18%, var(--border-default))}.bo-guided-research__section--overview{gap:var(--space-3)}.bo-guided-research__section--overview .bo-guided-research__supplied-context{gap:var(--space-2)}.bo-guided-research__next-step-actions{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.bo-guided-research__watchlist-note{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);margin:0}.bo-guided-research__supplied-context{gap:var(--space-2);min-width:0;color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);flex-direction:column;display:flex}.bo-guided-research__supplied-context p{color:inherit;font:inherit;margin:0}.bo-guided-research__supplied-context .bo-guided-research__support-list{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.bo-guided-research__evidence-age{font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);margin:0}.bo-guided-research__evidence-age--muted{color:var(--text-muted)}.bo-guided-research__evidence-age--warning{color:var(--accent-warning)}.bo-guided-research__evidence-age--critical{color:var(--text-danger,var(--accent-danger,var(--text-status-negative)))}.bo-guided-research__section--evidence{gap:0}.bo-guided-research__evidence-item{gap:var(--space-3);min-width:0;padding-block:var(--space-3);flex-direction:column;display:flex}.bo-guided-research__evidence-item--divided{border-bottom:var(--border-thin) solid var(--border-default)}.bo-guided-research__evidence-item--upcoming{gap:var(--space-2);padding-block:var(--space-2)}.bo-guided-research__evidence-upcoming-label{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);line-height:var(--text-caption-line);margin:0}.bo-guided-research__evidence-title{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-semibold);line-height:var(--text-body-line);margin:0}.bo-guided-research__evidence-title:focus{outline:none}.bo-guided-research__evidence-title:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__evidence-observation{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);margin:0}.bo-guided-research__evidence-meta{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);flex-wrap:wrap;align-items:center;gap:0;margin:0;display:flex}.bo-guided-research__evidence-checked{align-items:center;gap:var(--space-1);min-width:0;display:inline-flex}.bo-guided-research__evidence-checked--muted{color:var(--text-muted)}.bo-guided-research__evidence-checked--warning{color:var(--accent-warning)}.bo-guided-research__evidence-checked--critical{color:var(--text-danger,var(--accent-danger,var(--text-status-negative)))}.bo-guided-research__evidence-currency{flex:none;justify-content:center;align-items:center;display:inline-flex}.bo-guided-research__evidence-currency-icon{display:block}.bo-guided-research__project-finding-context{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.bo-guided-research__evidence-heading-row{justify-content:space-between;align-items:flex-start;gap:var(--space-3);min-width:0;display:flex}.bo-guided-research__evidence-heading-row .bo-guided-research__evidence-title{flex:auto;min-width:0}.bo-guided-research__evidence-heading-row .bo-guided-research__quiet-action{margin-block:calc((var(--target-min) - 1.25rem) / -2);padding-inline:var(--space-2);flex:none}.bo-guided-research__evidence-collapsed{justify-content:space-between;align-items:flex-start;gap:var(--space-3);min-width:0;display:flex}.bo-guided-research__evidence-collapsed-copy{gap:var(--space-1);flex-direction:column;flex:auto;min-width:0;display:flex}.bo-guided-research__evidence-assessment-summary,.bo-guided-research__evidence-note-indicator{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);margin:0}.bo-guided-research__evidence-note-region{align-items:flex-start;gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.bo-guided-research__quiet-action{box-sizing:border-box;min-height:var(--target-min);padding:var(--space-2) 0;border-radius:var(--radius-md);color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-medium);line-height:var(--text-body-line);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;margin:0;display:inline-flex}.bo-guided-research__add-item{justify-content:flex-start;align-items:center;gap:var(--space-2);box-sizing:border-box;min-height:var(--target-min);margin:var(--space-2) 0 0;padding:var(--space-2) 0;border-radius:var(--radius-md);color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-medium);line-height:var(--text-body-line);cursor:pointer;background:0 0;border:0;flex:none;display:inline-flex}.bo-guided-research__add-item-icon{flex:none;display:block}.bo-guided-research__add-item:focus{outline:none}.bo-guided-research__add-item:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__quiet-action:focus{outline:none}.bo-guided-research__quiet-action:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__research-focus{gap:var(--space-2);min-width:0;margin-block:var(--space-3);flex-direction:column;display:flex}.bo-guided-research__research-focus-rows{flex-direction:column;min-width:0;display:flex}.bo-guided-research__research-focus-row{padding-block:var(--space-2);border-top:var(--border-thin) solid var(--border-default);color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);overflow-wrap:anywhere;margin:0}.bo-guided-research__research-focus-row:first-child{border-top:none;padding-top:0}.bo-guided-research__research-focus-row:last-child{padding-bottom:0}.bo-guided-research__meta-label{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);line-height:var(--text-caption-line);margin:0}.bo-guided-research__field-support{margin:calc(var(--space-1) * -1) 0 0;width:100%;min-width:0;color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);text-wrap:pretty;overflow-wrap:break-word}.bo-guided-research__unavailable-panel{gap:var(--space-2);min-width:0;margin-top:var(--space-2);flex-direction:column;display:flex}.bo-guided-research__unavailable-heading{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-semibold);line-height:var(--text-body-line);margin:0}.bo-guided-research__unavailable-body{color:var(--text-secondary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);overflow-wrap:anywhere;margin:0}.bo-guided-research__project-source-list{flex-direction:column;min-width:0;display:flex}.bo-guided-research__section--project-sources{gap:var(--space-5)}.bo-guided-research__stage-two-intro{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.bo-guided-research__section--project-sources>.bo-guided-research__stage-two-intro>.bo-guided-research__stage-intro{margin:0}.bo-guided-research__stage-two-support{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);overflow-wrap:anywhere;margin:0}.bo-guided-research__project-source{gap:var(--space-3);min-width:0;padding-block:var(--space-3);border-top:var(--border-thin) solid var(--border-default);scroll-margin-top:var(--bo-guided-research-sticky-stage-offset,0px);flex-direction:column;display:flex}.bo-guided-research__project-source:first-child{border-top:none;padding-top:0}.bo-guided-research__project-source-summary{row-gap:var(--space-2);grid-template-columns:minmax(0,1fr);grid-template-areas:"title""meta""status""demo""unavailable""action";min-width:0;display:grid}.bo-guided-research__project-source-title{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-semibold);line-height:var(--text-body-line);overflow-wrap:anywhere;grid-area:title;margin:0}.bo-guided-research__project-source-meta{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);overflow-wrap:anywhere;grid-area:meta;margin:0}.bo-guided-research__source-status-row{gap:var(--space-2);flex-wrap:wrap;grid-area:status;min-width:0;display:flex}.bo-guided-research__project-source-summary>.bo-guided-research__demo-note,.bo-guided-research__project-source-summary>.bo-guided-research__demo-mark{grid-area:demo}.bo-guided-research__project-source-summary>.bo-guided-research__field-support{grid-area:unavailable}.bo-guided-research__source-disclosure{justify-content:flex-start;align-items:center;gap:var(--space-1);box-sizing:border-box;width:fit-content;max-width:100%;min-height:var(--target-min);padding:var(--space-2) 0;color:var(--text-secondary);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);line-height:var(--text-caption-line);text-underline-offset:.18em;cursor:pointer;background:0 0;border:0;grid-area:action;margin:0;text-decoration:underline;display:inline-flex}.bo-guided-research__source-disclosure-icon{flex:none;transition:transform .12s;display:block}.bo-guided-research__source-disclosure[aria-expanded=true] .bo-guided-research__source-disclosure-icon{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.bo-guided-research__source-disclosure-icon{transition:none}}.bo-guided-research__source-disclosure:focus{outline:none}.bo-guided-research__source-disclosure:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}@media (width>=480px){.bo-guided-research__project-source-summary{column-gap:var(--space-3);grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title action""meta meta""status status""demo demo""unavailable unavailable";align-items:start}.bo-guided-research__source-disclosure{place-self:start end;padding-block:0}}.bo-guided-research__active-question{gap:var(--space-2);min-width:0;padding:var(--space-3);border-left:var(--border-medium) solid var(--border-strong,var(--border-default));border-radius:var(--radius-sm);background:var(--surface-subtle);scroll-margin-top:var(--bo-guided-research-sticky-stage-offset,0px);flex-direction:column;margin:0;display:flex}.bo-guided-research__active-question-text{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-semibold);line-height:var(--text-body-line);overflow-wrap:anywhere;margin:0}.bo-guided-research__active-question-requirement{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);overflow-wrap:anywhere;margin:0}.bo-guided-research__question-switcher{gap:var(--space-2);flex-wrap:wrap;min-width:0;display:flex}.bo-guided-research__question-tab{min-height:var(--target-min);padding:var(--space-2) var(--space-3);border:var(--border-thin) solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);line-height:var(--text-caption-line);cursor:pointer;background:0 0;margin:0}.bo-guided-research__question-tab--selected{border-color:var(--border-strong,var(--border-default));color:var(--text-primary);font-weight:var(--font-weight-semibold)}.bo-guided-research__question-tab:focus{outline:none}.bo-guided-research__question-tab:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__project-sources-region,.bo-guided-research__findings-region{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.bo-guided-research__project-sources-heading-row{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-guided-research__section--project-sources .bo-guided-research__section-heading{margin:0}.bo-guided-research__project-sources-status{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);margin:0}.bo-guided-research__source-status-chip{min-height:var(--space-5);padding:0 var(--space-2);border:var(--border-thin) solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);line-height:var(--text-caption-line);align-items:center;display:inline-flex}.bo-guided-research__demo-note,.bo-guided-research__demo-mark{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);overflow-wrap:anywhere;flex:none;margin:0}.bo-guided-research__project-source-actions{align-items:flex-start;gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.bo-guided-research__source-meta{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-guided-research__source-meta-line{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);overflow-wrap:anywhere;margin:0}.bo-guided-research__project-source-body{gap:var(--space-3);box-sizing:border-box;width:100%;min-width:0;padding:var(--space-3);border-left:var(--border-medium) solid var(--border-default);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--surface-subtle);scroll-margin-top:var(--bo-guided-research-sticky-stage-offset,0px);flex-direction:column;margin:0;display:flex}@media (width>=48rem){.bo-guided-research__active-question,.bo-guided-research__question-tab,.bo-guided-research__source-status-chip,.bo-guided-research__project-source-body{border-radius:0}}.bo-guided-research__project-source-outcome-actions{align-items:stretch;gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.bo-guided-research__source-no-finding{box-sizing:border-box;width:100%;min-height:var(--target-min);padding:var(--space-2) var(--space-3);border:var(--border-thin) solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);line-height:var(--text-caption-line);text-align:center;cursor:pointer;background:0 0;justify-content:center;align-items:center;margin:0;display:inline-flex}.bo-guided-research__source-no-finding:hover{background:var(--action-secondary-surface-hover,var(--surface-subtle))}.bo-guided-research__source-no-finding:active{background:var(--action-secondary-surface-active,var(--surface-subtle));border-color:var(--text-muted)}.bo-guided-research__source-no-finding--recorded{background:var(--surface-subtle);border-color:var(--border-strong,var(--border-default));color:var(--text-primary);font-weight:var(--font-weight-semibold)}.bo-guided-research__source-no-finding:focus{outline:none}.bo-guided-research__source-no-finding:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__findings-summary-list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.bo-guided-research__findings-summary-item{gap:var(--space-1);min-width:0;padding-block:var(--space-2);border-top:var(--border-thin) solid var(--border-default);flex-direction:column;display:flex}.bo-guided-research__findings-summary-item:first-child{border-top:none;padding-top:0}.bo-guided-research__findings-empty{color:var(--text-secondary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);margin:0}.bo-guided-research__stage-completion{gap:var(--space-2);min-width:0;padding-top:var(--space-2);flex-direction:column;display:flex}.bo-guided-research__stage-completion-title{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-semibold);line-height:var(--text-caption-line);letter-spacing:.04em;text-transform:uppercase;margin:0}.bo-guided-research__stage-completion-requirement,.bo-guided-research__stage-completion-list{color:var(--text-secondary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);overflow-wrap:anywhere;margin:0}.bo-guided-research__stage-completion-list{gap:var(--space-2);padding-left:var(--space-4);flex-direction:column;display:flex}.bo-guided-research__source-excerpt,.bo-guided-research__finding-editor,.bo-guided-research__saved-finding,.bo-guided-research__finding-attribution-block{gap:var(--space-2);min-width:0;scroll-margin-top:var(--bo-guided-research-sticky-stage-offset,0px);flex-direction:column;display:flex}.bo-guided-research__finding-editor{gap:var(--space-3)}.bo-guided-research__finding-editor-textarea{min-height:calc(4 * var(--text-body-size) * var(--text-body-line) + 2 * var(--space-2));max-height:calc(10 * var(--text-body-size) * var(--text-body-line) + 2 * var(--space-2));resize:none;field-sizing:content;overflow:hidden auto}.bo-guided-research__finding-editor-context{gap:var(--space-1);color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);overflow-wrap:anywhere;flex-direction:column;margin:0;display:flex}.bo-guided-research__finding-editor-context-line{margin:0;display:block}.bo-guided-research__finding-editor-source-class{color:var(--text-muted);font-weight:var(--font-weight-regular)}.bo-guided-research__finding-editor-actions{align-items:stretch;gap:var(--space-2);flex-direction:column;width:100%;min-width:0;display:flex}.bo-guided-research__finding-editor-cancel{box-sizing:border-box;width:100%;min-height:var(--target-min);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--text-secondary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-medium);line-height:var(--text-body-line);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;margin:0;display:inline-flex}.bo-guided-research__finding-editor-cancel:hover:not(:disabled){background:var(--surface-subtle);color:var(--text-primary)}.bo-guided-research__finding-editor-cancel:disabled{cursor:not-allowed;opacity:.55}.bo-guided-research__finding-editor-cancel:focus{outline:none}.bo-guided-research__finding-editor-cancel:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}@media (width>=480px){.bo-guided-research__finding-editor-actions{flex-direction:row;align-items:stretch}.bo-guided-research__finding-editor-actions>.bo-action-button{flex:auto}.bo-guided-research__finding-editor-cancel{width:auto;min-width:var(--target-min);padding-inline:var(--space-4);flex:none}}.bo-guided-research__project-source-identity{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-guided-research__source{gap:var(--space-2);min-width:0;padding-block:var(--space-3);border-top:var(--border-thin) solid var(--border-default);flex-direction:column;display:flex}.bo-guided-research__source:first-child{border-top:none;padding-top:0}.bo-guided-research__source-cannot{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);margin:0}.bo-guided-research__finding-group+.bo-guided-research__finding-group{margin-top:var(--space-3)}.bo-guided-research__finding,.bo-guided-research__gap{padding-block:var(--space-3);border-top:var(--border-thin) solid var(--border-default)}.bo-guided-research__finding:first-child,.bo-guided-research__gap:first-child{border-top:none;padding-top:0}.bo-guided-research__finding--expanded,.bo-guided-research__gap--expanded{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.bo-guided-research__finding-attribution{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);margin:0}.bo-guided-research__summary-statement{gap:var(--space-2);min-width:0;padding-block:var(--space-3);border-top:var(--border-thin) solid var(--border-default);flex-direction:column;display:flex}.bo-guided-research__summary-statement:first-child{border-top:none;padding-top:0}.bo-guided-research__review-classify{gap:var(--space-2)}.bo-guided-research__review-classify .bo-selectable-row-group__hint{margin-bottom:var(--space-1)}.bo-guided-research__review-classify .bo-selectable-row-group__list{gap:var(--space-2)}.bo-guided-research__review-classify .bo-selectable-row{min-height:var(--target-min);padding-block:var(--space-2);padding-inline:var(--space-3)}.bo-guided-research__review-classify .bo-selectable-row__description{font-size:var(--text-caption-size);line-height:var(--text-caption-line)}.bo-guided-research__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.bo-guided-research__inline-error{color:var(--accent-error);font-family:var(--font-interface);font-size:var(--text-caption-size);line-height:var(--text-caption-line);margin:0}.bo-guided-research__synthesis-question .bo-guided-research__stage-support,.bo-guided-research__section--synthesis>.bo-guided-research__stage-support{margin:0 0 var(--space-4)}.bo-guided-research__synthesis-question{margin:0 0 var(--space-4);padding-bottom:var(--space-3);border-bottom:var(--border-thin) solid var(--border-default)}.bo-guided-research__synthesis-question:last-child{border-bottom:0}.bo-guided-research__synthesis-question-toggle{align-items:flex-start;gap:var(--space-1);width:100%;min-height:var(--target-min);color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;padding:0;display:flex}.bo-guided-research__synthesis-question-toggle:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__synthesis-question-heading{font-family:var(--font-display);font-size:var(--text-title-size);line-height:var(--text-title-line);font-weight:var(--font-weight-semibold);margin:0}.bo-guided-research__synthesis-question-body{gap:var(--space-3);margin-top:var(--space-3);flex-direction:column;display:flex}.bo-guided-research__synthesis-attribution{gap:var(--space-2);flex-direction:column;display:flex}.bo-guided-research__reflection-section{gap:var(--space-3);margin-top:var(--space-5);flex-direction:column;display:flex}.bo-guided-research__active-gaps{gap:var(--space-2);flex-direction:column;display:flex}.bo-guided-research__growing-textarea{min-height:calc(3 * var(--text-body-line) + 2 * var(--space-2));field-sizing:content;resize:vertical}.bo-guided-research__empty-state{gap:var(--space-2);margin-bottom:var(--space-4);flex-direction:column;display:flex}.bo-guided-research__section--pathway{gap:var(--space-3)}.bo-guided-research__pathway-primary-question{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-medium);line-height:var(--text-body-line);margin:0}.bo-guided-research__pathway-market-context{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);overflow-wrap:anywhere;max-width:100%;margin:0}.bo-guided-research__pathway-market-note{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);margin:0}.bo-guided-research__pathway-fields{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}.bo-guided-research__independent-sources,.bo-guided-research__governance-sources{gap:var(--space-4);flex-direction:column;min-width:0;display:flex;overflow:visible}.bo-guided-research__independent-source{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.bo-guided-research__independent-source+.bo-guided-research__independent-source{padding-top:var(--space-3);border-top:var(--border-thin) solid var(--border-default)}.bo-guided-research__independent-source-list{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex;overflow:visible}.bo-guided-research__independent-source-item{gap:var(--space-1);overflow-wrap:anywhere;flex-direction:column;min-width:0;display:flex}.bo-guided-research__textarea--compact{min-height:calc(2 * var(--text-body-size) * var(--text-body-line) + 2 * var(--space-2));max-height:calc(8 * var(--text-body-size) * var(--text-body-line) + 2 * var(--space-2));resize:none;field-sizing:content;overflow:hidden auto}.bo-guided-research__textarea--four-lines{min-height:calc(4 * var(--text-body-size) * var(--text-body-line) + 2 * var(--space-2));max-height:calc(4 * var(--text-body-size) * var(--text-body-line) + 2 * var(--space-2))}.bo-guided-research__textarea--statement{min-height:max(7.5rem, calc(4 * var(--text-body-size) * var(--text-body-line) + 2 * var(--space-2)));max-height:calc(8 * var(--text-body-size) * var(--text-body-line) + 2 * var(--space-2));field-sizing:content;resize:none}.bo-guided-research__textarea--extended{min-height:max(8.75rem, calc(5 * var(--text-body-size) * var(--text-body-line) + 2 * var(--space-2)));max-height:calc(10 * var(--text-body-size) * var(--text-body-line) + 2 * var(--space-2));field-sizing:content;resize:none}.bo-guided-research__word-count{max-width:100%;color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);font-variant-numeric:tabular-nums;text-align:end;align-self:flex-end;margin:0}.bo-guided-research__word-count[data-at-limit=true],.bo-guided-research__word-count[data-over-limit=true]{color:var(--text-field-error);font-weight:var(--font-weight-medium)}.bo-guided-research__textarea--example-placeholder::placeholder{color:var(--text-muted);opacity:1;font-style:italic}.bo-guided-research__select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--text-muted) 50%), linear-gradient(135deg, var(--text-muted) 50%, transparent 50%);background-position:calc(100% - 1.1rem) calc(50% - .15rem),calc(100% - .75rem) calc(50% - .15rem);background-repeat:no-repeat;background-size:.35rem .35rem,.35rem .35rem;padding-inline-end:calc(var(--space-4) + var(--space-2))}.bo-guided-research__pathway-legacy-note{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);overflow-wrap:anywhere;margin:0}.bo-guided-research[data-review-mode=complete]{--bo-guided-research-content-to-footer:var(--space-6)}.bo-guided-research__pathway-review{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.bo-guided-research-review-list>.bo-guided-research__pathway-review{gap:var(--space-1);padding:0 0 var(--space-2);margin:0}.bo-guided-research__pathway-review-intro{align-items:flex-start;gap:var(--space-1);background:0 0;border:0;flex-direction:column;width:100%;min-width:0;margin:0;padding:0;display:flex}.bo-guided-research__pathway-review-intro-heading{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-heading-2-size);font-weight:var(--font-weight-semibold);line-height:var(--text-heading-2-line);margin:0}.bo-guided-research__pathway-review-intro-status{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);margin:0}.bo-guided-research__pathway-review-intro-divider{width:100%;height:0;margin:var(--space-3) 0 0;border:0;border-top:var(--border-thin) solid var(--border-default)}.bo-guided-research__pathway-notes-disclosure{align-items:flex-start;gap:var(--space-1);width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;min-width:0;margin:0;padding:0;display:flex}.bo-guided-research__pathway-notes-disclosure:focus{outline:none}.bo-guided-research__pathway-notes-disclosure:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.bo-guided-research__pathway-notes-disclosure-label{font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-medium);line-height:var(--text-body-line)}.bo-guided-research__pathway-notes-disclosure-status{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line)}.bo-guided-research__pathway-notes-panel{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.bo-guided-research__pathway-notes-panel[hidden]{display:none}.bo-guided-research__pathway-review-group{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.bo-guided-research__pathway-review-list{gap:var(--space-3);flex-direction:column;margin:0;display:flex}.bo-guided-research__pathway-review-item{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-guided-research__pathway-review-item dt{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);line-height:var(--text-caption-line);margin:0}.bo-guided-research__pathway-review-item dd{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);white-space:pre-wrap;margin:0}.bo-guided-research__stage-slot{display:contents}.bo-guided-research__body{gap:var(--space-3);flex-direction:column;flex:auto;width:100%;min-width:0;display:flex}.bo-guided-research__evidence-workspace{gap:var(--space-4);flex-direction:column;flex:auto;width:100%;min-width:0;display:flex}.bo-guided-research__observation-workspace{gap:var(--bo-guided-research-content-to-footer);flex-direction:column;flex:auto;width:100%;min-width:0;display:flex}.bo-guided-research__workspace-eyebrow,.bo-guided-research__workspace-boundary{display:none}.bo-guided-research__evidence-brief{box-sizing:border-box;width:100%;min-width:0;display:block}.bo-guided-research__evidence-brief .bo-onboarding-eyebrow{display:none}.bo-guided-research__market-context{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.bo-guided-research__project-context,.bo-guided-research__project-own-account,.bo-guided-research__project-research-record,.bo-guided-research__governance-evidence,.bo-guided-research__utility-evidence,.bo-guided-research__gaps-in-record{gap:var(--space-2);flex-direction:column;min-width:0;display:flex;overflow:visible}.bo-guided-research__project-context .bo-discovery-project-social{flex-wrap:wrap;overflow-x:hidden}.bo-guided-research__project-context{gap:0}.bo-guided-research__project-context-identity,.bo-guided-research__project-context-surfacing,.bo-guided-research__project-context-resources,.bo-guided-research__project-context-genesis,.bo-guided-research__project-context-provenance{flex-direction:column;min-width:0;display:flex;overflow:visible}.bo-guided-research__project-context-identity{gap:var(--space-4)}.bo-guided-research__project-context-surfacing,.bo-guided-research__project-context-genesis{gap:var(--space-2)}.bo-guided-research__project-context-resources{gap:0}.bo-guided-research__project-context-identity+*,.bo-guided-research__project-context-surfacing+*,.bo-guided-research__project-context-resources+.bo-guided-research__project-context-genesis{margin-top:var(--space-5)}.bo-guided-research__project-context-resources+.bo-guided-research__project-context-provenance,.bo-guided-research__project-context-genesis+.bo-guided-research__project-context-provenance,.bo-guided-research__project-context-surfacing+.bo-guided-research__project-context-provenance{margin-top:calc(var(--space-4) + var(--space-1))}.bo-guided-research__project-context .bo-onboarding-eyebrow,.bo-guided-research__project-context .bo-guided-research__recorded-observation-heading,.bo-guided-research__project-context .bo-guided-research__recorded-observation-label,.bo-guided-research__project-context .bo-guided-research__recorded-observation-value,.bo-guided-research__project-context-sources.bo-discovery-project-sources-block>.bo-onboarding-eyebrow{margin:0}.bo-guided-research__project-context-sources .bo-discovery-project-sources,.bo-guided-research__project-context-sources .bo-discovery-project-sources>li:first-child{margin-top:0;padding-top:0}.bo-guided-research__project-context-sources .bo-discovery-project-sources+.bo-discovery-project-social-block{margin-top:calc(var(--space-4) + var(--space-1))}.bo-guided-research__project-context-provenance>.bo-guided-research__evidence-provenance{padding-top:var(--space-3);margin-top:0}.bo-guided-research__project-context a.bo-guided-research__recorded-observation-value,.bo-guided-research__project-own-account a.bo-guided-research__recorded-observation-value,.bo-guided-research__project-research-record a.bo-guided-research__recorded-observation-value,.bo-guided-research__governance-evidence a.bo-guided-research__recorded-observation-value,.bo-guided-research__utility-evidence a.bo-guided-research__recorded-observation-value,.bo-guided-research__gaps-in-record a.bo-guided-research__recorded-observation-value{color:var(--text-primary);text-underline-offset:.12em;text-decoration:underline}.bo-guided-research__project-context .bo-guided-research__recorded-observation-block>.bo-guided-research__recorded-observation-label:not(:first-child),.bo-guided-research__project-own-account .bo-guided-research__recorded-observation-block>.bo-guided-research__recorded-observation-label:not(:first-child),.bo-guided-research__project-research-record .bo-guided-research__recorded-observation-block>.bo-guided-research__recorded-observation-label:not(:first-child),.bo-guided-research__governance-evidence .bo-guided-research__recorded-observation-block>.bo-guided-research__recorded-observation-label:not(:first-child),.bo-guided-research__utility-evidence .bo-guided-research__recorded-observation-block>.bo-guided-research__recorded-observation-label:not(:first-child),.bo-guided-research__gaps-in-record .bo-guided-research__recorded-observation-block>.bo-guided-research__recorded-observation-label:not(:first-child){margin-top:var(--space-2)}.bo-guided-research__market-context-chart{min-width:0;margin-top:var(--space-1)}.bo-guided-research__market-context-chart>.bo-discovery-page__quote{width:100%;max-width:100%}.bo-guided-research__market-context-heading{color:var(--text-primary);font-family:var(--font-display);font-size:var(--text-heading-3-size);font-weight:var(--font-weight-semibold);line-height:var(--text-heading-3-line);margin:0}.bo-guided-research__market-context-value{font-family:var(--font-interface);font-size:var(--text-heading-2-size);font-weight:var(--font-weight-semibold);line-height:var(--text-heading-2-line);font-variant-numeric:tabular-nums;margin:0}.bo-guided-research__market-context-timeframe,.bo-guided-research__market-context-unavailable,.bo-guided-research__market-context-boundary,.bo-guided-research__recorded-observation-unavailable{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-regular);line-height:var(--text-caption-line);margin:0}.bo-guided-research__market-context-boundary{padding-top:var(--space-3);border-top:var(--border-thin) solid var(--border-default)}.bo-guided-research__recorded-observation{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.bo-guided-research__recorded-observation-heading{color:var(--text-primary);font-family:var(--font-display);font-size:var(--text-heading-3-size);font-weight:var(--font-weight-semibold);line-height:var(--text-heading-3-line);margin:0}.bo-guided-research__recorded-observation-block{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-guided-research__recorded-observation-block+.bo-guided-research__recorded-observation-block{padding-top:var(--space-3);border-top:var(--border-thin) solid var(--border-default)}.bo-guided-research__recorded-observation-label{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-caption-size);font-weight:var(--font-weight-medium);line-height:var(--text-caption-line);letter-spacing:.04em;text-transform:uppercase;margin:0}.bo-guided-research__recorded-observation-value{color:var(--text-primary);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.bo-guided-research__activity-snapshot{gap:var(--space-3);min-width:0;padding-top:var(--space-3);border-top:var(--border-thin) solid var(--border-default);flex-direction:column;display:flex}.bo-guided-research__evidence-provenance{padding-top:var(--space-3);border-top:var(--border-thin) solid var(--border-default);color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-metadata-size,var(--text-caption-size));font-weight:var(--font-weight-regular);line-height:var(--text-metadata-line,var(--text-caption-line));margin:0}.bo-guided-research__evidence-provenance+.bo-guided-research__market-context-boundary{border-top:0}.bo-guided-research__comparison-evidence{gap:var(--space-3);flex-direction:column;min-width:0;display:flex}.bo-guided-research__comparison-evidence-label{display:none}.bo-guided-research__recorded-baseline-movement{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.bo-guided-research__recorded-baseline>:is(.bo-guided-research__recorded-baseline-movement,.bo-guided-research__market-context-unavailable)+.bo-guided-research__recorded-observation-block,.bo-guided-research__investigation-context>:is(.bo-guided-research__recorded-baseline-movement,.bo-guided-research__market-context-unavailable)+.bo-guided-research__recorded-observation-block,.bo-guided-research__evidence-so-far>:is(.bo-guided-research__recorded-baseline-movement,.bo-guided-research__market-context-unavailable)+.bo-guided-research__recorded-observation-block,.bo-guided-research__research-record>:is(.bo-guided-research__recorded-baseline-movement,.bo-guided-research__market-context-unavailable)+.bo-guided-research__recorded-observation-block,.bo-guided-research__research-record>.bo-guided-research__recorded-observation-block+:is(.bo-guided-research__recorded-baseline-movement,.bo-guided-research__market-context-unavailable){padding-top:var(--space-3);border-top:var(--border-thin) solid var(--border-default)}.bo-guided-research__comparison-evidence-empty,.bo-guided-research__comparison-evidence-unavailable{color:var(--text-muted);font-family:var(--font-interface);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line);margin:0}.bo-guided-research__comparison-evidence .bo-guided-research__recorded-observation-block+.bo-guided-research__comparison-evidence-unavailable{padding-top:var(--space-3);border-top:var(--border-thin) solid var(--border-default)}@media (width>=48rem){.bo-guided-research--evidence-workspace :is(.bo-guided-research__available-evidence,.bo-guided-research__recorded-baseline,.bo-guided-research__investigation-context,.bo-guided-research__evidence-so-far,.bo-guided-research__research-record,.bo-guided-research__project-context,.bo-guided-research__project-own-account,.bo-guided-research__project-research-record,.bo-guided-research__governance-evidence,.bo-guided-research__utility-evidence,.bo-guided-research__gaps-in-record)>.bo-onboarding-eyebrow{margin-bottom:var(--space-3);display:block}.bo-guided-research--evidence-workspace :is(.bo-guided-research__available-evidence,.bo-guided-research__recorded-baseline,.bo-guided-research__investigation-context,.bo-guided-research__evidence-so-far,.bo-guided-research__research-record,.bo-guided-research__project-context,.bo-guided-research__project-own-account,.bo-guided-research__project-research-record,.bo-guided-research__governance-evidence,.bo-guided-research__utility-evidence,.bo-guided-research__gaps-in-record)>.bo-guided-research__recorded-observation-heading{margin-bottom:var(--space-3)}.bo-guided-research--evidence-workspace :is(.bo-guided-research__available-evidence,.bo-guided-research__recorded-baseline,.bo-guided-research__investigation-context,.bo-guided-research__evidence-so-far,.bo-guided-research__research-record,.bo-guided-research__project-context,.bo-guided-research__project-own-account,.bo-guided-research__project-research-record,.bo-guided-research__governance-evidence,.bo-guided-research__utility-evidence,.bo-guided-research__gaps-in-record)>.bo-guided-research__recorded-observation-block+.bo-guided-research__recorded-observation-block,.bo-guided-research--evidence-workspace .bo-guided-research__recorded-baseline>:is(.bo-guided-research__recorded-baseline-movement,.bo-guided-research__market-context-unavailable)+.bo-guided-research__recorded-observation-block,.bo-guided-research--evidence-workspace .bo-guided-research__investigation-context>:is(.bo-guided-research__recorded-baseline-movement,.bo-guided-research__market-context-unavailable)+.bo-guided-research__recorded-observation-block,.bo-guided-research--evidence-workspace .bo-guided-research__evidence-so-far>:is(.bo-guided-research__recorded-baseline-movement,.bo-guided-research__market-context-unavailable)+.bo-guided-research__recorded-observation-block,.bo-guided-research--evidence-workspace .bo-guided-research__research-record>:is(.bo-guided-research__recorded-baseline-movement,.bo-guided-research__market-context-unavailable)+.bo-guided-research__recorded-observation-block,.bo-guided-research--evidence-workspace .bo-guided-research__research-record>.bo-guided-research__recorded-observation-block+:is(.bo-guided-research__recorded-baseline-movement,.bo-guided-research__market-context-unavailable){margin-top:var(--space-3);padding-top:var(--space-3)}.bo-guided-research--evidence-workspace .bo-guided-research__investigation-context>.bo-guided-research__recorded-observation-block+.bo-guided-research__market-context-boundary,.bo-guided-research--evidence-workspace .bo-guided-research__comparison-evidence{margin-top:var(--space-3);padding-top:var(--space-3);border-top:var(--border-thin) solid var(--border-default)}.bo-guided-research--evidence-workspace .bo-guided-research__comparison-evidence-label{display:block}.bo-guided-research--evidence-workspace .bo-guided-research__activity-snapshot{margin-top:var(--space-4);padding-top:var(--space-5)}.bo-guided-research--evidence-workspace .bo-guided-research__evidence-provenance{margin-top:var(--space-3);padding-top:var(--space-3)}.bo-guided-research--evidence-workspace .bo-guided-research__project-context-provenance>.bo-guided-research__evidence-provenance{padding-top:var(--space-3);margin-top:0}.bo-guided-research--evidence-workspace .bo-guided-research__evidence-provenance+.bo-guided-research__market-context-boundary{padding-top:var(--space-5);color:var(--text-muted);font-size:var(--text-body-size);font-weight:var(--font-weight-regular);line-height:var(--text-body-line)}.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_trading_activity] .bo-guided-research__footer,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_compare_timeframes] .bo-guided-research__footer,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_investigate_context] .bo-guided-research__footer,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_alternative_explanations] .bo-guided-research__footer,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_record_assessment] .bo-guided-research__footer,.bo-guided-research--evidence-workspace[data-guided-research-stage=pr_record_assessment] .bo-guided-research__footer,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_assess_sources] .bo-guided-research__footer,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_compare_pictures] .bo-guided-research__footer,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_alternative_explanations] .bo-guided-research__footer,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_record_assessment] .bo-guided-research__footer{margin-top:var(--space-5);padding-top:var(--space-5)}.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_trading_activity] .bo-guided-research__footer .bo-guided-research__save-status-wrap,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_compare_timeframes] .bo-guided-research__footer .bo-guided-research__save-status-wrap,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_investigate_context] .bo-guided-research__footer .bo-guided-research__save-status-wrap,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_alternative_explanations] .bo-guided-research__footer .bo-guided-research__save-status-wrap,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_record_assessment] .bo-guided-research__footer .bo-guided-research__save-status-wrap,.bo-guided-research--evidence-workspace[data-guided-research-stage=pr_record_assessment] .bo-guided-research__footer .bo-guided-research__save-status-wrap,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_assess_sources] .bo-guided-research__footer .bo-guided-research__save-status-wrap,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_compare_pictures] .bo-guided-research__footer .bo-guided-research__save-status-wrap,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_alternative_explanations] .bo-guided-research__footer .bo-guided-research__save-status-wrap,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_record_assessment] .bo-guided-research__footer .bo-guided-research__save-status-wrap{justify-content:center;align-items:center}.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_trading_activity] .bo-guided-research__footer .bo-guided-research__save-status,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_compare_timeframes] .bo-guided-research__footer .bo-guided-research__save-status,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_investigate_context] .bo-guided-research__footer .bo-guided-research__save-status,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_alternative_explanations] .bo-guided-research__footer .bo-guided-research__save-status,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_record_assessment] .bo-guided-research__footer .bo-guided-research__save-status,.bo-guided-research--evidence-workspace[data-guided-research-stage=pr_record_assessment] .bo-guided-research__footer .bo-guided-research__save-status,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_assess_sources] .bo-guided-research__footer .bo-guided-research__save-status,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_compare_pictures] .bo-guided-research__footer .bo-guided-research__save-status,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_alternative_explanations] .bo-guided-research__footer .bo-guided-research__save-status,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_record_assessment] .bo-guided-research__footer .bo-guided-research__save-status{text-align:center;justify-content:center}.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_investigate_context] .bo-guided-research__field--compact-meta{gap:var(--space-1)}.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_investigate_context] .bo-guided-research__field--compact-meta .bo-guided-research__field-support{font-size:var(--text-caption-size);line-height:var(--text-caption-line)}.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_investigate_context] .bo-guided-research__field--compact-meta .bo-field__control{min-height:calc(var(--target-min) - var(--space-2));padding-block:var(--space-1);padding-inline:var(--space-3);font-size:var(--text-caption-size);line-height:var(--text-caption-line)}}.bo-guided-research__mobile-pane-toggle{width:100%;min-width:0;max-width:100%;scroll-margin-top:var(--bo-guided-research-sticky-stage-offset,0px);flex:none;display:block;position:static}@media (width>=48rem){.bo-guided-research__mobile-pane-toggle{display:none}}@media (width<=767px){.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_alternative_explanations] .bo-guided-research__evidence-brief,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_record_assessment] .bo-guided-research__evidence-brief,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_define_question] .bo-guided-research__evidence-brief,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_observe_market] .bo-guided-research__evidence-brief,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_examine_project] .bo-guided-research__evidence-brief,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_assess_sources] .bo-guided-research__evidence-brief,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_compare_pictures] .bo-guided-research__evidence-brief,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_alternative_explanations] .bo-guided-research__evidence-brief,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_record_assessment] .bo-guided-research__evidence-brief{display:none}.bo-guided-research--evidence-workspace .bo-guided-research__observation-workspace,.bo-guided-research--evidence-workspace .bo-guided-research__form,.bo-guided-research--evidence-workspace .bo-guided-research__section--pathway{display:contents}.bo-guided-research--evidence-workspace[data-mobile-pane=focus] .bo-guided-research__evidence-brief,.bo-guided-research--evidence-workspace .bo-guided-research__evidence-brief[data-mobile-hidden=true],.bo-guided-research--evidence-workspace[data-mobile-pane=context] .bo-guided-research__observation-workspace,.bo-guided-research--evidence-workspace[data-mobile-pane=context] .bo-guided-research__form,.bo-guided-research--evidence-workspace[data-mobile-pane=context] .bo-guided-research__section--pathway,.bo-guided-research--evidence-workspace .bo-guided-research__observation-workspace[data-mobile-hidden=true],.bo-guided-research--evidence-workspace .bo-guided-research__form[data-mobile-hidden=true]{display:none}.bo-guided-research--evidence-workspace[data-mobile-pane=context] .bo-guided-research__evidence-brief:not([data-mobile-hidden=true]){display:block}.bo-guided-research--evidence-workspace .bo-guided-research__stage-heading,.bo-guided-research--evidence-workspace .bo-guided-research__stage-intro{order:1}.bo-guided-research--evidence-workspace .bo-guided-research__evidence-brief{order:2}.bo-guided-research--evidence-workspace .bo-guided-research__pathway-fields,.bo-guided-research--evidence-workspace .bo-guided-research-review-list{order:3}.bo-guided-research--evidence-workspace .bo-guided-research__footer{order:4}.bo-guided-research--product-chrome.bo-guided-research--evidence-workspace .bo-guided-research__scroll,.bo-guided-research--product-chrome.bo-guided-research--evidence-workspace .bo-guided-research__body,.bo-guided-research--product-chrome.bo-guided-research--evidence-workspace .bo-guided-research__evidence-workspace{flex:auto;min-height:0}.bo-guided-research--product-chrome.bo-guided-research--evidence-workspace .bo-guided-research__scroll{flex-direction:column;display:flex}}@media (width>=48rem){.bo-guided-research--evidence-workspace,.bo-guided-research--completion-workspace,.bo-guided-research--review-workspace{--bo-page-body-measure:var(--measure-wide)}.bo-guided-research--evidence-workspace .bo-guided-research__inner,.bo-guided-research--completion-workspace .bo-guided-research__inner,.bo-guided-research--review-workspace .bo-guided-research__inner{width:100%;max-width:none;margin-inline:0}.bo-guided-research--evidence-workspace .bo-guided-research__body,.bo-guided-research--completion-workspace .bo-guided-research__body,.bo-guided-research--review-workspace .bo-guided-research__body{box-sizing:border-box;width:min(100%, var(--bo-page-body-measure));margin-inline:auto}.bo-guided-research--evidence-workspace .bo-guided-research__evidence-workspace,.bo-guided-research--completion-workspace .bo-guided-research__evidence-workspace,.bo-guided-research--review-workspace .bo-guided-research__evidence-workspace{column-gap:var(--space-8);isolation:isolate;flex:none;grid-template-columns:minmax(0,38fr) minmax(0,62fr);align-items:start;row-gap:0;width:100%;min-width:0;display:grid;position:relative}.bo-guided-research--evidence-workspace .bo-guided-research__evidence-workspace:before,.bo-guided-research--completion-workspace .bo-guided-research__evidence-workspace:before,.bo-guided-research--review-workspace .bo-guided-research__evidence-workspace:before{content:"";z-index:0;top:0;bottom:0;left:calc((38 / 100) * (100% - var(--space-8)) + var(--space-8) / 2);width:var(--border-thin);pointer-events:none;background:var(--bo-divider-fade-vertical);grid-area:1/1/auto/-1;position:absolute;transform:translate(-50%)}@media (forced-colors:active){.bo-guided-research--evidence-workspace .bo-guided-research__evidence-workspace:before,.bo-guided-research--completion-workspace .bo-guided-research__evidence-workspace:before,.bo-guided-research--review-workspace .bo-guided-research__evidence-workspace:before{content:none}}.bo-guided-research--evidence-workspace .bo-guided-research__evidence-brief{width:100%;min-width:0;padding:var(--space-5);z-index:1;grid-area:1/1;align-self:start;margin-block-start:0;position:sticky;top:0;overflow:visible}.bo-guided-research--evidence-workspace .bo-guided-research__evidence-brief.bo-paper-panel{position:sticky}.bo-guided-research--evidence-workspace .bo-guided-research__market-context+.bo-guided-research__project-context{gap:var(--space-2);margin-top:var(--space-5);padding-top:var(--space-5);border-top:var(--border-thin) solid var(--border-subtle,var(--border-default));flex-direction:column;display:flex}.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_record_assessment] .bo-guided-research__evidence-brief,.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_record_assessment] .bo-guided-research__evidence-brief.bo-paper-panel,.bo-guided-research--evidence-workspace[data-guided-research-stage=pr_record_assessment] .bo-guided-research__evidence-brief,.bo-guided-research--evidence-workspace[data-guided-research-stage=pr_record_assessment] .bo-guided-research__evidence-brief.bo-paper-panel,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_record_assessment] .bo-guided-research__evidence-brief,.bo-guided-research--evidence-workspace[data-guided-research-stage=cb_record_assessment] .bo-guided-research__evidence-brief.bo-paper-panel{max-height:none;position:relative;overflow:visible}.bo-guided-research--evidence-workspace[data-guided-research-stage=mb_record_assessment] .bo-guided-research__pathway-review,.bo-guided-research--evidence-workspace[data-guided-research-stage=pr_record_assessment] .bo-guided-research__pathway-review{display:none}.bo-guided-research--evidence-workspace .bo-guided-research__evidence-brief .bo-onboarding-eyebrow{display:block}.bo-guided-research--evidence-workspace .bo-guided-research__observation-workspace{box-sizing:border-box;width:100%;min-width:0;padding:var(--space-5);z-index:1;flex-direction:column;flex:none;grid-area:1/2;align-self:start;margin-block-start:0;display:flex;position:relative}.bo-guided-research--evidence-workspace .bo-guided-research__form,.bo-guided-research--evidence-workspace .bo-guided-research__section,.bo-guided-research--evidence-workspace .bo-guided-research__pathway-fields,.bo-guided-research--evidence-workspace .bo-guided-research-review-list,.bo-guided-research--evidence-workspace .bo-field,.bo-guided-research--evidence-workspace .bo-field__control,.bo-guided-research--evidence-workspace .bo-guided-research__textarea,.bo-guided-research--evidence-workspace .bo-guided-research__select{box-sizing:border-box;width:100%;min-width:0;max-width:none;margin-inline:0}.bo-guided-research--evidence-workspace .bo-guided-research__workspace-eyebrow,.bo-guided-research--evidence-workspace .bo-guided-research__workspace-boundary{display:block}.bo-guided-research--evidence-workspace .bo-guided-research__stage-heading{text-overflow:unset;white-space:normal;color:var(--text-primary);font-family:var(--font-display);font-size:var(--text-heading-2-size);font-weight:var(--font-weight-semibold);line-height:var(--text-heading-2-line);overflow:visible}.bo-guided-research--evidence-workspace .bo-guided-research__pathway-fields,.bo-guided-research--evidence-workspace .bo-guided-research-review-list{gap:var(--space-4)}.bo-guided-research--evidence-workspace .bo-field__control,.bo-guided-research--evidence-workspace .bo-guided-research__textarea,.bo-guided-research--evidence-workspace .bo-guided-research__select{background:var(--surface-primary);box-shadow:none;border-radius:0}.bo-guided-research--evidence-workspace .bo-guided-research__textarea--example-placeholder::placeholder{color:var(--text-muted);font-style:normal}.bo-guided-research--evidence-workspace .bo-guided-research__footer{align-items:center;column-gap:var(--space-3);row-gap:var(--space-2);padding-top:var(--space-5);border-top:var(--border-thin) solid var(--border-default);grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"previous saved continue""error error error";margin-top:0;padding-bottom:0;display:grid}.bo-guided-research--evidence-workspace .bo-guided-research__footer-actions{justify-content:flex-end;display:contents}.bo-guided-research--evidence-workspace .bo-guided-research__footer-actions>.bo-action-button{flex:none;width:auto;max-width:100%}.bo-guided-research--evidence-workspace .bo-guided-research__footer-actions>.bo-action-button--full-width{width:auto}.bo-guided-research--evidence-workspace .bo-guided-research__save-status-wrap{grid-area:saved;align-items:center;width:auto;min-height:0}.bo-guided-research--evidence-workspace .bo-guided-research__footer-previous{grid-area:previous}.bo-guided-research--evidence-workspace .bo-guided-research__footer-continue{grid-area:continue;justify-self:end}.bo-guided-research--evidence-workspace .bo-guided-research__footer .bo-guided-research__field-error{grid-area:error}}
