.challenge-card.svelte-1fcv8pc{background:linear-gradient(135deg,var(--uix-surface, #ffffff),color-mix(in srgb,var(--severity-color) 5%,white));border:1px solid var(--severity-color);border-radius:8px;margin-bottom:12px;overflow:hidden}.dark .challenge-card.svelte-1fcv8pc{background:linear-gradient(135deg,var(--uix-surface, #1f2937),color-mix(in srgb,var(--severity-color) 8%,#111827))}.challenge-card.critical.svelte-1fcv8pc{border-width:2px;box-shadow:0 0 0 2px color-mix(in srgb,var(--severity-color) 20%,transparent)}.card-header.svelte-1fcv8pc{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;cursor:pointer;user-select:none}.icon-wrapper.svelte-1fcv8pc{width:40px;height:40px;border-radius:10px;background:var(--severity-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-wrapper.svelte-1fcv8pc svg:where(.svelte-1fcv8pc){width:22px;height:22px;color:#fff}.header-content.svelte-1fcv8pc{flex:1;min-width:0}.type-label.svelte-1fcv8pc{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:2px 8px;border-radius:4px;background:color-mix(in srgb,var(--severity-color) 15%,transparent);color:var(--severity-color);margin-bottom:4px}.dark .type-label.svelte-1fcv8pc{background:color-mix(in srgb,var(--severity-color) 25%,transparent)}.header-content.svelte-1fcv8pc h4:where(.svelte-1fcv8pc){margin:0;font-size:15px;font-weight:600;color:var(--uix-text, #1f2937);line-height:1.4}.dark .header-content.svelte-1fcv8pc h4:where(.svelte-1fcv8pc){color:var(--uix-text, #f1f5f9)}.expand-btn.svelte-1fcv8pc{padding:4px;border:none;background:none;cursor:pointer;color:var(--uix-text-secondary, #6b7280);border-radius:4px;transition:all .15s ease;margin-top:4px}.expand-btn.svelte-1fcv8pc:hover{background:var(--uix-bg-hover-subtle, rgba(0, 0, 0, .05))}.dark .expand-btn.svelte-1fcv8pc:hover{background:var(--uix-bg-hover-subtle, rgba(255, 255, 255, .1))}.expand-btn.svelte-1fcv8pc svg:where(.svelte-1fcv8pc){width:16px;height:16px}.card-body.svelte-1fcv8pc{padding:0 16px 16px}.rationale.svelte-1fcv8pc{margin:0 0 16px;font-size:13px;line-height:1.5;color:var(--uix-text-secondary, #6b7280);font-style:italic}.dark .rationale.svelte-1fcv8pc{color:var(--uix-text-secondary, #9ca3af)}.concerns.svelte-1fcv8pc,.questions.svelte-1fcv8pc,.alternatives.svelte-1fcv8pc,.justification.svelte-1fcv8pc{margin-bottom:16px}.concerns.svelte-1fcv8pc h5:where(.svelte-1fcv8pc),.questions.svelte-1fcv8pc h5:where(.svelte-1fcv8pc),.alternatives.svelte-1fcv8pc h5:where(.svelte-1fcv8pc),.justification.svelte-1fcv8pc h5:where(.svelte-1fcv8pc){display:flex;align-items:center;gap:6px;margin:0 0 10px;font-size:12px;font-weight:600;color:var(--uix-text, #1f2937)}.dark .concerns.svelte-1fcv8pc h5:where(.svelte-1fcv8pc),.dark .questions.svelte-1fcv8pc h5:where(.svelte-1fcv8pc),.dark .alternatives.svelte-1fcv8pc h5:where(.svelte-1fcv8pc),.dark .justification.svelte-1fcv8pc h5:where(.svelte-1fcv8pc){color:var(--uix-text, #e5e7eb)}.concerns.svelte-1fcv8pc h5:where(.svelte-1fcv8pc) svg:where(.svelte-1fcv8pc),.questions.svelte-1fcv8pc h5:where(.svelte-1fcv8pc) svg:where(.svelte-1fcv8pc),.alternatives.svelte-1fcv8pc h5:where(.svelte-1fcv8pc) svg:where(.svelte-1fcv8pc),.justification.svelte-1fcv8pc h5:where(.svelte-1fcv8pc) svg:where(.svelte-1fcv8pc){width:14px;height:14px;color:var(--severity-color)}.concerns.svelte-1fcv8pc ul:where(.svelte-1fcv8pc){margin:0;padding-left:20px}.concerns.svelte-1fcv8pc li:where(.svelte-1fcv8pc){font-size:12px;color:var(--uix-text, #1f2937);margin-bottom:4px}.dark .concerns.svelte-1fcv8pc li:where(.svelte-1fcv8pc){color:var(--uix-text, #d1d5db)}.question-item.svelte-1fcv8pc{margin-bottom:12px}.question-item.svelte-1fcv8pc label:where(.svelte-1fcv8pc){display:block;font-size:12px;font-weight:500;color:var(--uix-text, #1f2937);margin-bottom:6px}.dark .question-item.svelte-1fcv8pc label:where(.svelte-1fcv8pc){color:var(--uix-text, #d1d5db)}.question-item.svelte-1fcv8pc textarea:where(.svelte-1fcv8pc),.justification.svelte-1fcv8pc textarea:where(.svelte-1fcv8pc){width:100%;padding:8px 12px;border:1px solid var(--uix-border, #e5e7eb);border-radius:6px;font-size:13px;resize:none;font-family:inherit;transition:border-color .15s ease;background:var(--uix-surface, #ffffff);color:var(--uix-text, #1f2937)}.dark .question-item.svelte-1fcv8pc textarea:where(.svelte-1fcv8pc),.dark .justification.svelte-1fcv8pc textarea:where(.svelte-1fcv8pc){background:var(--uix-surface, #111827);border:1px solid var(--uix-border, #374151);color:var(--uix-text, #f1f5f9)}.question-item.svelte-1fcv8pc textarea:where(.svelte-1fcv8pc):focus,.justification.svelte-1fcv8pc textarea:where(.svelte-1fcv8pc):focus{outline:none;border-color:var(--severity-color)}.alternative-btn.svelte-1fcv8pc{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:10px 14px;margin-bottom:8px;border:1px solid var(--uix-border, #e5e7eb);border-radius:6px;background:var(--uix-surface, #ffffff);cursor:pointer;text-align:left;transition:all .15s ease}.alternative-btn.svelte-1fcv8pc:hover{border-color:var(--severity-color);background:color-mix(in srgb,var(--severity-color) 5%,white)}.dark .alternative-btn.svelte-1fcv8pc:hover{background:color-mix(in srgb,var(--severity-color) 10%,#1f2937)}.alternative-btn.selected.svelte-1fcv8pc{border-color:var(--severity-color);background:color-mix(in srgb,var(--severity-color) 10%,white);box-shadow:0 0 0 2px color-mix(in srgb,var(--severity-color) 20%,transparent)}.dark .alternative-btn.selected.svelte-1fcv8pc{background:color-mix(in srgb,var(--severity-color) 15%,#1f2937)}.alt-desc.svelte-1fcv8pc{font-size:13px;font-weight:500;color:var(--uix-text, #1f2937)}.dark .alt-desc.svelte-1fcv8pc{color:var(--uix-text, #e5e7eb)}.alt-tradeoffs.svelte-1fcv8pc{font-size:11px;color:var(--uix-text-secondary, #6b7280)}.dark .alt-tradeoffs.svelte-1fcv8pc{color:var(--uix-text-secondary, #9ca3af)}.actions.svelte-1fcv8pc{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--uix-border, #e5e7eb)}.dark .actions.svelte-1fcv8pc{border-top:1px solid var(--uix-border, #374151)}.action-btn.svelte-1fcv8pc{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--uix-border, #e5e7eb);border-radius:6px;background:var(--uix-surface, #ffffff);font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;color:var(--uix-text, #1f2937)}.action-btn.svelte-1fcv8pc:hover:not(:disabled){background:var(--uix-bg-hover, #f3f4f6)}.dark .action-btn.svelte-1fcv8pc{background:var(--uix-surface, #1f2937);border:1px solid var(--uix-border, #374151);color:var(--uix-text, #f1f5f9)}.dark .action-btn.svelte-1fcv8pc:hover:not(:disabled){background:var(--uix-bg-hover, #374151)}.action-btn.svelte-1fcv8pc:disabled{opacity:.5;cursor:not-allowed}.action-btn.svelte-1fcv8pc svg:where(.svelte-1fcv8pc){width:16px;height:16px}.action-btn.reconsider.svelte-1fcv8pc{border-color:var(--uix-text-secondary, #6b7280);color:var(--uix-text-secondary, #6b7280)}.dark .action-btn.reconsider.svelte-1fcv8pc{border-color:var(--uix-text-secondary, #9ca3af);color:var(--uix-text-secondary, #9ca3af)}.action-btn.answered.svelte-1fcv8pc{border-color:var(--uix-success, #10b981);color:var(--uix-success, #10b981)}.dark .action-btn.answered.svelte-1fcv8pc{border-color:var(--uix-success, #34d399);color:var(--uix-success, #34d399)}.action-btn.answered.svelte-1fcv8pc:hover:not(:disabled){background:var(--uix-success-light, #d1fae5)}.dark .action-btn.answered.svelte-1fcv8pc:hover:not(:disabled){background:var(--uix-success-light, rgba(16, 185, 129, .15))}.action-btn.proceed.svelte-1fcv8pc{background:var(--severity-color);border-color:var(--severity-color);color:#fff}.action-btn.proceed.svelte-1fcv8pc:hover:not(:disabled){filter:brightness(.9)}
