.billing-workspace{display:grid;gap:20px}.billing-workspace>.banner{margin:0;padding:14px 20px}.billing-workspace>.banner p{margin:4px 0 0}.billing-workspace .settings-panel{max-width:none;margin:0}.billing-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.billing-heading h2{margin:0 0 8px}.billing-heading p{margin:0}.billing-plan-price{font-size:24px;line-height:1.3;font-weight:600;color:var(--pred-text-primary)}.billing-plan-price small{font-size:14px;font-weight:400;color:var(--pred-text-secondary)}.billing-balance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:24px 0}.billing-balance-grid>div+div{border-left:1px solid var(--pred-border-subtle);padding-left:24px}.billing-balance-grid dt{color:var(--pred-text-secondary);font-size:13px}.billing-balance-grid dd{margin:6px 0 0;font-size:28px;line-height:1.3;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.billing-balance-grid small{display:block;color:var(--pred-text-secondary);font-size:12px;margin-top:8px}.billing-usage{display:grid;grid-template-columns:1fr 1fr;gap:28px;border-top:1px solid var(--pred-border-subtle);padding-top:24px}.billing-usage-item{min-width:0}.billing-usage-item>div{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.billing-usage-item progress{display:block;width:100%;height:6px;accent-color:var(--pred-brand-default)}.billing-usage-item p{font-size:12px;margin:8px 0 0}.billing-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}.billing-plan{padding:24px;display:flex;flex-direction:column;min-width:0;background:var(--pred-surface-default);border:1px solid var(--pred-border-subtle);border-radius:12px}.billing-plan h3{margin:0 0 12px}.billing-plan ul{list-style:none;margin:20px 0;padding:0;display:grid;gap:8px;color:var(--pred-text-secondary)}.billing-plan>.button{margin-top:auto;align-self:flex-start}.billing-plan--current{border-color:var(--pred-brand-default);background:var(--pred-brand-subtle)}.billing-plan--current>.button:disabled{opacity:1;color:var(--pred-brand-text)}.billing-packs{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.billing-packs .button{display:flex;gap:16px;justify-content:space-between}.billing-lots{margin-top:24px}.billing-lots summary{cursor:pointer;color:var(--pred-brand-text);font-weight:500}.billing-lots table{margin-top:12px;width:100%;border-collapse:collapse;text-align:left;font-size:13px}.billing-lots td,.billing-lots th{padding:12px 8px;border-bottom:1px solid var(--pred-border-subtle)}.billing-lots th{font-weight:500;color:var(--pred-text-secondary)}.billing-lots td:last-child,.billing-lots th:last-child{text-align:right}.billing-footer-note{font-size:12px;color:var(--pred-text-secondary);margin:12px 0 0}.billing-review{display:grid;gap:14px;margin:20px 0}.billing-review>div{display:flex;justify-content:space-between;gap:20px}.billing-review dt{color:var(--pred-text-secondary)}.billing-review dd{margin:0;text-align:right;font-weight:500}.billing-quote{margin:24px 0;padding:20px 0;border-top:1px solid var(--pred-border-subtle);border-bottom:1px solid var(--pred-border-subtle)}.billing-quote h3{margin:0 0 12px}.billing-quote ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.billing-quote li{gap:20px}.billing-quote li,.billing-quote-total{display:flex;justify-content:space-between}.billing-quote-total{margin-top:12px;font-weight:600}.billing-quote p{font-size:13px;color:var(--pred-text-secondary)}@media(max-width:760px){.billing-plans{grid-template-columns:1fr}.billing-plan{padding:20px}.billing-plan>.button{align-self:stretch}.billing-usage{grid-template-columns:1fr;gap:20px}.billing-balance-grid{gap:16px}.billing-balance-grid>div+div{padding-left:16px}.billing-balance-grid dd{font-size:24px}.billing-packs{flex-direction:column}.billing-heading>.button,.billing-packs .button{width:100%}}@media(max-width:420px){.billing-balance-grid{grid-template-columns:1fr;gap:16px}.billing-balance-grid>div+div{border-left:0;border-top:1px solid var(--pred-border-subtle);padding:16px 0 0}.billing-lots{overflow-x:auto}.billing-lots table{min-width:310px}.settings-tabs{gap:16px;font-size:13px}}.billing-current-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:24px;border-bottom:1px solid var(--pred-border-subtle)}.billing-current-title{display:flex;align-items:center;gap:12px;margin-bottom:8px}.billing-current .billing-current-title h2{font-size:24px;line-height:32px;margin:0}.billing-current-header p{margin:0;font-size:13px}.billing-current-price{text-align:right;font-size:28px;line-height:36px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.billing-current-price span{display:block;color:var(--pred-text-secondary);font-size:12px;line-height:20px;font-weight:400}.billing-current .billing-balance-grid{margin:0;padding:24px 0}.billing-current .billing-balance-grid dd{font-size:26px}.billing-current .billing-balance-grid>div:last-child dd{color:var(--pred-brand-text)}.billing-current .billing-usage{padding-top:20px;gap:32px}.billing-usage-item progress{appearance:none;border:0;border-radius:4px;overflow:hidden;background:var(--pred-border-subtle)}.billing-usage-item progress::-webkit-progress-bar{background:var(--pred-border-subtle);border-radius:4px}.billing-usage-item progress::-webkit-progress-value{background:var(--pred-brand-default);border-radius:4px}.billing-usage-item progress::-moz-progress-bar{background:var(--pred-brand-default);border-radius:4px}.billing-current .settings-actions{margin-top:16px;padding-top:12px;border-top:1px solid var(--pred-border-subtle)}.billing-plan-section{padding:12px 0 4px}.billing-plan-section .billing-heading{align-items:center}.billing-plan-section .billing-heading h2{margin:0 0 4px}.billing-plan-section .billing-heading p{color:var(--pred-text-secondary);font-size:13px}.billing-plan h3{font-size:16px;margin-bottom:16px}.billing-plan ul{font-size:13px;gap:10px;padding-top:18px;border-top:1px solid var(--pred-border-subtle)}.billing-plan>.button{align-self:stretch}.billing-topups h2{margin-bottom:8px}.billing-topups>p{font-size:13px}.billing-topups .billing-packs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.billing-packs .button{padding:18px 16px;min-height:64px}.billing-packs .button:hover:not(:disabled){border-color:var(--pred-brand-default);background:var(--pred-surface-subtle)}.billing-lots{padding-top:16px;border-top:1px solid var(--pred-border-subtle);margin-top:20px}@media(max-width:760px){.billing-current-header{gap:16px}.billing-current-price{font-size:24px}.billing-topups .billing-packs{grid-template-columns:1fr}.billing-plan-section .billing-heading>.button{width:auto}.billing-current .billing-usage{gap:20px}}@media(max-width:420px){.billing-current-header{flex-direction:column}.billing-current-price{text-align:left}.billing-current .billing-balance-grid{padding:20px 0}.billing-current-title{flex-wrap:wrap}}.billing-balance-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.billing-balance-grid dt{min-height:28px;display:flex;align-items:center}.billing-stat-limit{font-size:15px;font-weight:400;color:var(--pred-text-secondary)}.billing-current .billing-balance-grid>div:last-child dd{color:var(--pred-text-primary)}.billing-current .billing-balance-grid>div:nth-child(3) dd{color:var(--pred-brand-text)}.billing-topups .billing-packs .button{border-color:var(--pred-brand-subtle);background:var(--pred-brand-subtle);color:var(--pred-brand-text)}.billing-topups .billing-packs .button:hover:not(:disabled){border-color:var(--pred-brand-default);background:var(--pred-brand-subtle)}.billing-subscription-action{display:flex;justify-content:flex-end;padding-top:4px}.billing-subscription-action>.button{background:transparent;border-color:transparent}@media(max-width:900px){.billing-balance-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:20px}.billing-balance-grid>div:nth-child(3){border-left:0;padding-left:0}.billing-balance-grid>div:nth-child(n+3){padding-top:16px;border-top:1px solid var(--pred-border-subtle)}}@media(max-width:420px){.billing-balance-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px}.billing-balance-grid>div+div{border-top:0;padding-top:0}.billing-balance-grid>div:nth-child(2n){border-left:1px solid var(--pred-border-subtle);padding-left:12px}.billing-balance-grid>div:nth-child(n+3){padding-top:16px;border-top:1px solid var(--pred-border-subtle)}.billing-balance-grid dt{font-size:12px}.billing-balance-grid .info-label{gap:2px}.billing-balance-grid .info-label__button{width:24px;min-width:24px}.billing-balance-grid>div:nth-child(2n) .info-label__tooltip{left:auto;right:-10px}.billing-current .billing-balance-grid dd{font-size:24px}.billing-stat-limit{font-size:13px}}.billing-interval{display:inline-flex;padding:4px;border:1px solid var(--pred-border-subtle);border-radius:10px;background:var(--pred-surface-default);gap:4px}.billing-interval>.button{padding:8px 16px;border-radius:7px;min-width:84px}.billing-interval>.button[aria-pressed=true]{background:var(--pred-brand-subtle);color:var(--pred-brand-text)}.billing-scheduled{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid var(--pred-border-subtle)}.billing-scheduled p{font-size:13px;margin:4px 0 0}@media(max-width:520px){.billing-plan-section .billing-heading{align-items:flex-start}.billing-interval{width:100%}.billing-interval>.button{flex:1 1}.billing-scheduled{align-items:flex-start;flex-direction:column}.billing-current-title{gap:8px}}.billing-country{max-width:440px;margin:8px 0 24px}.billing-country .field{margin-bottom:8px}.billing-quote>.billing-quote-total+p{margin:16px 0 0}.billing-quote>p+p{margin:6px 0 0}.billing-quote>p+a{display:inline-block;margin-top:12px}.creation-form,.creation-form fieldset{display:grid;gap:24px}.creation-form .creation-help{margin:0;color:var(--text-muted);max-width:68ch;line-height:1.6}.creation-examples{padding:0 0 22px;border-bottom:1px solid var(--border)}.creation-details>summary,.creation-examples>summary,.first-use-help>summary{cursor:pointer;font-weight:600;min-height:32px;align-content:center}.creation-examples>p{line-height:1.6;max-width:68ch}.creation-example-choices{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.creation-example-choices .button[aria-pressed=true]{background:#e8efff;color:#1648b6;border-color:#1648b6}.creation-example-preview{padding:4px 0 0}.creation-example-preview h3{font-size:20px;line-height:1.4;margin:0 0 10px;letter-spacing:-.02em}.creation-example-preview p{line-height:1.6;margin:10px 0;max-width:68ch}.creation-example-preview ul{padding-left:20px;line-height:1.6}.creation-example-preview .button{margin-top:8px}.creation-details[open]{display:grid;gap:18px}.creation-details[open]>summary{margin-bottom:18px}.creation-fields{display:grid;gap:22px}.creation-status{font-size:14px;line-height:1.5;color:#34516d;margin:0}.first-use-guide{padding:28px 32px;margin:0 0 28px;border:1px solid var(--pred-border-subtle);border-radius:16px;background:var(--pred-surface-default);color:var(--pred-text-primary)}.first-use-guide__heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:12px}.first-use-guide h2{font-size:24px;line-height:32px;letter-spacing:-.025em;margin:0}.first-use-guide__heading>.button{flex-shrink:0}.first-use-guide p{font-size:16px;line-height:26px;max-width:68ch;margin:0 0 12px}.first-use-guide__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;gap:24px;padding:0 0 24px;margin:0 0 24px;border-bottom:1px solid var(--pred-border-subtle);font-size:14px;line-height:20px;color:var(--pred-text-secondary)}.first-use-guide__steps li{display:flex;align-items:flex-start;gap:10px;min-width:0}.first-use-guide__steps li[aria-current=step]{color:var(--pred-brand-text);font-weight:600}.first-use-guide__number{display:grid;place-items:center;flex:0 0 28px;height:28px;border:1px solid var(--pred-border-subtle);border-radius:50%;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:13px}.first-use-guide__steps li[aria-current=step]>.first-use-guide__number{background:var(--pred-brand-default);border-color:var(--pred-brand-default);color:var(--pred-surface-default)}.first-use-guide__steps li>span:last-child{padding-top:4px}.first-use-guide__steps small{display:block;font-size:12px;font-weight:400;line-height:18px;margin-top:4px;color:var(--pred-text-secondary)}.first-use-guide .creation-status{font-size:14px;line-height:22px;color:var(--pred-text-secondary);margin:0}.first-use-guide .actions{margin-top:20px}.first-use-help{margin-top:24px;padding-top:16px;border-top:1px solid var(--pred-border-subtle);color:var(--pred-text-secondary)}.first-use-help>summary{min-height:44px;align-content:center;font-size:14px;color:var(--pred-brand-text)}.first-use-help>p{margin:12px 0 0}.first-use-reopen{display:flex;justify-content:flex-end;margin:0 0 12px}.option-examples{margin:0 0 22px}.option-examples>summary{cursor:pointer;font-weight:600}.option-examples article{padding:16px 0;border-bottom:1px solid var(--border)}.option-examples h3{font-size:17px;margin:0 0 8px}.option-examples p{line-height:1.6;margin:8px 0}.onboarding-resume{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0 24px;margin-bottom:24px;border-bottom:1px solid var(--border)}.onboarding-resume p{margin:0;line-height:1.5}.onboarding-resume .actions{flex-shrink:0}.first-decision-create>.onboarding-heading{margin-bottom:8px}.first-decision-create .decision-flow__grid{grid-template-columns:minmax(0,720px) minmax(220px,1fr)}@media(max-width:700px){.first-use-guide{padding:20px}.first-use-guide h2{font-size:22px;line-height:30px}.first-use-guide__heading{gap:12px;align-items:flex-start;flex-wrap:wrap}.first-use-guide__steps{grid-template-columns:1fr;gap:14px;font-size:14px;padding-bottom:20px;margin-bottom:20px}.first-use-guide__steps small{display:inline;margin:0 0 0 8px}.creation-example-choices{align-items:stretch;flex-direction:column}.creation-example-choices .button{justify-content:flex-start}.onboarding-resume{align-items:start;flex-direction:column}.onboarding-resume .actions{flex-wrap:wrap}.first-decision-create .decision-flow__grid{grid-template-columns:1fr}.first-use-guide .actions{align-items:stretch}.first-use-guide .actions>.button{white-space:normal;text-align:center}}.first-use-reopen>.button{gap:8px}.first-use-toggle__chevron{flex-shrink:0;transition:transform .24s cubic-bezier(.16,1,.3,1)}.first-use-reopen>.button[aria-expanded=true] .first-use-toggle__chevron{transform:rotate(180deg)}.first-use-reveal{display:grid;grid-template-rows:0fr;visibility:hidden;transition:grid-template-rows .24s cubic-bezier(.4,0,.2,1),visibility 0s .24s}.first-use-reveal[data-open=true]{grid-template-rows:1fr;visibility:visible;transition:grid-template-rows .36s cubic-bezier(.16,1,.3,1),visibility 0s}.first-use-reveal__clip{min-height:0;overflow:hidden}.first-use-reveal .first-use-guide{opacity:0;transition:opacity .14s ease-out}.first-use-reveal[data-open=true] .first-use-guide{opacity:1;transition:opacity .22s ease-out 50ms}@media(prefers-reduced-motion:reduce){.first-use-reveal,.first-use-reveal .first-use-guide,.first-use-reveal[data-open=true],.first-use-reveal[data-open=true] .first-use-guide,.first-use-toggle__chevron{transition:none}}.dialog-overlay{position:fixed;inset:0;z-index:100;background:rgb(18 29 44/40%)}.dialog-content{position:fixed;z-index:101;top:50%;left:50%;transform:translate(-50%,-50%);width:min(580px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow-y:auto;padding:28px;background:var(--pred-surface-default);border:1px solid var(--pred-border-subtle);border-radius:16px;box-shadow:0 24px 80px rgb(18 29 44/18%)}.dialog-content>h2{margin:0 0 12px;font-size:24px}.dialog-content>p{margin:0 0 24px;color:var(--pred-text-secondary)}.dialog-content fieldset{border:0;padding:0;margin:0;min-width:0;display:grid;gap:18px}.dialog-content textarea{min-height:100px}@media(max-width:600px){.dialog-content{padding:20px}}.dialog-content--action{width:min(720px,calc(100vw - 32px))}.dialog-action-context{margin-bottom:24px;padding:16px;border-radius:10px;background:#f0f1fa;color:#47486f}.dialog-action-context p{margin:0}.dialog-content--action .decision-flow__footer{margin-top:8px}.dialog-content--action>h2{padding-right:40px}.dialog-dismiss{position:absolute;top:20px;right:20px;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:8px;color:var(--pred-text-secondary);background:transparent;cursor:pointer}.dialog-dismiss:hover{color:var(--pred-text-primary);background:var(--pred-surface-subtle)}.dialog-dismiss:disabled{opacity:.5;cursor:default}.dialog-action-context summary{cursor:pointer;font-weight:600}.dialog-action-context details[open]>summary{margin-bottom:12px}.dialog-content .dialog-subtitle{margin:6px 0 0;font-size:14px;line-height:1.5;font-weight:400;color:var(--pred-text-secondary)}.dialog-content fieldset>.decision-flow__field-pair>.field,.dialog-content fieldset>.field{margin-bottom:0}.dialog-content fieldset>.decision-flow__source-selection{margin-top:0;padding-top:0;border-top:0}.decision-flow{max-width:1112px;width:100%;margin:0 auto;--detail-muted:var(--pred-text-secondary,#5c6f84);--detail-border:var(--pred-border-subtle,#dce5ee)}.decision-flow__header{display:flex;flex-direction:column;gap:16px;margin:0 0 24px}.decision-flow__back{align-self:flex-start;min-height:44px;margin-left:0;padding:10px 16px}.decision-flow__title-row{display:flex;align-items:center;gap:24px;justify-content:space-between}.decision-flow__title-row>div:first-child{min-width:0;flex:1 1}.decision-flow h1{font-size:36px;line-height:44px;font-weight:600;letter-spacing:-1.1px;margin:0}.decision-flow__subtitle{font-size:14px;line-height:22px;color:var(--detail-muted);margin:6px 0 0}.decision-flow__header-actions{flex-shrink:0;gap:12px}.decision-flow__grid{display:grid;grid-template-columns:minmax(0,744fr) minmax(280px,344fr);gap:24px;align-items:start}.decision-flow__aside,.decision-flow__main{display:flex;flex-direction:column;gap:24px;min-width:0}.decision-flow__card,.decision-flow__form-card{background:var(--pred-surface-default,#fff);border:1px solid var(--detail-border);border-radius:16px;padding:24px;min-width:0}.decision-flow__form-card{padding:28px}.decision-flow__context{background:var(--pred-brand-subtle,#e8f0fb);border-radius:16px;padding:24px;color:var(--pred-brand-text,#194f90);min-width:0}.decision-flow__context h2{font-size:18px;line-height:26px;margin:0 0 16px;font-weight:600}.decision-flow__context p{font-size:14px;line-height:22px;margin:0 0 16px}.decision-flow__context p:last-child{margin-bottom:0}.decision-flow__context-identity{margin-top:16px;color:var(--pred-text-primary,#162b43)}.decision-flow__context-identity h3{font-size:15px;line-height:22px;margin:0 0 16px;font-weight:600}.decision-flow__context-identity p{color:var(--detail-muted);margin:0}.decision-flow__footer{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:24px}.decision-flow__form-card .field{margin-bottom:24px}.decision-flow__form-card .field:last-child{margin-bottom:0}.decision-flow__form-card .field label{font-size:14px;line-height:20px;font-weight:500;margin-bottom:8px}.decision-flow__form-card textarea{min-height:116px}.decision-flow__form-card .select-trigger,.decision-flow__form-card input,.decision-flow__form-card textarea{border-color:var(--pred-border-control,#9aafc4);line-height:20px;padding:12px}.decision-flow__form-card input[readonly]{background:#f8fafc}.decision-flow__form-card .field-help{font-size:12px;line-height:18px;margin-top:8px}.decision-flow__field-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px}.decision-flow__form-intro{margin-bottom:28px}.decision-flow__form-intro h2{font-size:18px;line-height:26px;margin:0 0 4px}.decision-flow__form-intro p{font-size:12px;line-height:18px;color:var(--detail-muted);margin:0}.decision-flow .required{display:none}.decision-flow__section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;min-height:44px}.decision-flow__section-heading h2{font-size:18px;line-height:26px;margin:0;font-weight:600}.decision-flow__section-heading .button{flex-shrink:0}.decision-flow__question .decision-flow__eyebrow{font-size:12px;line-height:18px;font-weight:600;color:var(--pred-brand-text,#194f90);margin:0 0 16px}.decision-flow__question h2{font-size:24px;line-height:32px;letter-spacing:0;font-weight:600;margin:0 0 16px}.decision-flow__question p:last-child{font-size:14px;line-height:22px;color:var(--detail-muted);white-space:pre-wrap;margin:0}.decision-flow__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.decision-flow__option{background:#fff;border:1px solid var(--detail-border);border-radius:12px;padding:20px;min-height:228px;display:flex;flex-direction:column;gap:12px;min-width:0}.decision-flow__option-title{display:flex;align-items:center;gap:8px;justify-content:space-between}.decision-flow__option-title h3{font-size:15px;line-height:22px;margin:0;font-weight:600}.decision-flow__option p{font-size:14px;line-height:22px;margin:0;white-space:pre-wrap}.decision-flow__option .decision-flow__tradeoff{font-size:12px;line-height:18px;color:var(--detail-muted)}.decision-flow__preference{font-size:12px!important;line-height:18px!important;color:var(--pred-brand-text,#194f90)}.decision-flow__option-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.decision-flow__option-actions .button{min-height:32px;font-size:12px;padding:4px 0}.decision-flow__record{padding-top:16px;margin-top:16px;border-top:1px solid var(--detail-border)}.decision-flow__record:first-of-type{border-top:0;padding-top:0}.decision-flow__record h3{font-size:15px;line-height:22px;font-weight:600;margin:0 0 12px}.decision-flow__record p{font-size:14px;line-height:22px;margin:0 0 12px;white-space:pre-wrap}.decision-flow__record .decision-flow__meta{font-size:12px;line-height:18px;color:var(--detail-muted)}.decision-flow__record .decision-flow__state{font-size:12px;line-height:18px;color:var(--pred-brand-text,#194f90)}.decision-flow__record .decision-flow__state--waiting{color:#825411}.decision-flow__record .decision-flow__state--met{color:#17634d}.decision-flow__record .actions{gap:8px;margin-top:8px}.decision-flow__review-link{display:inline-flex;margin-left:0}.decision-flow__empty{color:var(--detail-muted);font-size:14px;line-height:22px;margin:0}.decision-flow__next{background:var(--pred-brand-subtle,#e8f0fb);border-radius:16px;padding:24px}.decision-flow__next .decision-flow__eyebrow{font-size:12px;line-height:18px;color:var(--pred-brand-text,#194f90);margin:0 0 18px}.decision-flow__next h2{font-size:24px;line-height:32px;color:var(--pred-brand-text,#194f90);margin:0 0 16px}.decision-flow__next p{font-size:14px;line-height:22px;color:var(--pred-brand-text,#194f90);margin-bottom:16px}.decision-flow__next .button{width:100%}.decision-flow__notice{margin-bottom:24px}.decision-flow__history-list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;padding:0}.decision-flow__history-item{padding:24px;background:#f8fafc;border-radius:16px}.decision-flow__history-item h2{font-size:15px;line-height:22px;margin:0 0 12px}.decision-flow__history-item p{font-size:14px;line-height:22px;margin:0}.decision-flow__history-item .decision-flow__meta{font-size:12px;line-height:18px;color:var(--detail-muted);margin-bottom:16px}.decision-flow__version-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.decision-flow__recorded-title{font-size:24px!important;line-height:32px!important;margin:16px 0!important}.decision-flow__recorded-section{margin-top:24px}.decision-flow__recorded-section h3{font-size:15px;line-height:22px;margin-bottom:8px}.decision-flow__recorded-section p{font-size:14px;line-height:22px;white-space:pre-wrap;margin:0}.decision-flow__version-tag{display:inline-flex;background:#e6f4ef;color:#17634d;font-size:12px;line-height:18px;padding:5px 10px;border-radius:6px}.decision-flow__source-selection{margin-top:20px;padding-top:20px;border-top:1px solid var(--detail-border)}.decision-flow__source-selection h3{font-size:15px;line-height:22px}.decision-flow__source-selection-list{list-style:none;padding:0;margin:12px 0}.decision-flow__source-selection-list li{display:flex;gap:12px;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid var(--detail-border)}@media(max-width:1120px){.decision-flow__grid{grid-template-columns:minmax(0,1fr) minmax(260px,.55fr)}.decision-flow__title-row{align-items:flex-start;flex-wrap:wrap}.decision-flow__header-actions{flex-wrap:wrap}.decision-flow__options{grid-template-columns:1fr}}@media(max-width:900px){.decision-flow__grid{grid-template-columns:1fr}.decision-flow__context{order:2}.decision-flow__options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.decision-flow h1{font-size:28px;line-height:36px;letter-spacing:-.7px}.decision-flow__header{gap:12px}.decision-flow__title-row{gap:16px}.decision-flow__card,.decision-flow__context,.decision-flow__form-card{padding:20px}.decision-flow__aside,.decision-flow__grid,.decision-flow__main{gap:20px}.decision-flow__field-pair,.decision-flow__options{grid-template-columns:1fr}.decision-flow__option{min-height:0}.decision-flow__header-actions{width:100%}.decision-flow__question h2{font-size:22px;line-height:30px}.decision-flow__form-card .field{margin-bottom:20px}.decision-flow__footer{gap:12px}.decision-flow__next{padding:20px}}.decision-flow .decision-sources{padding:24px;border-radius:16px}.decision-sources .section-heading{margin-bottom:16px}.decision-sources .section-heading h2{font-size:18px;line-height:26px}.decision-source-row{display:flex;align-items:center;gap:12px;min-height:104px;padding:20px 0;border-top:1px solid var(--pred-border-subtle,#dce5ee)}.decision-source-row>img{width:20px;height:20px;flex-shrink:0}.decision-source-row__identity{flex:1 1;min-width:0}.decision-source-row__identity h3{font-size:15px;line-height:22px;margin:0 0 4px;font-weight:600}.decision-source-row__identity p{font-size:12px;line-height:18px;color:var(--pred-text-secondary,#5c6f84);margin:0}.decision-source-row__status{font-size:12px;line-height:18px;padding:5px 8px;border-radius:6px;background:#e7f2f7;color:#1d607b;white-space:nowrap;flex-shrink:0}.decision-source-row__status--newer{background:#fff3df;color:#825411}.decision-source-row>.button{padding:8px 12px}.decision-source-reader h2{font-size:24px;line-height:32px;margin:8px 0 24px}.decision-source-reader__passage{padding:20px;background:var(--pred-brand-subtle,#e8f0fb);border-radius:10px;margin:20px 0}.decision-source-reader__passage p,.decision-source-reader__text p{font-size:15px;line-height:26px;white-space:pre-wrap;margin:0}.decision-source-reader__passage .decision-source-reader__label{font-size:12px;line-height:18px;color:var(--pred-brand-text,#194f90);font-weight:600;margin-bottom:20px}.decision-source-reader__text{margin:20px 0;color:var(--pred-text-secondary,#5c6f84)}.decision-source-reader__record{margin-top:20px;font-size:14px;line-height:22px}@media(max-width:640px){.decision-flow .decision-sources{padding:20px}.decision-source-row{flex-wrap:wrap;gap:8px}.decision-source-row__identity{min-width:calc(100% - 36px)}.decision-source-row__status{margin-left:28px;max-width:calc(100% - 100px);white-space:normal}.decision-source-reader h2{font-size:22px;line-height:30px}}.source-choice-list{display:flex;flex-direction:column;gap:16px;margin:16px 0}.source-choice{border:1px solid var(--pred-border-subtle,#dce5ee);border-radius:12px;padding:16px}.source-choice--selected{background:#f4f7fb;border-color:var(--pred-border-control,#9aafc4)}.source-choice .checkbox-field{margin:0;align-items:center}.source-choice .checkbox-field label{font-size:15px;line-height:22px;font-weight:600}.source-choice .checkbox-field label .field-help{font-size:12px;line-height:18px;font-weight:400;margin-top:4px}.source-choice details{margin:12px 0 0 28px;font-size:12px;color:var(--pred-brand-text,#194f90)}.source-choice details .field{margin:12px 0 0}.source-choice details summary{cursor:pointer;min-height:24px}.decision-flow__recorded{padding:24px;border:1px solid #cce5da;border-radius:16px;background:#eaf5ef;color:#17634d}.decision-flow__recorded .decision-flow__eyebrow{font-size:12px;line-height:18px;font-weight:600;text-transform:uppercase;margin:0 0 16px}.decision-flow__recorded h2{font-size:24px;line-height:32px;font-weight:600;margin:0 0 16px}.decision-flow__recorded .metadata{font-size:12px;line-height:18px;margin:0;color:#397461}.decision-flow__card>h2{font-size:18px;line-height:26px;margin:0 0 16px}.decision-flow__card>p+h2{margin-top:24px}.decision-flow__card p{font-size:14px;line-height:22px}.decision-flow__card .preserve-lines{white-space:pre-wrap}.decision-flow__aside .decision-flow__context>.button{display:flex;width:100%;justify-content:center;margin-top:12px}.decision-flow__timeline{list-style:none;padding:0;margin:24px 0;display:flex;flex-direction:column;gap:16px}.decision-flow__timeline li{background:#f8fafc;border-radius:16px;padding:24px}.decision-flow__timeline strong{font-size:15px;line-height:22px;font-weight:600}.decision-flow__timeline .metadata{margin:12px 0 0;font-size:12px;line-height:18px}.source-upload-drop{border:1px solid var(--pred-border-control,#9aafc4);background:var(--pred-brand-subtle,#e8f0fb);border-radius:12px;text-align:center;padding:48px 24px}.source-upload-drop h2{font-size:18px;line-height:26px;color:var(--pred-brand-text,#194f90);margin:0 0 12px;overflow-wrap:anywhere}.source-upload-drop p{font-size:12px;line-height:18px;color:var(--detail-muted);margin:0 0 16px}.source-upload-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}.source-upload-status{max-width:744px;display:flex;flex-direction:column;gap:20px}.source-upload-status>p{margin:0}.source-upload-status>.button{align-self:flex-start}.source-upload-status details summary{cursor:pointer;color:var(--pred-brand-text,#194f90);min-height:44px}.source-upload-status details form{margin-top:16px}.source-choice-passages{margin:16px 0 0 28px}.source-choice-passages .field{margin-bottom:12px!important}.source-choice-passages .field label{font-size:12px!important}.source-choice-excerpt{font-size:12px;line-height:20px;color:var(--detail-muted);white-space:pre-wrap;margin:0;padding:12px;background:#f8fafc;border-radius:8px;max-height:180px;overflow:auto}.source-selection-summary{padding:16px;margin-top:16px;background:#f4f7fb;border-radius:10px}.source-selection-summary>p{margin:0 0 8px}.source-selection-summary>p:last-child{margin-bottom:0}.decision-history__table-wrap{overflow:hidden;border:1px solid var(--pred-border-subtle);border-radius:12px;background:var(--pred-surface-default)}.decision-history__table{width:100%;table-layout:fixed;border-collapse:collapse;text-align:left;font-size:14px;line-height:21px}.decision-history__table th{padding:10px 16px;background:var(--pred-surface-subtle);font-weight:600;color:var(--pred-text-secondary)}.decision-history__table th:first-child{width:42%}.decision-history__table th:nth-child(2){width:27%}.decision-history__table td{padding:10px 16px;border-top:1px solid var(--pred-border-subtle);vertical-align:top;overflow-wrap:anywhere}.decision-history__table td:first-child{font-weight:500}.decision-history__table td:nth-child(2),.decision-history__table td:nth-child(3){color:var(--pred-text-secondary)}.decision-history__table time{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.decision-history__table tbody tr:hover{background:var(--pred-surface-subtle)}.decision-history__table .decision-history__empty{padding:24px 16px;font-weight:400;color:var(--pred-text-secondary)}.decision-history__versions{margin-top:24px}.decision-history__versions h2{margin-bottom:12px}@media(max-width:600px){.decision-history__table{font-size:13px;line-height:20px}.decision-history__table td,.decision-history__table th{padding:10px 8px}.decision-history__table th:first-child{width:36%}.decision-history__table th:nth-child(2){width:27%}}.knowledge-workspace{max-width:1112px;margin:0 auto;padding:36px 0 48px}.knowledge-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.knowledge-header h1{margin:0;font-size:36px;line-height:1.22;letter-spacing:-.035em;overflow-wrap:anywhere}.knowledge-header p{margin:10px 0 0;color:var(--pred-text-secondary);line-height:1.6}.knowledge-header>.button{flex-shrink:0}.knowledge-back{display:inline-block;margin-bottom:20px;color:var(--pred-text-secondary);font-size:14px;text-decoration:none}.knowledge-back:hover,.knowledge-open:hover{text-decoration:underline}.knowledge-about,.knowledge-history,.knowledge-library{background:var(--pred-surface-default);border:1px solid var(--pred-border-subtle);border-radius:16px;overflow:hidden}.knowledge-library__heading{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px}.knowledge-about h2,.knowledge-history h2,.knowledge-info h2,.knowledge-library__heading h2{font-size:18px;margin:0;line-height:1.4}.knowledge-library__heading>span{font-size:13px;color:var(--pred-text-secondary)}.knowledge-table{width:100%;border-collapse:collapse;text-align:left;table-layout:fixed}.knowledge-table th{padding:13px 24px;font-size:12px;font-weight:600;color:var(--pred-text-secondary);background:var(--pred-surface-canvas);border-block:1px solid var(--pred-border-subtle)}.knowledge-table th:first-child{width:62%}.knowledge-table th:nth-child(2){width:18%}.knowledge-table td{padding:20px 24px;border-bottom:1px solid var(--pred-border-subtle);font-size:14px;overflow-wrap:anywhere}.knowledge-table tbody tr:last-child td{border-bottom:0}.knowledge-table tbody tr:hover{background:#f9fbfe}.knowledge-document{display:flex;align-items:center;gap:14px;color:inherit;font-weight:600;line-height:1.5;text-decoration:none}.knowledge-document:hover>span:last-child{text-decoration:underline}.knowledge-document__icon{width:42px;height:46px;display:grid;place-items:center;flex-shrink:0;border:1px solid var(--pred-border-subtle);border-radius:10px;background:#fff}.knowledge-open{display:flex;align-items:center;justify-content:flex-end;gap:10px;text-decoration:none;font-weight:600;font-size:13px}.knowledge-library__footer{border-top:1px solid var(--pred-border-subtle);padding:18px 24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.knowledge-library__footer .field{display:flex;flex-direction:row;align-items:center;gap:10px;margin:0}.knowledge-library__footer .select-trigger{width:68px;min-height:40px;padding:8px}.knowledge-library__footer label,.knowledge-library__footer p{font-size:12px;color:var(--pred-text-secondary);margin:0}.knowledge-library__footer nav{margin-left:auto;gap:8px;flex-direction:row}.knowledge-library__footer .button{font-size:12px;min-height:40px;padding:8px 12px}.knowledge-library__note{color:var(--pred-text-secondary);font-size:13px;line-height:1.6;margin:18px 0 0}.knowledge-empty{text-align:center;padding:64px 24px}.knowledge-empty>img{margin-bottom:16px}.knowledge-empty h2{font-size:22px;margin:0 0 12px}.knowledge-empty p{max-width:440px;margin:0 auto 24px;color:var(--pred-text-secondary);line-height:1.7}.knowledge-detail{display:grid;grid-template-columns:minmax(0,744fr) minmax(260px,344fr);gap:24px;align-items:start}.knowledge-detail__content,.knowledge-detail__sidebar{min-width:0}.knowledge-detail__sidebar{display:grid;gap:20px}.knowledge-detail__content>.card{padding:24px;border-radius:16px;box-shadow:none}.knowledge-detail__content .source-row{display:block;padding-block:24px}.knowledge-detail__content .source-row h3{display:none}.knowledge-detail__content .source-row .metadata{font-weight:600;color:var(--pred-text-primary);margin:0 0 12px}.knowledge-detail__content .source-excerpt{font-size:15px;line-height:1.8;white-space:pre-wrap;overflow-wrap:anywhere}.knowledge-detail__content .source-row>.button{margin-top:12px}.knowledge-about,.knowledge-history{padding:24px}.knowledge-about dl{margin:20px 0 0;display:grid;gap:16px;font-size:13px}.knowledge-about dl>div{display:flex;justify-content:space-between;gap:20px}.knowledge-about dt{color:var(--pred-text-secondary)}.knowledge-about dd{margin:0;text-align:right;overflow-wrap:anywhere}.knowledge-history>p{color:var(--pred-text-secondary);font-size:13px;line-height:1.6;margin:10px 0 18px}.knowledge-history nav{display:grid;gap:8px}.knowledge-history nav a{display:flex;align-items:center;justify-content:space-between;min-height:44px;gap:10px;padding:10px 12px;border-radius:8px;text-decoration:none;color:inherit;font-size:14px}.knowledge-history nav a:hover{background:var(--pred-surface-canvas)}.knowledge-history nav a[aria-current]{font-weight:600}.knowledge-badge,.knowledge-history nav a[aria-current]{background:var(--pred-brand-subtle);color:var(--pred-brand-text)}.knowledge-badge{font-size:11px;border-radius:5px;padding:4px 7px;white-space:nowrap}.knowledge-info{padding:22px 24px;background:var(--pred-brand-subtle);border-radius:12px}.knowledge-info h2{font-size:15px}.knowledge-info p{margin:10px 0 0;font-size:13px;line-height:1.7}.knowledge-info a{display:inline-block;margin-top:14px;font-size:13px;font-weight:600}.knowledge-detail__content>.knowledge-info{margin-bottom:20px}.knowledge-intake .decision-flow{padding-top:28px}.knowledge-intake .source-upload-drop{border:1px dashed #a9bfdc;background:#f6f9fe;padding:48px 24px}.knowledge-intake .source-upload-drop>img{margin-bottom:16px}.knowledge-intake .source-upload-drop h2{overflow-wrap:anywhere}.knowledge-intake .source-upload-status{max-width:744px}.knowledge-upload-steps{list-style:none;display:flex;gap:12px;justify-content:space-between;padding:0 0 24px;margin:0 0 28px;border-bottom:1px solid var(--pred-border-subtle)}.knowledge-upload-steps li{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--pred-text-secondary)}.knowledge-upload-steps li>span{border-radius:50%;background:var(--pred-surface-canvas);width:26px;height:26px;display:grid;place-items:center;flex-shrink:0}.knowledge-upload-steps li[aria-current]{color:var(--pred-brand-text);font-weight:600}.knowledge-upload-steps .is-complete>span,.knowledge-upload-steps li[aria-current]>span{background:var(--pred-brand-subtle);color:var(--pred-brand-text)}.knowledge-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}@media (max-width:800px){.knowledge-workspace{padding-top:20px}.knowledge-header{align-items:flex-start;flex-direction:column;gap:18px}.knowledge-header h1{font-size:28px}.knowledge-header p{font-size:14px}.knowledge-detail{grid-template-columns:minmax(0,1fr)}.knowledge-library__heading{padding:20px;flex-wrap:wrap;gap:6px}.knowledge-table,.knowledge-table tbody,.knowledge-table td,.knowledge-table tr{display:block;width:auto}.knowledge-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.knowledge-table tr{padding:20px;border-top:1px solid var(--pred-border-subtle)}.knowledge-table td{padding:0;border:0}.knowledge-table td:nth-child(2){padding:10px 0 12px 56px;font-size:12px;color:var(--pred-text-secondary)}.knowledge-open{justify-content:flex-start;margin-left:56px;min-height:32px}.knowledge-library__footer{padding:20px;gap:16px}.knowledge-library__footer nav{margin-left:0;width:100%;justify-content:space-between}.knowledge-upload-steps{gap:6px}.knowledge-upload-steps li{font-size:11px;flex-direction:column;gap:8px}.knowledge-intake .source-upload-drop{padding:32px 16px}.knowledge-about,.knowledge-detail__content>.card,.knowledge-history{padding:20px}}.knowledge-mobile-version{display:none}@media (max-width:800px){.knowledge-mobile-version{display:block;margin-bottom:24px}}.knowledge-history{overflow:visible}.knowledge-history__heading{position:relative;display:flex;align-items:center;gap:8px}.knowledge-history-help{position:static;display:inline-flex}.knowledge-history-help__trigger{display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:6px;background:transparent;color:var(--pred-text-secondary);cursor:help}.knowledge-history-help__trigger>span{display:grid;place-items:center;width:16px;height:16px;border:1.5px solid;border-radius:50%;font-size:11px;font-weight:600;line-height:1}.knowledge-history-help__trigger:hover{background:var(--pred-brand-subtle);color:var(--pred-brand-text)}.knowledge-history-help__tooltip{position:absolute;z-index:5;top:100%;right:0;width:min(272px,100%);padding:14px 16px;border:1px solid var(--pred-border-subtle);border-radius:10px;background:var(--pred-surface-default);box-shadow:0 4px 16px #132b451a;color:var(--pred-text-primary);font-size:13px;line-height:1.65}.source-reader-details{display:grid;gap:16px;margin:24px 0}.source-reader-details>div{display:flex;justify-content:space-between;align-items:baseline;gap:20px}.source-reader-details dt{font-size:13px;color:var(--pred-text-secondary,#5c6f84)}.source-reader-details dd{margin:0;font-size:14px;font-weight:500;text-align:right}.knowledge-document__icon--pdf{color:#b73737;background:#fff5f4}.knowledge-document__icon--word{color:#245ea8;background:#f0f5fd}.knowledge-document__icon--text{color:#35685e;background:#f0f7f4}.knowledge-document__icon--document{color:#5c6f84;background:#f5f7fa}.onboarding-shell{max-width:1180px;margin:0 auto;padding:28px 36px 80px}.onboarding-shell>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px}.onboarding-shell .brand{color:var(--text,#182534);font-size:24px}.onboarding-progress{display:flex;list-style:none;padding:0;margin:0 auto 52px;max-width:780px;gap:24px}.onboarding-progress li{display:flex;align-items:center;gap:10px;color:var(--text-muted,#627081);flex:1 1;font-size:14px}.onboarding-progress li>span{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--border,#dce2e8);border-radius:50%;flex-shrink:0}.onboarding-progress li[aria-current]{color:#1761ce;font-weight:650}.onboarding-progress li[aria-current]>span{background:#1761ce;color:white;border-color:#1761ce}.onboarding-intro{max-width:490px;margin:0 auto}.onboarding-heading h1,.onboarding-intro h1{font-size:32px;letter-spacing:-.035em;line-height:1.15;margin:8px 0 18px}.onboarding-heading>p,.onboarding-intro>p{color:var(--text-muted,#627081);line-height:1.6}.onboarding-intro form{margin-top:28px}.onboarding-intro fieldset{display:grid;gap:18px}.onboarding-intro form>.button{margin-top:24px}.onboarding-heading{margin-bottom:32px;max-width:680px}.onboarding-guide{border:1px solid #c8daf3;background:#f5f9ff;border-radius:12px;padding:18px 22px;margin-bottom:28px}.onboarding-guide summary{font-weight:650;cursor:pointer}.onboarding-guide>p{max-width:780px;color:#536478;line-height:1.5}.onboarding-guide ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 36px;padding-left:22px}.onboarding-guide li{padding-left:5px}.onboarding-guide li>a{font-weight:600}.onboarding-guide li>span{display:block;font-size:13px;line-height:1.55;color:#536478;margin-top:5px}.first-decision-create{max-width:1160px;width:100%;margin-inline:auto}.eyebrow{text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:650}@media(max-width:650px){.onboarding-shell{padding:20px 18px 48px}.onboarding-shell>header{margin-bottom:30px}.onboarding-progress{gap:10px;margin-bottom:34px}.onboarding-progress li{font-size:11px;flex-direction:column;gap:6px;text-align:center}.onboarding-heading h1,.onboarding-intro h1{font-size:28px}.onboarding-guide ol{grid-template-columns:1fr}.onboarding-guide{padding:16px}.onboarding-guide>p{font-size:14px}}.onboarding-shell .brand{white-space:nowrap;flex-shrink:0;overflow-wrap:normal}.onboarding-shell .brand>span{color:white;flex-shrink:0}.onboarding-shell>header{gap:20px}.onboarding-shell>header>.actions{justify-content:flex-end}.billing-history details{margin-top:18px}.billing-history li{display:flex;justify-content:space-between;gap:18px;padding:12px 0}.billing-history ul{list-style:none;padding:0}@media(max-width:650px){.onboarding-shell>header{align-items:flex-start}.onboarding-shell .language-utility__choice{flex-wrap:wrap;justify-content:flex-end}}.onboarding-guide__progress{padding:14px 16px;margin:18px 0;border:1px solid #c8daf3;border-radius:8px;background:white}.onboarding-guide__progress>p:first-child{font-weight:650;margin-top:0}.onboarding-guide__progress>a{font-weight:600}.onboarding-example{margin:16px 0 24px;padding:14px 16px;border:1px solid var(--border,#dce2e8);border-radius:8px}.onboarding-example summary{cursor:pointer;font-weight:600}.onboarding-example p,.step-cards{line-height:1.6}.step-cards{display:grid;gap:24px;min-width:0;font-size:16px}.step-card{--step-ink:#17665e;--step-tint:#e6f4ef;--step-border:#bbdcd2;border:1px solid var(--step-border);border-radius:16px;overflow:hidden;overflow-wrap:anywhere;background:var(--pred-surface-default)}.step-card--violet{--step-ink:#654490;--step-tint:#f0eafa;--step-border:#d8cbe9}.step-card--blue{--step-ink:var(--pred-brand-text);--step-tint:var(--pred-brand-subtle);--step-border:#c5d8ef}.step-card--amber{--step-ink:#795116;--step-tint:#fff4df;--step-border:#e8d5ae}.step-card>header{padding:0;margin:0;background:var(--step-tint);color:var(--step-ink)}.step-card>header h2{margin:0;font-size:22px;line-height:1.3;color:inherit}.step-card>header button{display:flex;width:100%;align-items:center;gap:16px;padding:22px 28px;font:inherit;color:inherit;border:0;background:transparent;text-align:left;cursor:pointer}.step-card>header button:focus-visible{outline-offset:-4px}.step-card__number{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border:1px solid;border-radius:50%;font-size:16px;font-weight:600}.step-card__label{flex:1 1;min-width:0}.step-card__label strong{display:block;font-weight:600}.step-card__label>span{display:block;margin-top:4px;font-size:15px;font-weight:400;line-height:1.5}.step-card>header svg{flex-shrink:0;transition:transform .15s ease}.step-card>header button[aria-expanded=true] svg{transform:rotate(180deg)}.step-card__body{padding:16px 28px 24px}.step-card__body[hidden]{display:none}.step-card__actions{display:flex;justify-content:flex-end;margin-top:20px}.step-card__body>.card,.step-card__body>.decision-flow__card{padding:0;margin:0;border:0;background:transparent;box-shadow:none}.step-card__body .decision-flow__options{grid-template-columns:minmax(0,1fr)}.decision-journey-page{max-width:1440px}.decision-journey-page>.decision-flow__grid{grid-template-columns:minmax(0,1fr) 310px;gap:32px}.decision-journey-guide{padding:24px;border-radius:16px;background:#f0f1fa;color:#47486f}.decision-journey-guide h2{margin-top:0;font-size:20px;color:inherit}.decision-journey-guide p{line-height:1.6}.decision-flow--action .decision-flow__form-card:has(>form>fieldset>.step-cards){padding:0;border:0;background:transparent}@media(max-width:1000px){.decision-journey-page>.decision-flow__grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:600px){.step-card>header button{padding:20px;gap:12px}.step-card>header h2{font-size:20px}.step-card__body{padding:16px 20px 20px}}@media(prefers-reduced-motion:reduce){.step-card>header svg{transition:none}}.step-card__body>.decision-flow__card>.decision-flow__section-heading>h2{display:none}.step-card__body>.decision-flow__card>.decision-flow__section-heading:not(:has(>button)){display:none}.step-card__body>.decision-flow__card>.decision-flow__section-heading{justify-content:flex-start}.di-setup-flow .di-question{font-size:22px;line-height:1.45;margin:0 0 16px;font-weight:600}.step-card__body>.decision-flow__field-pair,.step-card__body>.field{margin-bottom:20px}.journey-pressure-tests{margin-top:24px;padding-top:16px;border-top:1px solid var(--pred-border-subtle)}.journey-pressure-tests>summary{cursor:pointer;font-weight:600}.journey-pressure-tests>.decision-flow__card{border:0;padding:16px 0 0}@media(max-width:600px){.di-setup-flow .di-question{font-size:20px}}.decision-journey-page{max-width:960px}.decision-journey-question{margin:0 0 28px}.decision-journey-question h2{margin:0 0 8px;font-size:22px;line-height:1.4}.decision-journey-question p{margin:0;max-width:70ch;color:var(--pred-text-secondary)}.step-cards--sections{gap:0;border:1px solid var(--pred-border-subtle);border-radius:12px;background:var(--pred-surface-default);overflow:hidden}.step-cards--sections>.step-card{border:0;border-radius:0}.step-cards--sections>.step-card+.step-card{border-top:1px solid var(--pred-border-subtle)}.step-cards--sections>.step-card>header{background:var(--pred-surface-default);color:var(--pred-text-primary)}.step-cards--sections>.step-card>header:has(button[aria-expanded=true]){background:var(--step-tint);color:var(--step-ink)}.step-cards--sections>.step-card>header h2{font-size:18px}.step-cards--sections>.step-card>header button{padding:18px 24px}.step-cards--sections button[aria-expanded=false] .step-card__label>span{display:none}.step-cards--sections .step-card__body{padding:20px 24px 24px}.step-cards--sections .step-card__body>section>.decision-flow__section-heading>h2{display:none}.step-cards--sections .step-card__body>section>.decision-flow__section-heading{justify-content:flex-start}.decision-journey-optional{margin-top:24px}.decision-journey-optional>summary{cursor:pointer;padding:12px 0;font-size:16px;font-weight:600}.decision-journey-optional>summary span{display:block;margin:4px 0 0 18px;font-size:14px;font-weight:400;color:var(--pred-text-secondary)}.decision-journey-optional>.step-cards{margin-top:12px}.decision-journey-footer{margin-top:20px}@media(max-width:600px){.step-cards--sections>.step-card>header button{padding:16px 20px}.step-cards--sections .step-card__body{padding:16px 20px 20px}.decision-journey-question h2{font-size:20px}}.step-cards--sections>.step-card>header button[aria-expanded=false]:hover{background:var(--pred-surface-subtle)}.decision-journey-page .decision-flow__options{gap:0}.decision-journey-page .decision-flow__option{min-height:0;padding:20px 0;border:0;border-radius:0;background:transparent;gap:16px}.decision-journey-page .decision-flow__option+.decision-flow__option{border-top:1px solid var(--pred-border-subtle)}.decision-journey-page .decision-flow__option-title h3{font-size:20px;line-height:1.4}.decision-journey-page .decision-flow__option p{font-size:16px;line-height:1.6;max-width:70ch}.journey-option-tradeoffs h4{font-size:14px;margin:0 0 4px;font-weight:600}.journey-option-tradeoffs p{color:var(--pred-text-secondary)}.decision-journey-page .decision-flow__option-actions{margin-top:4px;gap:12px;align-items:center}.decision-journey-page .decision-flow__option-actions .button{font-size:14px;min-height:44px;padding:10px 14px}.decision-journey-page .journey-option-retire{margin-left:auto;color:var(--pred-text-secondary)}.decision-journey-page .step-card__body .decision-sources--embedded{padding:0;border:0;border-radius:0;background:transparent}.decision-sources__intro{display:flex;align-items:center;justify-content:space-between;gap:20px}.decision-sources__intro p{margin:0;font-size:16px;line-height:1.6;color:var(--pred-text-secondary)}.decision-sources__intro>.button{flex-shrink:0}.decision-sources--embedded .decision-source-row{min-height:0;padding:20px 0}.decision-sources--embedded .source-list{margin-top:20px}.journey-pressure-tests>summary{padding:8px 0;font-size:16px}.journey-pressure-content{padding-top:12px}.journey-pressure-content>p{font-size:16px;line-height:1.6;max-width:70ch;margin:0 0 16px;color:var(--pred-text-secondary)}.journey-pressure-content>.button{width:auto}@media(max-width:600px){.decision-sources__intro{align-items:flex-start;flex-direction:column;gap:16px}.decision-journey-page .journey-option-retire{margin-left:0}}.decision-journey-page .step-card__body .decision-flow__options{grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--pred-border-subtle)}.decision-journey-page .step-card__body .decision-flow__options:empty{display:none}.decision-journey-page .decision-flow__options:empty+.decision-flow__empty{margin-top:24px}.decision-journey-page .decision-flow__option{padding:24px}.decision-journey-page .decision-flow__option:nth-child(odd){padding-left:0}.decision-journey-page .decision-flow__option:nth-child(2n){padding-right:0;border-left:1px solid var(--pred-border-subtle)}.decision-journey-page .decision-flow__option+.decision-flow__option{border-top:0}.decision-journey-page .decision-flow__option:nth-child(n+3){border-top:1px solid var(--pred-border-subtle)}.journey-option-controls{display:flex;flex-shrink:0;opacity:0;pointer-events:none}.journey-option-controls .button{padding:6px 8px;font-size:14px;min-height:36px}.decision-flow__option:focus-within .journey-option-controls,.decision-flow__option:hover .journey-option-controls{opacity:1;pointer-events:auto}.journey-assumption{padding:24px 0;border-top:1px solid var(--pred-border-subtle)}.journey-assumption-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.journey-assumption-heading h3{font-size:20px;line-height:1.4;margin:0 0 12px}.journey-assumption-heading>.button{flex-shrink:0}.journey-assumption-state{display:inline-block;font-size:14px;padding:4px 8px;border-radius:6px;background:var(--pred-surface-subtle)}.journey-assumption-state[data-state=supported]{background:#e6f4ef;color:#17665e}.journey-assumption-state[data-state=not_supported]{background:#fbeeee;color:#963737}.journey-assumption-state[data-state=needs_checking]{background:#fff4df;color:#795116}.journey-assumption-reason{margin-top:20px}.journey-assumption-reason h4{font-size:14px;margin:0 0 6px}.journey-assumption-reason p{margin:0;font-size:16px;line-height:1.6;white-space:pre-wrap}.journey-assumption-attribution{margin-top:16px;color:var(--pred-text-secondary);font-size:14px}.journey-assumption-attribution p{margin:4px 0 0}@media(hover:none),(max-width:600px){.journey-option-controls{opacity:1;pointer-events:auto}.journey-option-controls .button{min-height:44px}}@media(max-width:600px){.decision-journey-page .step-card__body .decision-flow__options{grid-template-columns:minmax(0,1fr)}.decision-journey-page .decision-flow__option,.decision-journey-page .decision-flow__option:nth-child(2n){padding:20px 0;border-left:0}.decision-journey-page .decision-flow__option+.decision-flow__option{border-top:1px solid var(--pred-border-subtle)}.journey-assumption-heading{flex-wrap:wrap}}.journey-review-requests>.decision-flow__empty{margin:0 0 16px;font-size:16px;line-height:24px}.decision-analysis-focus{margin:0 0 28px;padding:32px;border-radius:16px;background:var(--pred-brand-subtle);color:var(--pred-brand-text);overflow-wrap:anywhere}.decision-analysis-entry h2{margin:0 0 16px;font-size:32px;line-height:1.2;font-weight:600;letter-spacing:-.025em;color:inherit;text-wrap:balance}.decision-analysis-description{max-width:65ch;margin:0 0 24px;font-size:18px;line-height:1.6}.decision-analysis-entry>.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:48px;padding:12px 20px;white-space:normal;text-align:left}.decision-analysis-entry>.button svg{flex-shrink:0}.decision-analysis-entry>.field-help{margin:16px 0 0;max-width:70ch;color:inherit;font-size:14px;line-height:1.6}.decision-analysis-status{margin:0 0 20px;font-size:15px;font-weight:600}.decision-analysis-focus>.journey-pressure-tests{margin-top:24px;padding-top:12px;border-color:var(--pred-border-control)}.decision-analysis-focus>.journey-pressure-tests>summary{font-size:14px;font-weight:500}.decision-analysis-focus .journey-pressure-content{color:var(--pred-text-primary)}.decision-analysis-focus summary:focus-visible{outline:2px solid var(--pred-brand-default);outline-offset:4px}.decision-analysis-focus ::selection{background:var(--pred-brand-default);color:#fff}@media(max-width:600px){.decision-analysis-focus{padding:24px 20px}.decision-analysis-entry h2{font-size:28px}.decision-analysis-description{font-size:16px}.decision-analysis-entry>.button{width:100%;justify-content:space-between}}.ai-readiness{padding-left:20px;margin:12px 0 16px;font-size:14px;line-height:1.6}.ai-readiness li+li{margin-top:4px}.step-card__reveal{display:grid;grid-template-rows:0fr;visibility:hidden;transition:grid-template-rows .24s cubic-bezier(.4,0,.2,1),visibility 0s .24s}.step-card__reveal[data-open=true]{grid-template-rows:1fr;visibility:visible;transition:grid-template-rows .36s cubic-bezier(.16,1,.3,1),visibility 0s}.step-card__clip{min-height:0;overflow:hidden}.step-card__reveal .step-card__body{opacity:0;transition:opacity .14s ease-out}.step-card__reveal[data-open=true] .step-card__body{opacity:1;transition:opacity .22s ease-out 50ms}.step-card>header{transition:background-color .18s ease-out,color .18s ease-out}.step-card>header svg{transition:transform .24s cubic-bezier(.16,1,.3,1)}@supports(interpolate-size:allow-keywords){.decision-journey-page details{interpolate-size:allow-keywords}.decision-journey-page details::details-content{block-size:0;overflow:clip;opacity:0;transition:block-size .24s cubic-bezier(.4,0,.2,1),opacity .14s ease-out,content-visibility allow-discrete .24s}.decision-journey-page details[open]::details-content{block-size:auto;opacity:1;transition:block-size .36s cubic-bezier(.16,1,.3,1),opacity .22s ease-out 50ms,content-visibility allow-discrete .36s}}@media(prefers-reduced-motion:reduce){.decision-journey-page details::details-content,.decision-journey-page details[open]::details-content,.step-card>header,.step-card>header svg,.step-card__reveal,.step-card__reveal .step-card__body,.step-card__reveal[data-open=true],.step-card__reveal[data-open=true] .step-card__body{transition:none}}.journey-assumption-controls{display:flex;flex-shrink:0;gap:4px;opacity:0;pointer-events:none;transition:opacity .14s ease-out}.journey-assumption-controls .button{padding:6px 8px;font-size:14px;min-height:36px}.journey-assumption:focus-within .journey-assumption-controls,.journey-assumption:hover .journey-assumption-controls{opacity:1;pointer-events:auto}@media(hover:none),(max-width:600px),(pointer:coarse){.journey-assumption-controls{opacity:1;pointer-events:auto}.journey-assumption-controls .button{min-height:44px}}@media(prefers-reduced-motion:reduce){.journey-assumption-controls{transition:none}}.journey-assumption{display:grid;grid-template-rows:1fr}.journey-assumption__content{min-height:0;overflow:hidden}.journey-assumption[data-removing=true]{pointer-events:none;animation:assumption-remove .28s cubic-bezier(.4,0,.2,1) forwards}@keyframes assumption-remove{0%{grid-template-rows:1fr;opacity:1}40%{opacity:0}to{grid-template-rows:0fr;opacity:0;padding-block:0;border-top-width:0}}@media(prefers-reduced-motion:reduce){.journey-assumption[data-removing=true]{animation:none;display:none}}.pressure-intro h2{font-size:14px;margin-bottom:20px}.pressure-intro h3{font-size:24px;line-height:32px;color:var(--pred-brand-text);margin-bottom:16px}.pressure-intro p{color:var(--pred-text-secondary);font-size:14px;line-height:22px}.pressure-checks{margin:20px 0 28px;color:var(--pred-brand-text)}.pressure-checks summary{cursor:pointer;min-height:44px;display:flex;align-items:center;font-weight:500}.pressure-checks>div{margin:12px 0}.pressure-checks h3{font-size:15px}.pressure-checks p{font-size:12px}.pressure-source-choices{display:flex;flex-direction:column;gap:20px;margin:20px 0}.pressure-source-choice{padding:16px;border:1px solid var(--pred-border-control);border-radius:10px}.pressure-source-choice.is-selected{background:var(--pred-brand-subtle);border-color:var(--pred-brand-default)}.pressure-source-choice .checkbox-field{margin:0;align-items:center}.pressure-source-choice label{font-weight:600}.pressure-source-choice .field-help{font-weight:400}.pressure-local-label{font-size:12px!important;font-weight:600;color:var(--pred-brand-text)}.pressure-run-link{display:flex;flex-direction:column;padding:14px 0;border-top:1px solid var(--pred-border-subtle);text-decoration:none}.pressure-run-link strong{font-size:14px}.pressure-run-link span{font-size:12px;color:var(--pred-text-secondary)}.pressure-suggestion-label{font-size:12px!important;color:var(--pred-brand-text);margin-bottom:16px}.pressure-suggestion h2{font-size:18px;line-height:26px;margin-bottom:12px}.pressure-suggestion>p{color:var(--pred-text-secondary);margin-bottom:16px}.pressure-suggestion .field-help{font-size:12px}.pressure-suggestion .button{margin-top:4px}.decision-flow__context>.field-help{font-size:12px}.decision-flow__context>.button{width:100%;margin:0 0 12px}.decision-flow__context.pressure-suggestion-response{background:var(--pred-shell-base);color:var(--pred-surface-default)}.pressure-suggestion-response .pressure-suggestion-response__status,.pressure-suggestion-response>.field-help{color:var(--pred-shell-text-secondary)}.pressure-suggestion-response .pressure-suggestion-response__status{font-size:12px;margin-bottom:12px}.pressure-suggestion-response .pressure-suggestion-response__explanation{white-space:pre-wrap;overflow-wrap:anywhere;margin-bottom:28px}.pressure-evidence{display:flex;flex-direction:column;gap:16px;min-width:0}.pressure-evidence>h2{font-size:18px;line-height:26px;margin:0}.pressure-evidence__document{background:var(--pred-surface-default);border:1px solid var(--pred-border-subtle);border-radius:var(--pred-radius-16);overflow:hidden;min-width:0}.pressure-evidence__identity{display:flex;align-items:center;gap:16px;padding:24px;background:var(--pred-surface-subtle)}.pressure-evidence__identity>div{min-width:0}.pressure-evidence__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;background:var(--pred-brand-subtle);border-radius:var(--pred-radius-10)}.pressure-evidence__identity h3{font-size:16px;line-height:24px;margin:0 0 4px;overflow-wrap:anywhere}.pressure-evidence__identity p{font-size:12px;line-height:18px;color:var(--pred-text-secondary);margin:0}.pressure-evidence__quote{margin:0;padding:28px 24px}.pressure-evidence__quote p{font-size:18px;line-height:30px;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;color:var(--pred-text-primary)}.pressure-evidence__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-top:1px solid var(--pred-border-subtle)}.pressure-evidence__footer>span{font-size:12px;line-height:18px;color:var(--pred-text-secondary);overflow-wrap:anywhere}.pressure-evidence__footer .button{flex-shrink:0;gap:12px}.pressure-evidence__restricted{padding:24px}@media(max-width:640px){.pressure-evidence__identity{padding:20px;align-items:flex-start}.pressure-evidence__quote{padding:24px 20px}.pressure-evidence__quote p{font-size:17px;line-height:28px}.pressure-evidence__footer{padding:16px 20px;align-items:flex-start;flex-direction:column}.pressure-evidence__footer .button{width:100%;white-space:normal}}.pressure-run-page{max-width:1200px}.pressure-results-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:40px;align-items:start}.pressure-results-main{min-width:0}.pressure-run-summary{padding:28px;border-radius:16px;background:var(--pred-brand-subtle);color:var(--pred-brand-text);overflow-wrap:anywhere}.pressure-run-summary[data-state=attention]{background:#fff4df;color:#795116}.pressure-run-summary-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.pressure-run-summary h2{margin:0;font-size:24px;line-height:1.35;letter-spacing:-.02em;color:inherit;text-wrap:balance}.pressure-run-summary>p{margin:12px 0 0;max-width:65ch;font-size:16px;line-height:1.6}.pressure-run-state{flex-shrink:0;font-size:13px;line-height:20px;padding:4px 8px;border:1px solid;border-radius:6px}.pressure-run-progress{margin-top:28px}.pressure-run-progress p{margin:0 0 12px;font-size:14px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pressure-run-progress progress{display:block;width:100%;height:8px;border:0;border-radius:4px;overflow:hidden;accent-color:var(--pred-brand-default);background:var(--pred-surface-default)}.pressure-run-progress progress::-webkit-progress-bar{background:var(--pred-surface-default)}.pressure-run-progress progress::-webkit-progress-value{background:var(--pred-brand-default)}.pressure-run-progress progress::-moz-progress-bar{background:var(--pred-brand-default)}.pressure-run-summary>.button{margin-top:24px}.pressure-result-notice{padding:16px 0;border-bottom:1px solid var(--pred-border-subtle)}.pressure-result-notice h2{margin:0 0 12px;font-size:18px;line-height:1.4}.pressure-result-notice li,.pressure-result-notice p{max-width:70ch;font-size:16px;line-height:1.6}.pressure-result-notice p{margin:12px 0;color:var(--pred-text-secondary)}.pressure-result-notice ul{padding-left:20px;margin:0}.pressure-result-notice li+li{margin-top:8px}.pressure-result-notice>a{display:inline-flex;align-items:center;min-height:44px;font-weight:500}.pressure-findings{margin-top:20px}.pressure-findings>h2{margin:0 0 12px;font-size:18px}.pressure-finding{padding:20px 0;border-top:1px solid var(--pred-border-subtle);overflow-wrap:anywhere}.pressure-finding-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.pressure-finding h3{margin:0;font-size:22px;line-height:1.4}.pressure-finding-state{flex-shrink:0;padding:4px 8px;border-radius:6px;font-size:12px;line-height:20px;background:var(--pred-surface-subtle);color:var(--pred-text-secondary)}.pressure-finding-state[data-unreviewed=true]{background:var(--pred-brand-subtle);color:var(--pred-brand-text)}.pressure-finding-explanation{margin:12px 0;font-size:16px;line-height:1.65;max-width:70ch;white-space:pre-wrap}.pressure-finding-sources{margin:0 0 16px;padding:0;list-style:none;color:var(--pred-text-secondary);font-size:14px;line-height:1.6}.pressure-finding-sources li+li{margin-top:8px}.pressure-finding>.button{min-height:44px;white-space:normal}.pressure-empty-note{margin:24px 0;color:var(--pred-text-secondary);font-size:16px;line-height:1.6}.pressure-run-context{min-width:0;padding-left:24px;border-left:1px solid var(--pred-border-subtle);overflow-wrap:anywhere}.pressure-run-context h2{margin:0 0 20px;font-size:18px;line-height:1.4}.pressure-run-context dl{margin:0 0 20px}.pressure-run-context dl>div{display:flex;gap:16px;justify-content:space-between;font-size:14px}.pressure-run-context dt{color:var(--pred-text-secondary)}.pressure-run-context dd{margin:0}.pressure-context-sources{list-style:none;margin:0;padding:0}.pressure-context-sources li{border-top:1px solid var(--pred-border-subtle);padding:16px 0}.pressure-context-sources strong{display:block;font-weight:500;font-size:14px;line-height:1.6}.pressure-context-sources span{display:block;margin-top:4px;font-size:13px;color:var(--pred-text-secondary)}.pressure-run-context>p{margin:4px 0 20px;font-size:14px;line-height:1.6;color:var(--pred-text-secondary)}.pressure-context-checks{border-top:1px solid var(--pred-border-subtle)}.pressure-context-checks summary{cursor:pointer;padding:14px 0;font-size:14px;font-weight:500}.pressure-context-checks h3{margin:12px 0 8px;font-size:14px}.pressure-context-checks p{margin:0 0 16px;font-size:14px;line-height:1.6;color:var(--pred-text-secondary)}.pressure-context-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:20px;border-top:1px solid var(--pred-border-subtle)}.pressure-context-actions>a{min-height:44px;display:inline-flex;align-items:center;font-size:14px}.pressure-context-actions>.button{white-space:normal}.pressure-run-page a{text-underline-offset:3px}.pressure-run-page summary:focus-visible{outline:2px solid var(--pred-brand-default);outline-offset:4px}.pressure-run-page ::selection{background:var(--pred-brand-subtle);color:var(--pred-text-primary)}.pressure-run-loading{max-width:760px;padding:28px;border-radius:16px;background:var(--pred-surface-default)}.pressure-run-loading>p{margin:0 0 24px;font-size:18px}.pressure-run-skeleton{display:grid;gap:16px}.pressure-run-skeleton span{height:16px;border-radius:4px;background:var(--pred-surface-subtle)}.pressure-run-skeleton span:nth-child(2){width:80%}.pressure-run-skeleton span:last-child{width:60%}@media(max-width:1000px){.pressure-results-layout{grid-template-columns:minmax(0,1fr);gap:32px}.pressure-run-context{border-left:0;border-top:1px solid var(--pred-border-subtle);padding:24px 0 0}}@media(max-width:600px){.pressure-run-summary{padding:24px 20px}.pressure-finding-heading,.pressure-run-summary-heading{flex-direction:column;gap:12px}.pressure-run-summary h2{font-size:22px}.pressure-finding h3{font-size:20px}.pressure-finding>.button{width:100%}}.di-workspace{max-width:1320px}.di-columns{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.di-columns>.di-main,.di-columns>aside{min-width:0;display:grid;gap:20px}.di-columns aside .button{margin:8px 0;width:100%;white-space:normal}.di-setup-preview,.di-stage{overflow-wrap:anywhere}.di-stage h3,.di-stage h4{margin:20px 0 8px}.di-history-item,.di-input-row,.di-item{border-top:1px solid var(--border,#e2e8f0);padding:16px 0}.di-check{border-left:1px solid var(--pred-border-subtle);padding:8px 14px;margin:12px 0}.di-check>.status{margin-left:10px}.di-list{padding-left:24px}.di-list li{margin:8px 0}.di-capture,.di-citations{margin:16px 0}.di-capture summary,.di-citations summary{cursor:pointer;padding:8px 0;font-weight:600}.di-citations figure{margin:12px 0}.di-citations blockquote{margin:0;padding:12px 16px;border-left:1px solid var(--pred-border-subtle);white-space:pre-wrap}.di-input-row .field{margin-top:12px}.di-setup-preview{margin-top:24px}@media (max-width:900px){.di-columns{grid-template-columns:minmax(0,1fr)}.di-stage .section-heading{align-items:flex-start;flex-wrap:wrap;gap:8px}}.di-journey{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:8px 0 28px;border-block:1px solid var(--pred-border-subtle)}.di-journey>*{min-width:0;padding:18px 16px;color:var(--pred-text-primary);text-decoration:none}.di-journey>*+*{border-left:1px solid var(--pred-border-subtle)}.di-journey span,.di-journey strong{display:block}.di-journey strong{color:var(--pred-brand-text);margin-bottom:6px}.di-journey span{color:var(--pred-text-secondary);font-size:13px;line-height:1.5}.di-journey a:hover{background:var(--pred-brand-subtle)}.di-journey a:focus-visible,.di-stage-nav button:focus-visible,.di-workspace summary:focus-visible{outline:2px solid var(--pred-brand-default);outline-offset:3px}.di-limits{margin:16px 0 24px}.di-limits summary{cursor:pointer;color:var(--pred-text-secondary)}.di-position{display:grid;grid-template-columns:minmax(0,2fr) minmax(220px,1fr);gap:32px;margin:20px 0 24px}.di-position h2{font-size:22px;line-height:1.3;color:var(--pred-text-primary)}.di-position>div:last-child{padding-left:24px;border-left:1px solid var(--pred-border-subtle)}.di-position p{max-width:70ch}.di-stage-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--pred-border-subtle);border-radius:var(--pred-radius-12);overflow:hidden;background:var(--pred-surface-default)}.di-stage-nav button{font:inherit;text-align:left;border:0;background:transparent;padding:16px;cursor:pointer;color:var(--pred-text-primary);min-height:88px}.di-stage-nav button span,.di-stage-nav button strong{display:block}.di-stage-nav button span{margin-top:6px;font-size:12px;color:var(--pred-text-secondary)}.di-stage-nav button:hover{background:var(--pred-surface-canvas)}.di-stage-nav button[aria-pressed=true]{background:var(--pred-brand-subtle);color:var(--pred-brand-text);box-shadow:inset 0 -2px var(--pred-brand-default)}.di-stage-nav button:focus-visible{outline-offset:-4px}.di-stage-description{color:var(--pred-text-secondary);max-width:70ch;padding-bottom:16px;border-bottom:1px solid var(--pred-border-subtle)}.di-workspace{caret-color:var(--pred-brand-default)}.di-workspace ::selection{background:var(--pred-brand-subtle);color:var(--pred-text-primary)}.di-workspace a{text-underline-offset:3px}.di-check{border-left-width:1px}.di-citations blockquote{border-left-width:1px;background:var(--pred-surface-subtle)}@media (max-width:700px){.di-journey{grid-template-columns:repeat(2,minmax(0,1fr))}.di-journey>:nth-child(3){border-left:0}.di-journey>:nth-child(n+3){border-top:1px solid var(--pred-border-subtle)}.di-position{grid-template-columns:minmax(0,1fr);gap:8px}.di-position>div:last-child{border-left:0;border-top:1px solid var(--pred-border-subtle);padding:16px 0 0}.di-stage-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.di-stage-nav button{padding:12px}}.di-journey>a{display:block;border-radius:0}.di-setup-preview:focus,.di-stage:focus{outline:2px solid var(--pred-brand-default);outline-offset:4px}.di-setup-page{max-width:1440px}.di-setup-page .di-columns{grid-template-columns:minmax(0,1fr) 310px;gap:32px}.di-setup-flow{display:grid;gap:24px;font-size:16px;line-height:1.6}.di-setup-intro{margin:0;max-width:68ch;color:var(--pred-text-secondary);font-size:18px}.di-prep-step{--step-ink:#17665e;--step-tint:#e6f4ef;--step-border:#bbdcd2;overflow-wrap:anywhere;background:var(--pred-surface-default);border:1px solid var(--step-border);border-radius:16px;overflow:hidden}.di-prep-step--evidence{--step-ink:#654490;--step-tint:#f0eafa;--step-border:#d8cbe9}.di-prep-step--review{--step-ink:var(--pred-brand-text);--step-tint:var(--pred-brand-subtle);--step-border:#c5d8ef}.di-prep-step>header{display:flex;gap:16px;align-items:flex-start;padding:22px 28px;background:var(--step-tint);color:var(--step-ink)}.di-prep-step>header>div{flex:1 1;min-width:0}.di-prep-step>header h2{margin:0 0 4px;font-size:22px;line-height:1.3;color:var(--step-ink)}.di-prep-step>header p{margin:0;color:var(--step-ink);font-size:15px}.di-prep-step>header>a{color:var(--step-ink);font-size:14px;flex-shrink:0;padding-top:5px}.di-step-number{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border:1px solid;border-radius:50%;font-size:16px;font-weight:600}.di-step-body{padding:24px 28px}.di-step-body .di-question{font-size:22px;line-height:1.45;margin:0 0 16px;color:var(--pred-text-primary);font-weight:600}.di-setup-options{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0 0 12px}.di-setup-options li{padding:8px 12px;border-radius:8px;background:var(--pred-surface-canvas);font-weight:500}.di-text-action{display:inline-block;margin-top:4px}.di-priorities{border-top:1px solid var(--pred-border-subtle);margin-top:24px;padding-top:16px}.di-priorities summary{cursor:pointer;font-weight:600}.di-priorities summary>span{margin-left:10px;font-size:13px;font-weight:400;color:var(--pred-text-secondary)}.di-input-hint{margin:12px 0;max-width:66ch;color:var(--pred-text-secondary);font-size:15px}.di-evidence-empty{padding:18px 20px;margin-bottom:16px;border-radius:10px;color:#795116;background:#fff4df}.di-evidence-empty h3{color:inherit;font-size:18px;margin:0 0 4px}.di-evidence-empty p{margin:0;max-width:58ch}.di-source-count{font-size:14px;color:var(--pred-text-secondary);margin-bottom:12px}.di-source-choices{display:grid;gap:12px;margin-bottom:16px}.di-source-choices label{padding:12px;border:1px solid var(--pred-border-subtle);border-radius:10px}.di-setup-flow fieldset{margin:0;padding:0;border:0;min-width:0}.di-setup-flow .di-setup-preview{margin-top:0}.di-setup-flow .di-limits{margin:20px 0 0;font-size:14px}.di-setup-aside{padding-top:4px}.di-outcomes{padding:24px;background:#f0f1fa;border-radius:16px;color:#47486f}.di-outcomes h2{color:inherit;font-size:20px;line-height:1.35;margin:0 0 20px}.di-outcomes ul{margin:0;padding-left:20px}.di-outcomes li{padding-left:4px;margin-bottom:16px;font-size:15px;line-height:1.6}.di-outcomes>p{font-weight:600;border-top:1px solid #d2d4e8;padding-top:16px;margin:0}.di-history{padding:0 4px}.di-history summary{cursor:pointer;padding:12px 0;font-size:16px;font-weight:600}.di-previous{display:flex;flex-wrap:wrap;gap:12px 24px;padding:16px;background:var(--pred-brand-subtle);border-radius:10px}.di-setup-flow .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media (max-width:1000px){.di-setup-page .di-columns{grid-template-columns:minmax(0,1fr)}.di-setup-aside{padding-top:0}}@media (max-width:600px){.di-prep-step>header{padding:20px;gap:12px;flex-wrap:wrap}.di-prep-step>header>div{flex-basis:calc(100% - 46px)}.di-prep-step>header>a{margin-left:46px;padding-top:0}.di-prep-step>header h2,.di-step-body .di-question{font-size:20px}.di-step-body{padding:20px}.di-setup-intro{font-size:16px}.di-priorities summary>span{display:block;margin-left:0}}.di-setup-preview>.banner-info{background:var(--pred-surface-subtle);border-color:var(--pred-border-subtle);color:var(--pred-text-primary)}.di-setup-preview:focus{outline:none}.di-setup-preview:focus-visible{outline:2px solid var(--pred-border-control);outline-offset:4px}.di-prep-step>header{margin-bottom:0}.di-prep-step>.di-step-body{padding-top:16px}.di-prep-step>header{padding:0}.di-prep-step>header h2{width:100%;margin:0}.di-prep-step>header h2>button{display:flex;align-items:center;gap:16px;width:100%;padding:22px 28px;border:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}.di-step-label{flex:1 1;min-width:0}.di-step-label strong{display:block;font-weight:600}.di-step-label>span{display:block;margin-top:4px;font-size:15px;font-weight:400;line-height:1.5}.di-prep-step>header button>svg{flex-shrink:0;transition:transform .15s ease}.di-prep-step>header button[aria-expanded=true]>svg{transform:rotate(180deg)}.di-prep-step>header button:focus-visible{outline-offset:-4px}.di-step-body[hidden]{display:none}.di-step-actions{display:flex;justify-content:flex-end;margin-top:20px}.di-edit-question{display:inline-block;margin-bottom:12px;font-size:14px}button.di-text-action{padding:0;border:0;background:transparent;color:var(--pred-brand-text);font:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}@media(max-width:600px){.di-prep-step>header h2>button{padding:20px;gap:12px}}@media(prefers-reduced-motion:reduce){.di-prep-step>header button>svg{transition:none}}.di-question-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.di-setup-flow .di-question-row .di-question{margin:0;max-width:65ch}.di-question-row>.button{flex-shrink:0}.di-options-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.di-options-heading h3{font-size:18px;margin:0}.di-setup-flow .di-setup-options{display:grid;gap:0;margin:0}.di-setup-flow .di-setup-options li{background:transparent;border-radius:0;padding:20px 0;border-top:1px solid var(--pred-border-subtle);font-weight:400}.di-setup-options h4{margin:0 0 8px;font-size:18px;line-height:1.4;font-weight:600}.di-setup-options p{margin:0;font-size:16px;line-height:1.6;max-width:70ch;white-space:pre-wrap}.di-option-tradeoffs{margin-top:12px;color:var(--pred-text-secondary)}.di-option-tradeoffs strong{display:block;font-size:14px;margin-bottom:4px;color:var(--pred-text-primary)}.di-setup-flow .di-source-choices{gap:0}.di-source-choices .di-evidence-choice{display:flex;align-items:flex-start;gap:16px;padding:20px 0;border:0;border-top:1px solid var(--pred-border-subtle);border-radius:0;cursor:pointer}.di-evidence-choice input{flex:0 0 18px;width:18px;height:18px;margin:4px 0 0;accent-color:var(--pred-brand-default)}.di-evidence-detail{display:block;min-width:0}.di-evidence-detail>strong{display:block;font-size:18px;line-height:1.4;font-weight:600}.di-evidence-version{display:block;margin-top:6px;font-size:14px;color:var(--pred-text-secondary)}.di-evidence-excerpt{display:block;margin-top:16px;font-size:16px;line-height:1.6;white-space:pre-wrap;max-width:70ch;max-height:12rem;overflow-y:auto}.di-evidence-choice:has(input:focus-visible){outline:2px solid var(--pred-brand-default);outline-offset:4px}@media(max-width:600px){.di-options-heading,.di-question-row{flex-wrap:wrap;gap:12px}.di-question-row>.di-question{flex-basis:100%}.di-evidence-detail>strong{font-size:16px}}.di-setup-flow .di-limits{margin-top:24px;border-top:1px solid var(--pred-border-subtle);padding-top:16px;font-size:16px}.di-limits>summary{cursor:pointer;padding:8px 0;font-size:16px;font-weight:600;color:var(--pred-text-primary)}.di-limits-content{padding-top:20px;display:grid;gap:24px}.di-limits-content h3{margin:0 0 12px;font-size:18px;line-height:1.4}.di-limits-content p{margin:0;font-size:16px;line-height:1.6;max-width:70ch;color:var(--pred-text-secondary)}.di-limits-list{margin:0}.di-limits-list>div{display:flex;justify-content:space-between;gap:24px;padding:12px 0;border-bottom:1px solid var(--pred-border-subtle)}.di-limits-list dt{font-size:16px}.di-limits-list dd{margin:0;font-weight:600;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.di-limits-content .di-limits-note{margin-top:16px;font-size:14px}.di-setup-flow .di-setup-options{grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--pred-border-subtle)}.di-setup-flow .di-setup-options li{border-top:0;padding:24px;min-width:0}.di-setup-flow .di-setup-options li:nth-child(odd){padding-left:0}.di-setup-flow .di-setup-options li:nth-child(2n){border-left:1px solid var(--pred-border-subtle);padding-right:0}.di-setup-flow .di-setup-options li:nth-child(n+3){border-top:1px solid var(--pred-border-subtle)}.di-setup-flow .di-setup-options h4{font-size:20px;margin-bottom:12px}.di-setup-flow .di-option-tradeoffs{margin-top:20px}.di-setup-flow .di-option-tradeoffs strong{margin-bottom:8px}.di-setup-flow .di-question-row{align-items:center;margin-bottom:32px}.di-setup-flow .di-question-row .di-question{font-size:24px;line-height:1.4}.di-setup-flow .di-priorities{margin-top:0;padding-top:16px}.di-setup-flow .di-priorities>summary{padding:8px 0;font-size:16px}@media(max-width:600px){.di-setup-flow .di-setup-options{grid-template-columns:minmax(0,1fr)}.di-setup-flow .di-setup-options li,.di-setup-flow .di-setup-options li:nth-child(2n){padding:20px 0;border-left:0}.di-setup-flow .di-setup-options li+li{border-top:1px solid var(--pred-border-subtle)}.di-setup-flow .di-question-row .di-question{font-size:22px}}.di-option-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.di-option-title-row h4{min-width:0;flex:1 1}.di-option-controls{display:flex;flex-shrink:0;opacity:0;pointer-events:none}.di-option-controls .button{font-size:14px;padding:6px 8px;min-height:36px}.di-setup-options li:focus-within .di-option-controls,.di-setup-options li:hover .di-option-controls{opacity:1;pointer-events:auto}@media(hover:none),(max-width:600px){.di-option-controls{opacity:1;pointer-events:auto}.di-option-controls .button{min-height:44px}}.di-progress{margin:20px 0;padding:20px;border:1px solid var(--border,#d9e3ee);border-radius:12px;background:var(--surface,#fff);display:grid;gap:10px}.di-progress h2,.di-progress p{margin:0}.di-progress h2{font-size:1.1rem}.di-progress progress{width:100%;height:8px;accent-color:#225fa4}.di-progress .button{justify-self:start}.sidebar-dropdown{position:relative;width:100%}.sidebar-dropdown>summary{list-style:none;display:flex;align-items:center;gap:10px;padding:12px;min-height:68px;border-radius:12px;cursor:pointer;color:var(--pred-shell-text-secondary)}.sidebar-dropdown>summary::-webkit-details-marker{display:none}.sidebar-dropdown>summary:hover,.sidebar-dropdown[open]>summary{background:var(--pred-shell-raised)}.sidebar-dropdown.organization-selector{display:block;min-height:0;padding:0;border:0;background:transparent}.sidebar-dropdown.organization-selector>summary{background:var(--pred-shell-raised);border:1px solid var(--pred-shell-border);min-height:80px}.sidebar-trigger-copy{min-width:0;flex:1 1;display:flex;flex-direction:column;gap:3px}.sidebar-trigger-copy strong{font-size:14px;line-height:20px;font-weight:500;color:white;overflow-wrap:anywhere}.sidebar-trigger-copy>span{font-size:12px;line-height:18px}.account-menu>summary>.figma-icon,.sidebar-dropdown[open]>summary>.figma-icon{transform:rotate(180deg)}.account-menu[open]>summary>.figma-icon{transform:rotate(0deg)}.sidebar-popover{position:absolute;z-index:30;top:calc(100% + 8px);left:0;width:292px;max-width:calc(100vw - 32px);padding:8px;border-radius:12px;border:1px solid var(--pred-border-subtle);background:var(--pred-surface-default);box-shadow:0 8px 28px #132b4529;color:var(--pred-text-primary)}.sidebar-popover__heading{padding:8px 10px 12px;font-size:12px;font-weight:600;color:var(--pred-text-secondary)}.sidebar-workspaces{max-height:min(360px,50dvh);overflow-y:auto;display:grid;gap:4px}.sidebar-popover button{display:flex;align-items:center;gap:10px;width:100%;min-height:48px;padding:10px;border:0;border-radius:8px;background:transparent;color:var(--pred-text-primary);font:inherit;font-size:14px;text-align:left;cursor:pointer}.sidebar-popover button:hover{background:var(--pred-surface-subtle)}.sidebar-popover button[aria-current]{background:var(--pred-brand-subtle)}.sidebar-popover__identity{min-width:0;display:flex;flex-direction:column;flex:1 1;gap:3px}.sidebar-popover__identity strong{color:var(--pred-text-primary);font-size:14px;line-height:20px;font-weight:600;overflow-wrap:anywhere}.sidebar-popover__identity>span{color:var(--pred-text-secondary);font-size:12px;line-height:18px}.sidebar-current{color:var(--pred-brand-text);font-size:16px}.account-menu .sidebar-popover{top:auto;bottom:calc(100% + 8px)}.sidebar-account-identity{padding:12px 10px 16px;display:flex;gap:10px;align-items:center;border-bottom:1px solid var(--pred-border-subtle)}.sidebar-account-actions{padding-top:8px}@media (max-width:640px){.sidebar-popover{position:static;width:100%;max-width:none;margin-top:8px;box-shadow:none}.sidebar:not(.menu-open) .sidebar-dropdown.organization-selector{display:none}.sidebar.menu-open .sidebar-dropdown.organization-selector{display:block}.sidebar-dropdown.account-menu .sidebar-popover{top:calc(100% + 8px);bottom:auto}}.sidebar-dropdown .avatar-blue,.sidebar-popover .sidebar-current{color:var(--pred-brand-text)}.sidebar-popover button[aria-current] .avatar{background:var(--pred-surface-default)}.sidebar-utility-links{padding:8px 0}.sidebar-utility-links a{display:flex;align-items:center;gap:10px;min-height:44px;padding:10px;border-radius:8px;color:var(--pred-text-primary);text-decoration:none;font-size:14px}.sidebar-utility-links a:hover{background:var(--pred-surface-subtle)}.sidebar-utility-links+.sidebar-utility-links{border-top:1px solid var(--pred-border-subtle)}