*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2563eb;--primary-light:#dbeafe;--bg:#f9fafb;--surface:#fff;--text:#111827;--text-muted:#6b7280;--border:#e5e7eb;--success:#059669;--error:#dc2626;--radius:8px}body{background:#f9fafb;background:var(--bg);color:#111827;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.app{display:flex;flex-direction:column;height:100vh;margin:0 auto;max-width:800px}.app-header{align-items:center;background:#fff;background:var(--surface);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;gap:12px;padding:12px 16px}.app-header h1{font-size:18px;font-weight:700}.app-subtitle{font-size:14px}.app-subtitle,.new-session-btn{color:#6b7280;color:var(--text-muted)}.new-session-btn{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);cursor:pointer;font-size:13px;margin-left:auto;padding:6px 12px}.new-session-btn:hover{background:#f9fafb;background:var(--bg)}.stage-progress{background:#fff;background:var(--surface);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);gap:4px;overflow-x:auto;padding:12px 16px}.stage-progress,.stage-step{align-items:center;display:flex}.stage-step{flex-shrink:0;gap:6px}.stage-step:not(:last-child):after{background:#e5e7eb;background:var(--border);content:"";display:block;height:2px;margin-left:6px;width:24px}.stage-step.done:not(:last-child):after{background:#059669;background:var(--success)}.stage-dot{background:#e5e7eb;background:var(--border);border-radius:50%;flex-shrink:0;height:10px;width:10px}.stage-step.done .stage-dot{background:#059669;background:var(--success)}.stage-step.active .stage-dot{background:#2563eb;background:var(--primary);box-shadow:0 0 0 3px #dbeafe;box-shadow:0 0 0 3px var(--primary-light)}.stage-label{color:#6b7280;color:var(--text-muted);font-size:12px;white-space:nowrap}.stage-step.active .stage-label{color:#2563eb;color:var(--primary);font-weight:600}.stage-step.done .stage-label{color:#059669;color:var(--success)}.chat-container{flex:1 1;overflow-y:auto;padding:16px}.welcome{color:#6b7280;color:var(--text-muted);padding:48px 16px;text-align:center}.welcome h2{color:#111827;color:var(--text);font-size:20px;margin-bottom:8px}.welcome p{margin:0 auto;max-width:400px}.chat-thread{display:flex;flex-direction:column;gap:12px}.chat-message{display:flex}.chat-message.user{justify-content:flex-end}.message-bubble{word-wrap:break-word;border-radius:8px;border-radius:var(--radius);font-size:14px;line-height:1.5;max-width:75%;padding:10px 14px;white-space:pre-wrap}.chat-message.user .message-bubble{background:#2563eb;background:var(--primary);border-bottom-right-radius:2px;color:#fff}.chat-message.assistant .message-bubble{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-bottom-left-radius:2px}.typing-indicator{display:flex;gap:4px;padding:12px 16px}.typing-indicator span{animation:typing-bounce 1.4s ease-in-out infinite;background:#6b7280;background:var(--text-muted);border-radius:50%;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;border-radius:var(--radius);color:#dc2626;color:var(--error);font-size:14px;margin:12px 0;padding:10px 14px}.complete-banner{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;border-radius:var(--radius);margin:16px 0;padding:16px;text-align:center}.complete-banner p{color:#059669;color:var(--success);font-weight:600;margin-bottom:12px}.view-plan-btn{background:#059669;background:var(--success);border:none;border-radius:8px;border-radius:var(--radius);color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px}.view-plan-btn:hover{opacity:.9}.message-input{background:#fff;background:var(--surface);border-top:1px solid #e5e7eb;border-top:1px solid var(--border);display:flex;gap:8px;padding:12px 16px}.message-input input{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);flex:1 1;font-size:14px;outline:none;padding:10px 14px}.message-input input:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 2px #dbeafe;box-shadow:0 0 0 2px var(--primary-light)}.message-input button{background:#2563eb;background:var(--primary);border:none;border-radius:8px;border-radius:var(--radius);color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px}.message-input button:disabled{cursor:not-allowed;opacity:.5}.message-input button:hover:not(:disabled){opacity:.9}.plan-view{background:#f9fafb;background:var(--bg);margin:0 auto;max-width:800px;min-height:100vh;padding:16px}.plan-loading{color:#6b7280;color:var(--text-muted);padding:48px;text-align:center}.plan-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;border-radius:var(--radius);color:#dc2626;color:var(--error);margin-bottom:16px;padding:16px}.plan-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.plan-header h1{flex:1 1;font-size:22px}.plan-back-btn{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);color:#6b7280;color:var(--text-muted);cursor:pointer;font-size:13px;padding:6px 14px}.plan-back-btn:hover{background:#f9fafb;background:var(--bg)}.plan-export-btns{display:flex;gap:8px}.plan-export-btns button{background:#2563eb;background:var(--primary);border:none;border-radius:8px;border-radius:var(--radius);color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px}.plan-export-btns button:disabled{cursor:not-allowed;opacity:.5}.plan-export-btns button:hover:not(:disabled){opacity:.9}.plan-section{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);margin-bottom:16px;padding:20px}.plan-section h2{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);font-size:16px;font-weight:700;margin-bottom:16px;padding-bottom:8px}.plan-hero-metric{background:#dbeafe;background:var(--primary-light);border-radius:8px;border-radius:var(--radius);margin-bottom:16px;padding:20px;text-align:center}.hero-label{color:#6b7280;color:var(--text-muted);display:block;font-size:13px;margin-bottom:4px}.hero-value{color:#2563eb;color:var(--primary);font-size:32px;font-weight:700}.metrics-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.metric-card{background:#f9fafb;background:var(--bg);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius);padding:16px;text-align:center}.metric-label{color:#6b7280;color:var(--text-muted);display:block;font-size:12px;margin-bottom:4px}.metric-value{font-size:24px;font-weight:700}.plan-table{border-collapse:collapse;font-size:14px;width:100%}.plan-table td,.plan-table th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding:8px 12px;text-align:left}.plan-table th{background:#f9fafb;background:var(--bg);color:#6b7280;color:var(--text-muted);font-size:13px;font-weight:600}.plan-table td:not(:first-child){font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.plan-table th:not(:first-child){text-align:right}.plan-table tr.subtotal td{border-top:2px solid #e5e7eb;border-top:2px solid var(--border);font-weight:600}.plan-table tr.total td{background:#f9fafb;background:var(--bg);border-top:2px solid #111827;border-top:2px solid var(--text);font-weight:700}.scenario-table td:first-child,.source-tag{font-weight:500}.source-tag{border-radius:12px;display:inline-block;font-size:12px;padding:2px 8px}.source-tag.user_provided{background:#dbeafe;background:var(--primary-light);color:#2563eb;color:var(--primary)}.source-tag.rag_benchmark{background:#fef3c7;color:#92400e}.source-tag.system_default{background:#f3f4f6;color:#6b7280;color:var(--text-muted)}@media (max-width:600px){.app-header h1{font-size:16px}.app-subtitle{display:none}.stage-label{font-size:11px}.message-bubble{max-width:85%}.plan-header{align-items:flex-start;flex-direction:column}.hero-value{font-size:26px}.metrics-grid{grid-template-columns:1fr}.plan-table{font-size:13px}.plan-table td,.plan-table th{padding:6px 8px}.scenario-table{display:block;overflow-x:auto}}.auth-page{align-items:center;background:#f7f7f9;display:flex;justify-content:center;min-height:100vh;padding:24px}.auth-card{background:#fff;border:1px solid #e6e6ea;border-radius:8px;box-shadow:0 1px 3px #0000000a;max-width:380px;padding:28px 24px;width:100%}.auth-card h1{font-size:20px;margin:0 0 4px}.auth-card h2{color:#555;font-size:15px;font-weight:500;margin:0 0 18px}.auth-form{gap:12px}.auth-form,.auth-form label{display:flex;flex-direction:column}.auth-form label{color:#444;font-size:13px;gap:4px}.auth-form input{border:1px solid #d0d0d6;border-radius:6px;font-size:14px;padding:8px 10px}.auth-form button[type=submit]{background:#1e6fd9;border:0;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;margin-top:8px;padding:10px 14px}.auth-form button[type=submit]:disabled{cursor:not-allowed;opacity:.6}.auth-error{background:#fdecec;border:1px solid #f0c4c4;border-radius:6px;color:#a02828;font-size:13px;padding:8px 10px}.auth-switch{color:#555;font-size:13px;margin-top:14px;text-align:center}.link-btn{background:none;border:0;color:#1e6fd9;cursor:pointer;font:inherit;padding:0;text-decoration:underline}.logout-btn{background:#0000;border:1px solid #d0d0d6;border-radius:6px;cursor:pointer;font-size:13px;margin-left:8px;padding:6px 12px}.logout-btn:hover{background:#f1f1f3}.app-loading{align-items:center;background:#f7f7f9;color:#555;display:flex;flex-direction:column;font-size:14px;gap:16px;justify-content:center;min-height:100vh}.app-loading-spinner{animation:app-loading-spin .7s linear infinite;border:3px solid #d0d0d6;border-radius:50%;border-top-color:#1e6fd9;height:28px;width:28px}@keyframes app-loading-spin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.6b1898e0.css.map*/