.app-header.svelte-q1scuc{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fff;border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100}.header-logo.svelte-q1scuc{display:flex;align-items:center;gap:12px}.header-logo.svelte-q1scuc img:where(.svelte-q1scuc){height:40px}.logo-text.svelte-q1scuc{height:40px;line-height:40px;font-size:24px;font-weight:600;color:var(--text-primary)}.app-nav.svelte-q1scuc{display:flex;gap:8px}.nav-link.svelte-q1scuc{padding:8px 12px;background:none;border:1px solid var(--border-color);border-radius:6px;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;text-decoration:none}.nav-link.svelte-q1scuc:hover{background:var(--breakdown-bg);border-color:var(--border-hover);color:var(--text-primary)}.nav-link.active.svelte-q1scuc{background:var(--primary-light);border-color:var(--primary-color);color:var(--primary-color)}.nav-button.svelte-q1scuc{padding:8px 12px;background:none;border:1px solid var(--border-color);border-radius:6px;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.nav-button.svelte-q1scuc:hover:not(:disabled){background:var(--breakdown-bg);border-color:var(--border-hover);color:var(--text-primary)}@media (max-width: 768px){.app-header.svelte-q1scuc{padding:12px 16px}}.right-panel.svelte-gchanq{background:#fff;border-left:1px solid var(--border-color);overflow-y:auto;transition:all .3s ease;height:calc(100vh - 73px);width:400px;position:fixed;right:0;top:67px;z-index:40}.right-panel.closed.svelte-gchanq{transform:translate(100%);opacity:0;pointer-events:none}.panel-content.svelte-gchanq{padding:16px}.section.svelte-gchanq{margin-bottom:24px;padding:16px;background:var(--bg-secondary);border-radius:8px;border:1px solid var(--border-color)}.section-header.svelte-gchanq{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-header.svelte-gchanq h3:where(.svelte-gchanq){margin:0;font-size:16px;font-weight:600;color:var(--text-primary)}.toggle-button.svelte-gchanq{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:4px 8px;font-size:14px;transition:color .2s ease}.toggle-button.svelte-gchanq:hover{color:var(--text-primary)}.section-content.svelte-gchanq{color:var(--text-secondary)}.placeholder.svelte-gchanq{margin:0 0 12px;font-size:14px;font-style:italic}.placeholder-list.svelte-gchanq{margin:0;padding-left:20px;font-size:14px}.placeholder-list.svelte-gchanq li:where(.svelte-gchanq){margin-bottom:6px}.interview-type-selector.svelte-gchanq{display:flex;flex-direction:column;gap:12px}.radio-option.svelte-gchanq{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .2s ease}.radio-option.svelte-gchanq:hover{background:var(--bg-secondary);border-color:var(--border-hover)}.radio-option.svelte-gchanq input[type=radio]:where(.svelte-gchanq){margin-top:2px;cursor:pointer}.radio-option.svelte-gchanq input[type=radio]:where(.svelte-gchanq):checked+.option-content:where(.svelte-gchanq) .option-title:where(.svelte-gchanq){color:var(--primary-color);font-weight:600}.option-content.svelte-gchanq{display:flex;flex-direction:column;gap:4px;flex:1}.option-title.svelte-gchanq{font-size:14px;font-weight:500;color:var(--text-primary);transition:all .2s ease}.option-description.svelte-gchanq{font-size:12px;color:var(--text-secondary);line-height:1.4}.topic-instruction.svelte-gchanq{font-size:13px;color:var(--text-secondary);margin:0 0 12px}.topic-grid.svelte-gchanq{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.topic-option.svelte-gchanq{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--border-color);border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:13px}.topic-option.svelte-gchanq:hover{background:var(--bg-secondary);border-color:var(--border-hover)}.topic-option.svelte-gchanq input[type=checkbox]:where(.svelte-gchanq){cursor:pointer}.topic-option.svelte-gchanq input[type=checkbox]:where(.svelte-gchanq):checked+span:where(.svelte-gchanq){color:var(--primary-color);font-weight:500}.topic-option.svelte-gchanq input[type=checkbox]:where(.svelte-gchanq):disabled{cursor:not-allowed;opacity:.5}.topic-option.svelte-gchanq input[type=checkbox]:where(.svelte-gchanq):disabled+span:where(.svelte-gchanq){color:var(--text-tertiary)}.topic-warning.svelte-gchanq{font-size:12px;color:var(--warning-color);margin:12px 0 0;font-style:italic}.corpus-instruction.svelte-gchanq{font-size:13px;color:var(--text-secondary);margin:0 0 12px}.corpus-selector.svelte-gchanq{display:flex;flex-direction:column;gap:12px}@media (max-width: 1200px){.right-panel.svelte-gchanq{box-shadow:-4px 0 6px #0000001a}}@media (max-width: 768px){.right-panel.svelte-gchanq{width:100%}.panel-content.svelte-gchanq{padding:12px}}:root{--primary-color: #3b82f6;--primary-light: #eff6ff;--primary-dark: #2563eb;--text-primary: #0f172a;--text-secondary: #64748b;--text-tertiary: #94a3b8;--bg-secondary: #f8fafc;--border-color: #e2e8f0;--border-hover: #cbd5e1;--border-light: #f1f5f9;--card-bg: white;--breakdown-bg: #f1f5f9;--highlight-bg: #f0f9ff;--highlight-border: #bae6fd;--active-bg: #f8faff;--slider-bg: #e2e8f0;--error-color: #dc2626;--error-bg: #fef2f2;--success-color: #059669;--warning-color: #d97706}.app.svelte-4npakb{min-height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app-wrapper.svelte-4npakb{transition:margin-right .3s ease}.app-wrapper.panel-open.svelte-4npakb{margin-right:400px}@media (max-width: 1200px){.app-wrapper.panel-open.svelte-4npakb{margin-right:0}}
