.cause-effect-graph{width:100%;border-radius:.5rem;overflow:hidden;border:1px solid hsl(var(--border));background-color:hsl(var(--background));display:flex;flex-direction:column}.cause-effect-graph--fullscreen{position:fixed;inset:0;height:100vh;width:100vw;z-index:999999;border-radius:0;border:none;background:#fff}[data-theme=dark] .cause-effect-graph--fullscreen,:root.dark .cause-effect-graph--fullscreen,.dark .cause-effect-graph--fullscreen{background:#09090b}.cause-effect-graph__content{flex:1;position:relative;min-height:0;height:100%;background-color:var(--sl-color-bg)}.cause-effect-graph__content .react-flow{width:100%;height:100%}.cause-effect-graph__content .react-flow__edges{width:100%!important;height:100%!important}.cause-effect-graph__content .react-flow__edges>svg{position:absolute!important;width:100%!important;height:100%!important;top:0!important;left:0!important;overflow:visible!important;pointer-events:none}.cause-effect-graph__content .react-flow__edge{pointer-events:all}.cause-effect-graph__content .react-flow__edge-path{stroke-linecap:round;transition:opacity .2s ease,stroke-width .2s ease}.cause-effect-graph__content .react-flow__node{transition:opacity .2s ease}.cause-effect-graph__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--sl-color-gray-3);font-size:var(--sl-text-sm);z-index:10}.cause-effect-graph__panel{position:absolute;top:0;left:0;width:320px;height:100%;background-color:var(--sl-color-bg);border-right:1px solid var(--sl-color-hairline-light);box-shadow:var(--sl-shadow-lg);z-index:1000;overflow:auto;animation:slideInFromLeft .2s ease-out}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.cause-effect-graph__panel-header{padding:1rem;border-bottom:1px solid var(--sl-color-hairline-light);display:flex;justify-content:space-between;align-items:flex-start}.cause-effect-graph__panel-badge{display:inline-block;padding:.125rem .5rem;border-radius:.25rem;font-size:var(--sl-text-2xs);font-weight:600;margin-bottom:.5rem}.cause-effect-graph__panel-badge--cause{background-color:var(--sl-color-red);color:var(--sl-color-black)}.cause-effect-graph__panel-badge--effect{background-color:var(--sl-color-green);color:var(--sl-color-black)}.cause-effect-graph__panel-badge--intermediate{background-color:var(--sl-color-purple);color:var(--sl-color-black)}.cause-effect-graph__panel-title{margin:0;font-size:var(--sl-text-lg);font-weight:600;color:var(--sl-color-text)}.cause-effect-graph__panel-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--sl-color-gray-3);padding:0 .25rem;line-height:1}.cause-effect-graph__panel-close:hover{color:var(--sl-color-text)}.cause-effect-graph__panel-content{padding:1rem}.cause-effect-graph__panel-section{margin-bottom:1rem}.cause-effect-graph__panel-label{font-size:var(--sl-text-xs);color:var(--sl-color-gray-3);margin-bottom:.25rem}.cause-effect-graph__panel-text{margin:0;font-size:var(--sl-text-sm);line-height:1.5;color:var(--sl-color-text)}.cause-effect-graph__panel-tags{display:flex;flex-wrap:wrap;gap:.375rem}.cause-effect-graph__panel-tag{padding:.25rem .625rem;background-color:var(--sl-color-gray-5);border-radius:.75rem;font-size:var(--sl-text-xs);color:var(--sl-color-gray-2)}.cause-effect-graph__progress{display:flex;align-items:center;gap:.5rem}.cause-effect-graph__progress-bar{flex:1;height:.5rem;background-color:var(--sl-color-gray-5);border-radius:.25rem;overflow:hidden}.cause-effect-graph__progress-fill{height:100%;border-radius:.25rem;background-color:var(--sl-color-accent)}.cause-effect-graph__progress-value{font-size:var(--sl-text-sm);font-weight:600;color:var(--sl-color-text)}.ceg-group-node{width:100%;height:100%;position:relative;overflow:visible}.ceg-group-node__label{position:absolute;top:50%;left:-20px;transform:rotate(-90deg) translate(-50%);transform-origin:left center;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b;white-space:nowrap}.ceg-subgroup-node{width:100%;height:100%;position:relative}.ceg-subgroup-node__label{position:absolute;top:4px;left:8px;font-size:9px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.ceg-node{padding:16px 20px;border-radius:12px;border:2px solid;min-width:140px;max-width:180px;position:relative;box-shadow:0 2px 8px #00000014;transition:all .2s ease;cursor:pointer}.ceg-node--with-subitems{padding:12px 14px;max-width:220px}.ceg-node__handle{background:transparent;border:none;width:1px;height:1px}.ceg-node__label{font-weight:600;font-size:14px;text-align:center;line-height:1.3}.ceg-node__confidence{font-size:11px;color:#64748b;margin-top:6px;text-align:center}.ceg-node__subitems{display:flex;flex-direction:column;gap:0;margin-top:8px;padding-top:8px;border-top:1px solid}.ceg-node__subitem{display:flex;justify-content:space-between;align-items:center;font-size:10px;padding:5px 8px;border:1px solid;border-radius:4px;margin-top:-1px}.ceg-node__subitem:first-child{margin-top:0}.ceg-node__subitem-label{font-weight:500}.ceg-node__subitem-prob{margin-left:6px;color:#64748b;font-weight:600;font-size:9px}.ceg-node__tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:12px;padding:12px 16px;background-color:#1e293b;color:#fff;border-radius:8px;font-size:13px;min-width:300px;max-width:400px;z-index:1000;box-shadow:0 8px 24px #0003;white-space:normal;line-height:1.5;max-height:120px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical}.ceg-node__tooltip-arrow{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #1e293b}.ceg-node__tooltip--subitem{top:50%;left:auto;right:100%;transform:translateY(-50%);margin-top:0;margin-right:12px;min-width:200px;max-width:280px;max-height:100px;-webkit-line-clamp:4}.ceg-node__tooltip--subitem .ceg-node__tooltip-arrow{top:50%;left:auto;right:-6px;transform:translateY(-50%);border-left:6px solid #1e293b;border-right:none;border-bottom:6px solid transparent;border-top:6px solid transparent}.ceg-legend{position:absolute;bottom:12px;right:12px;background-color:#fffffff2;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;font-size:11px;font-family:system-ui,-apple-system,sans-serif;color:#374151;z-index:10;box-shadow:0 2px 8px #0000001a;max-width:200px;transition:padding .2s ease}.ceg-legend--expanded{padding:12px 16px}.ceg-legend__header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;user-select:none;gap:8px}.ceg-legend__title{font-weight:600;color:#111827;font-size:12px}.ceg-legend__content{overflow:hidden;max-height:0;opacity:0;margin-top:0;transition:max-height .2s ease,opacity .2s ease,margin-top .2s ease}.ceg-legend--expanded .ceg-legend__content{max-height:300px;opacity:1;margin-top:10px}.ceg-legend__section{margin-bottom:10px}.ceg-legend__section--last{margin-bottom:0}.ceg-legend__section-title{font-weight:600;margin-bottom:4px;color:#111827}.ceg-legend__row{display:flex;align-items:center;gap:8px;margin-bottom:2px}.ceg-legend__node-swatch{width:14px;height:14px;border-radius:4px;border:1px solid}.ceg-legend__line-container{width:24px;height:12px;display:flex;align-items:center}.ceg-chevron{transform:rotate(0);transition:transform .2s ease}.ceg-chevron--expanded{transform:rotate(180deg)}.ceg-data-view{height:100%;overflow:auto;background-color:#f8fafc;padding:16px}.ceg-data-view__code{font-size:13px;font-family:ui-monospace,monospace;white-space:pre;margin:0;color:#1e293b}.ceg-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb;flex-shrink:0}.ceg-segmented-control{display:flex;align-items:center;background-color:#e5e7eb;border-radius:6px;padding:3px;gap:2px}.ceg-segment-btn{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;height:28px;padding:0 12px;font-size:13px;font-family:system-ui,-apple-system,sans-serif;font-weight:500;line-height:1;border-radius:4px;cursor:pointer;background-color:transparent;color:#6b7280;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.ceg-segment-btn--active{background-color:#fff;color:#111827;box-shadow:0 1px 2px #0000000d}.ceg-segment-link{text-decoration:none;border-left:1px solid #d1d5db;margin-left:4px;padding-left:14px}.ceg-segment-link:hover{background-color:#f3f4f6;color:#111827}.ceg-action-btn{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:6px;height:34px;padding:0 12px;font-size:13px;font-family:system-ui,-apple-system,sans-serif;font-weight:500;line-height:1;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;background-color:#fff;color:#374151}.ceg-action-btn:hover{background-color:#f9fafb}.ceg-button-group{display:flex;align-items:center;gap:8px}.ceg-content{flex:1;min-height:0;position:relative}.ceg-panel-sources{margin:0;padding-left:20px;font-size:13px}.iv-container{padding:16px;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:16px;font-family:system-ui,-apple-system,sans-serif;overflow-y:auto;height:100%}.iv-container--embedded{height:auto;overflow-y:visible;max-width:none;padding:0}.iv-tier{border-radius:10px;overflow:hidden;border:1px solid #e5e7eb;background:#fff}.iv-tier__header{padding:12px 16px;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.iv-tier--cause .iv-tier__header{background:linear-gradient(135deg,#dbeafe,#e0f2fe);color:#1e40af}.iv-tier--intermediate .iv-tier__header{background:linear-gradient(135deg,#ede9fe,#f3e8ff);color:#7c3aed}.iv-tier--effect .iv-tier__header{background:linear-gradient(135deg,#fef3c7,#fef9c3);color:#a16207}.iv-tier__title{margin:0;font-size:inherit;font-weight:inherit}.iv-tier__content{padding:12px}.iv-tier__nodes{display:flex;flex-wrap:wrap;gap:8px}.iv-subgroup{margin-bottom:12px}.iv-subgroup:last-child{margin-bottom:0}.iv-subgroup__header{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;padding-left:4px}.iv-subgroup__nodes{display:flex;flex-wrap:wrap;gap:8px}.iv-node{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease;min-width:180px;max-width:280px;flex:1}.iv-node--expanded{background:#fff;box-shadow:0 2px 8px #00000014;border-color:#d1d5db}.iv-node--highlighted{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.iv-node--dimmed{opacity:.4}.iv-node__header{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 12px;cursor:pointer;font-size:14px;font-weight:500;color:#1f2937;border-radius:7px;transition:background .15s ease}.iv-node__header:hover:not(:disabled){background:#f3f4f6}.iv-node__header:disabled{cursor:default}.iv-node__title{flex:1}.iv-node__chevron{font-size:12px;color:#9ca3af;transition:transform .2s ease;margin-left:8px}.iv-node__chevron--open{transform:rotate(180deg)}.iv-node__content{padding:0 12px 12px;display:flex;flex-direction:column;gap:10px}.iv-node__description{margin:0;font-size:13px;line-height:1.5;color:#4b5563}.iv-node__tooltip{position:absolute;z-index:1000;width:280px;padding:12px;background:#1f2937;color:#f9fafb;border-radius:8px;box-shadow:0 10px 25px #0003;font-size:13px;line-height:1.5;pointer-events:none;animation:iv-tooltip-fade .15s ease}@keyframes iv-tooltip-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.iv-node__tooltip:before{content:"";position:absolute;top:-6px;left:20px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #1f2937}.iv-global-tooltip{max-width:300px;padding:10px 14px;background:#1f2937;color:#f9fafb;border-radius:8px;box-shadow:0 8px 24px #00000040;font-size:13px;line-height:1.5;pointer-events:none;animation:iv-tooltip-fade-right .15s ease}@keyframes iv-tooltip-fade-right{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.iv-node__subitem--hoverable{cursor:help;border-radius:4px;padding:2px 4px;margin:-2px -4px;transition:background .15s ease}.iv-node__subitem--hoverable:hover{background:#e5e7eb}.iv-subitem__link{color:inherit;text-decoration:none}.iv-subitem__link:hover{text-decoration:underline;color:#3b82f6}.iv-node__subitems{display:flex;flex-direction:column;gap:4px;padding-left:8px;border-left:2px solid #e5e7eb}.iv-node__subitem{font-size:13px;color:#4b5563;padding:2px 0}.iv-node__connections{display:flex;flex-direction:column;gap:6px}.iv-node__connections-label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.03em}.iv-node__badges{display:flex;flex-wrap:wrap;gap:6px}.iv-badge{display:inline-flex;align-items:center;padding:4px 8px;font-size:12px;border-radius:4px;cursor:pointer;transition:all .15s ease;background:#f3f4f6;color:#4b5563;border:1px solid transparent}.iv-badge:hover{background:#e5e7eb}.iv-badge--strong{font-weight:600;color:#1f2937}.iv-badge--weak{color:#9ca3af}.iv-badge--upstream{background:#fef3c7;color:#92400e}.iv-badge--upstream:hover{background:#fde68a}.iv-badge--downstream{background:#dbeafe;color:#1e40af}.iv-badge--downstream:hover{background:#bfdbfe}.iv-badge--highlighted{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.lv-container{padding:0;max-width:100%;display:flex;flex-direction:column;gap:0;font-family:system-ui,-apple-system,sans-serif;overflow-y:auto;height:100%}.lv-tier{border-radius:0;overflow:hidden;border:none;border-top:1px solid #e5e7eb;background:#fff}.lv-tier__header{padding:12px 16px;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.lv-tier--cause .lv-tier__header{background:linear-gradient(135deg,#dbeafe,#e0f2fe);color:#1e40af}.lv-tier--intermediate .lv-tier__header{background:linear-gradient(135deg,#ede9fe,#f3e8ff);color:#7c3aed}.lv-tier--effect .lv-tier__header{background:linear-gradient(135deg,#fef3c7,#fef9c3);color:#a16207}.lv-tier__title{margin:0;font-size:inherit;font-weight:inherit}.lv-tier__content{padding:0}.lv-tier__nodes{display:flex;flex-direction:column;gap:0}.lv-subgroup{margin-bottom:0}.lv-subgroup:last-child{margin-bottom:0}.lv-subgroup__header{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;padding:12px 16px 8px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.lv-subgroup__nodes{display:flex;flex-direction:column;gap:0}.lv-node{background:transparent;border:none;border-bottom:1px solid #e5e7eb;border-radius:0;transition:all .2s ease;width:100%}.lv-node:last-child{border-bottom:none}.lv-node:hover{background:#f9fafb}.lv-node--highlighted{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.lv-node--dimmed{opacity:.4}.lv-node__header{all:unset;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;cursor:pointer;font-size:15px;font-weight:600;color:#1f2937;border-radius:7px;transition:background .15s ease}.lv-node__header:hover{background:#f3f4f6}.lv-node__title{flex:1}.lv-node__subitems{display:flex;flex-wrap:wrap;gap:6px;padding:0 16px 12px}.lv-node__subitem{font-size:13px;color:#4b5563;padding:4px 10px;background:#e5e7eb;border-radius:4px}.lv-node__subitem--hoverable{cursor:help;transition:background .15s ease}.lv-node__subitem--hoverable:hover{background:#d1d5db}.lv-subitem__link{color:inherit;text-decoration:none}.lv-subitem__link:hover{text-decoration:underline;color:#3b82f6}.lv-global-tooltip{max-width:300px;padding:10px 14px;background:#1f2937;color:#f9fafb;border-radius:8px;box-shadow:0 8px 24px #00000040;font-size:13px;line-height:1.5;pointer-events:none;animation:lv-tooltip-fade .15s ease}@keyframes lv-tooltip-fade{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}
