:root{color:#0f172a;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f8fafc}main.app{padding:2rem;display:grid;gap:1.5rem;min-height:100vh}.chat-panel,.info-panel{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 20px 45px #0f172a14}.info-panel{display:none}.chat-panel header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.chat-panel header .subtitle{margin:.25rem 0 0;color:#64748b;font-size:.9rem}.status{font-size:.9rem;color:#2563eb}.chat-panel button,.composer button{border:none;background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:999px;cursor:pointer;font-weight:600}.chat-panel button:disabled{opacity:.6;cursor:not-allowed}.messages{border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;height:420px;overflow-y:auto;margin-bottom:1rem;background:#fefefe}.exchange+.exchange{margin-top:.75rem}.bubble{border-radius:1rem;padding:.75rem 1rem;margin:0;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 8px 30px #0f172a14}.bubble+.bubble{margin-top:.75rem}.bubble .label{font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.bubble p{margin:0;line-height:1.6}.bubble time{font-size:.8rem;color:#94a3b8}.bubble.question{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.bubble.answer{background:linear-gradient(135deg,#ecfccb,#d9f99d)}.composer{display:flex;flex-direction:column;gap:.75rem}textarea{border-radius:.75rem;border:1px solid #d0d7e2;padding:.75rem;resize:vertical;font-size:1rem}.error{color:#b91c1c;margin-top:.5rem}.empty{color:#94a3b8;text-align:center;margin:2rem 0}.info-panel ul{padding-left:1rem;line-height:1.8}.info-panel pre{background:#0f172a;color:#f8fafc;padding:.75rem 1rem;border-radius:.75rem;overflow-x:auto}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#dbeafe,#e2e8f0 55%)}a{color:inherit}#root{min-height:100vh}
