:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:radial-gradient(circle at 10% 20%,#e8f0ff 0,transparent 25%),radial-gradient(circle at 80% 0%,#f5eaff 0,transparent 30%),radial-gradient(circle at 50% 100%,#e1f5ff 0,transparent 30%),#f8fafc;margin:0;height:100vh;width:100vw}*{box-sizing:border-box}body{margin:0;height:100vh;width:100vw}#root{width:100%;height:100%}.page{max-width:1200px;margin:0 auto;padding:28px 20px 35px;display:flex;flex-direction:column;gap:20px;width:100%;height:-webkit-fill-available;height:-moz-available;height:fill-available;height:stretch;height:-webkit-stretch;height:-moz-stretch}.card{background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 18px 45px #0f172a1a}.header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px}.header-actions{display:flex;align-items:center;gap:10px}.title{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px}.badge{padding:4px 10px;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:600;font-size:12px}.title-sm{font-size:16px;font-weight:700}.link{color:#2563eb;text-decoration:none;font-weight:600}.layout{display:grid;grid-template-columns:2fr 1fr;gap:14px;min-height:0;height:auto;max-height:calc(100vh - 150px);align-items:start}.panel{padding:16px;display:flex;flex-direction:column;gap:12px;min-height:0;max-height:100%;overflow:hidden}.chat-window{flex:1;min-height:0;overflow:auto;padding:4px;display:flex;flex-direction:column;gap:12px}.message{max-width:88%;padding:12px 14px;border-radius:14px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 8px 24px #0f172a14;line-height:1.5;white-space:pre-wrap}.message.assistant{background:linear-gradient(135deg,#eef2ff,#f7f9ff);border-color:#c7d2fe}.message.user{margin-left:auto;background:linear-gradient(135deg,#ecfeff,#f5f3ff);border-color:#22d3ee}.message.system{border-style:dashed;border-color:#cbd5e1;color:#475569}.message-body{display:flex;flex-direction:column;gap:8px}.message-text{white-space:pre-wrap;line-height:1.5}.think-block{border:1px dashed #cbd5e1;background:#f8fafc;border-radius:10px;padding:10px 12px;color:#475569}.think-block summary{cursor:pointer;font-weight:600;color:#2563eb}.think-content{margin:8px 0 0;white-space:pre-wrap;font-family:inherit;font-size:14px;color:#475569}.meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b;margin-bottom:4px}.input-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.textarea{width:100%;min-height:92px;padding:12px;border-radius:12px;border:1px solid #d0d7e2;background:#fff;font-size:15px;resize:vertical;transition:border .2s ease,box-shadow .2s ease,transform .18s ease}.textarea:hover{border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b81f}.textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.input{width:100%;height:40px;padding:10px 12px;border-radius:10px;border:1px solid #d0d7e2;background:#fff;font-size:14px;transition:border .2s ease,box-shadow .2s ease}.input:hover{border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b81f}.input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.button{height:44px;padding:0 16px;border:none;border-radius:12px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-weight:700;cursor:pointer;transition:box-shadow .2s ease,opacity .2s ease,filter .2s ease,transform .18s ease;box-shadow:0 10px 20px #4f46e538}.button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.button:hover:not(:disabled){filter:brightness(1.04);box-shadow:0 12px 24px #4f46e538;transform:translateY(-1px) scale(1.01)}.button:active:not(:disabled){transform:translateY(0) scale(.985);box-shadow:0 8px 18px #4f46e52e}.button.outline{background:#fff;color:#2563eb;border:1px solid #cbd5e1;box-shadow:none}.button.outline:hover:not(:disabled){border-color:#2563eb;box-shadow:0 4px 12px #2563eb26}.button.compact{height:36px;padding:0 12px;font-weight:600}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:12px;background:#f1f5f9;color:#475569}.rag-list{display:flex;flex-direction:column;gap:10px;flex:1;min-height:0;overflow:auto;padding-right:4px}.config-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1 / -1}.label{font-size:13px;color:#475569;font-weight:600}.button-row{display:flex;gap:10px;align-items:center}.link-button{background:none;border:none;color:#2563eb;font-weight:700;cursor:pointer;padding:4px 8px;transition:color .2s ease,transform .18s ease}.link-button:hover{text-decoration:underline;transform:translateY(-1px)}.rag-card{border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;background:#fff;box-shadow:0 4px 12px #0f172a0a;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;width:100%}.rag-card:hover{border-color:#2563eb;box-shadow:0 6px 16px #2563eb24}.rag-card.selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 8px 20px #2563eb2e}.rag-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:6px}.selection-flag{font-size:12px;color:#1d4ed8;background:#e0e7ff;border-radius:999px;padding:4px 8px;line-height:1.2}.rag-title{font-weight:600;margin-bottom:6px;color:#1f2937}.rag-source{font-size:12px;color:#2563eb}.status{font-size:13px;color:#475569}.status.muted{color:#6b7280}.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecdd3;padding:10px 12px;border-radius:12px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a40;display:flex;align-items:center;justify-content:center;padding:16px;z-index:50;animation:modalFadeIn .22s ease forwards}.modal-backdrop.closing{animation:modalFadeOut .2s ease forwards}.modal{width:min(720px,100%);background:#fff;border-radius:18px;border:1px solid #e2e8f0;box-shadow:0 24px 80px #0f172a40;padding:18px;display:flex;flex-direction:column;gap:16px;animation:modalSlideIn .24s ease forwards;will-change:transform,opacity}.modal.closing{animation:modalSlideOut .2s ease forwards}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modalSlideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scale(.98)}}@media (max-width: 1024px){.layout{grid-template-columns:1fr}.panel{height:auto}}
