.completeness-bar.svelte-bczlce{display:flex;flex-direction:column;gap:6px}.bar-header.svelte-bczlce{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm)}.bar-label.svelte-bczlce{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary);font-family:var(--font-family-ui)}.score-badge.svelte-bczlce{display:inline-flex;align-items:center;justify-content:center;padding:1px 6px;border-radius:var(--border-radius-full);background:var(--color-surface-alt);font-size:.7rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--color-text-primary)}.score-description.svelte-bczlce{font-size:.7rem;color:var(--color-text-tertiary);font-style:italic}.progress-track.svelte-bczlce{position:relative;height:6px;border-radius:3px;background:var(--color-surface-alt);overflow:visible}.progress-fill.svelte-bczlce{position:absolute;top:0;left:0;height:100%;border-radius:3px;transition:width .4s ease;min-width:0}.progress-fill.low.svelte-bczlce{background:var(--color-error)}.progress-fill.mid.svelte-bczlce{background:var(--color-warning)}.progress-fill.high.svelte-bczlce{background:color-mix(in srgb,var(--color-success) 80%,var(--color-warning))}.progress-fill.complete.svelte-bczlce{background:var(--color-success);box-shadow:0 0 8px color-mix(in srgb,var(--color-success) 40%,transparent)}.segment-marker.svelte-bczlce{position:absolute;top:-1px;bottom:-1px;width:1px;background:var(--color-border);opacity:.5}.checks-row.svelte-bczlce{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.check-item.svelte-bczlce{display:inline-flex;align-items:center;gap:4px;cursor:default;-webkit-user-select:none;user-select:none}.check-indicator.svelte-bczlce{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:3px;border:1.5px solid var(--color-border);color:transparent;transition:all var(--transition-fast) ease;flex-shrink:0}.check-item.done.svelte-bczlce .check-indicator:where(.svelte-bczlce){border-color:var(--check-color);background:color-mix(in srgb,var(--check-color) 15%,transparent);color:var(--check-color)}.check-indicator.svelte-bczlce svg:where(.svelte-bczlce){width:12px;height:12px}.check-label.svelte-bczlce{font-size:.7rem;font-weight:500;color:var(--color-text-tertiary);font-family:var(--font-family-ui);letter-spacing:.02em;transition:color var(--transition-fast) ease}.check-item.done.svelte-bczlce .check-label:where(.svelte-bczlce){color:var(--color-text-secondary)}@media(max-width:640px){.checks-row.svelte-bczlce{gap:6px}.check-label.svelte-bczlce{font-size:.65rem}.score-description.svelte-bczlce{display:none}}.coach-banner.svelte-yrpjhr{display:flex;align-items:center;gap:var(--space-sm);padding:8px var(--space-sm);margin-top:var(--space-xs);border-radius:var(--border-radius-sm);background:color-mix(in srgb,var(--node-color) 6%,transparent);border:1px solid color-mix(in srgb,var(--node-color) 20%,transparent);transition:all var(--transition-base) ease}.coach-banner.urgent.svelte-yrpjhr{background:color-mix(in srgb,var(--color-error) 8%,transparent);border-color:color-mix(in srgb,var(--color-error) 25%,transparent)}.coach-banner.urgent.svelte-yrpjhr .coach-icon:where(.svelte-yrpjhr){color:var(--color-error)}.coach-icon.svelte-yrpjhr{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--node-color);opacity:.9}.coach-content.svelte-yrpjhr{flex:1;min-width:0}.coach-message.svelte-yrpjhr{margin:0;font-size:.8rem;line-height:1.4;color:var(--color-text-secondary);font-family:var(--font-family-ui)}.coach-actions.svelte-yrpjhr{display:flex;align-items:center;gap:4px;flex-shrink:0}.coach-action-btn.svelte-yrpjhr{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:color-mix(in srgb,var(--node-color) 12%,transparent);border:1px solid color-mix(in srgb,var(--node-color) 30%,transparent);border-radius:var(--border-radius-sm);color:var(--node-color);font-size:.75rem;font-weight:600;font-family:var(--font-family-ui);letter-spacing:.02em;cursor:pointer;transition:all var(--transition-fast) ease;white-space:nowrap}.coach-banner.urgent.svelte-yrpjhr .coach-action-btn:where(.svelte-yrpjhr){background:color-mix(in srgb,var(--color-error) 12%,transparent);border-color:color-mix(in srgb,var(--color-error) 30%,transparent);color:var(--color-error)}.coach-action-btn.svelte-yrpjhr:hover{background:color-mix(in srgb,var(--node-color) 20%,transparent);border-color:color-mix(in srgb,var(--node-color) 50%,transparent)}.coach-banner.urgent.svelte-yrpjhr .coach-action-btn:where(.svelte-yrpjhr):hover{background:color-mix(in srgb,var(--color-error) 20%,transparent);border-color:color-mix(in srgb,var(--color-error) 50%,transparent)}.coach-action-btn.svelte-yrpjhr:active{transform:scale(.97)}.coach-dismiss-btn.svelte-yrpjhr{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:none;border:none;border-radius:var(--border-radius-sm);color:var(--color-text-tertiary);cursor:pointer;transition:all var(--transition-fast) ease;opacity:.6}.coach-dismiss-btn.svelte-yrpjhr:hover{opacity:1;background:color-mix(in srgb,var(--color-text-tertiary) 10%,transparent);color:var(--color-text-secondary)}@media(max-width:640px){.coach-banner.svelte-yrpjhr{flex-wrap:wrap;gap:6px;padding:6px 8px}.coach-content.svelte-yrpjhr{flex-basis:calc(100% - 60px)}.coach-actions.svelte-yrpjhr{margin-left:auto}.coach-action-btn.svelte-yrpjhr span:where(.svelte-yrpjhr){display:none}.coach-action-btn.svelte-yrpjhr{padding:4px 6px}}.argument-graph-wrapper.svelte-146hazi{position:relative;width:100%;height:100%;min-height:400px;background:var(--color-surface, #0a0a0a);border:1px solid var(--color-border, #2a2a2a);border-radius:8px;overflow:hidden}.graph-controls.svelte-146hazi{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:4px;z-index:10}.graph-controls.svelte-146hazi button:where(.svelte-146hazi){width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-surface-elevated, #141414);border:1px solid var(--color-border, #333);border-radius:6px;color:var(--color-text-secondary, #aaa);cursor:pointer}.graph-controls.svelte-146hazi button:where(.svelte-146hazi):hover{background:var(--color-surface-hover, #1e1e1e);color:var(--color-text-primary, #e0e0e0)}.argument-graph-svg.svelte-146hazi{width:100%;height:100%;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.argument-graph-svg.panning.svelte-146hazi{cursor:grabbing}.node.svelte-146hazi{cursor:pointer}.node.svelte-146hazi:hover rect:where(.svelte-146hazi){filter:brightness(1.15)}.node.selected.svelte-146hazi{filter:drop-shadow(0 0 6px rgba(99,102,241,.5))}.node-content-html{color:#e0e0e0;font-size:14px;line-height:1.4;font-family:inherit;white-space:pre-wrap;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;line-clamp:7}
