:root{color:#1f2933;background:#f4f7f5;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0}button,textarea{font:inherit}.page-shell{place-items:center;min-height:100vh;padding:32px 16px;display:grid}.chat-card{background:#fff;border:1px solid #d9e2dc;border-radius:16px;flex-direction:column;width:min(100%,820px);height:min(760px,100vh - 64px);min-height:560px;display:flex;overflow:hidden;box-shadow:0 16px 40px #1f293314}.chat-header{border-bottom:1px solid #e8eeea;padding:24px 32px}.header-row{justify-content:space-between;align-items:start;gap:16px;display:flex}.chat-header h1{margin:4px 0 8px;font-size:1.75rem}.chat-header p{color:#52605c;margin:0}.eyebrow,.message-label{color:#247047;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.conversation{flex:1;padding:24px 32px;overflow-y:auto}.empty-state{text-align:center;color:#52605c;margin-top:68px}.examples{gap:8px;max-width:520px;margin:20px auto;display:grid}.examples button{color:#276749;cursor:pointer;text-align:left;background:#f2faf4;border:1px solid #c6e2cf;border-radius:8px;padding:11px 14px}.examples button:hover{background:#e3f5e8}.clear-button{color:#276749;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #b8c9be;border-radius:7px;padding:8px 10px}.clear-button:disabled{color:#9aa8a0;cursor:not-allowed;border-color:#d9e2dc}.messages{gap:20px;display:grid}.message{border-radius:10px;padding:16px}.message>p{white-space:pre-wrap;line-height:1.55}.message-user{background:#eef6f0;margin-left:10%}.message-agent{background:#f7f9f8;margin-right:4%}.message-label{margin-bottom:8px}.answer{color:#24332b;line-height:1.65}.answer>:first-child{margin-top:0}.answer>:last-child{margin-bottom:0}.answer p{margin:0 0 14px}.answer h1,.answer h2,.answer h3{color:#173e2b;margin:24px 0 10px;line-height:1.25}.answer h1{font-size:1.45rem}.answer h2{font-size:1.2rem}.answer h3{font-size:1.05rem}.answer ul,.answer ol{margin:0 0 16px;padding-left:24px}.answer li{margin:6px 0}.answer strong{color:#173e2b}.answer :not(pre)>code{color:#1c5a39;background:#e5eee8;border-radius:4px;padding:2px 5px;font-size:.9em}.answer pre{color:#e6ffed;background:#1f2933;border-left:3px solid #54a26f;margin:16px 0;padding:14px}.answer pre code{color:inherit;background:0 0;padding:0;font-size:.86rem}.typing-indicator{align-items:center;gap:5px;height:28px;display:flex}.typing-indicator span{background:#54a26f;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite typing-dot}.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}@keyframes typing-dot{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.typing-indicator span{animation:none}}.sources{border-top:1px solid #dfe7e2;margin-top:20px;padding-top:16px}.sources ul{color:#52605c;margin:8px 0 0;padding-left:20px}.sources li{margin:6px 0}code{font-size:.85em}.tool-details{border-top:1px solid #dfe7e2;margin-top:20px;padding-top:16px}.tool-details summary{color:#276749;cursor:pointer;font-weight:700}.tool-details section{margin-top:12px}pre{color:#e6ffed;white-space:pre-wrap;background:#1f2933;border-radius:8px;max-height:280px;padding:12px;font-size:.78rem;overflow:auto}.question-form{border-top:1px solid #e8eeea;align-items:center;gap:10px;padding:16px 32px;display:flex}.question-form textarea{resize:none;min-height:44px;max-height:110px;color:inherit;border:1px solid #d0dad3;border-radius:22px;flex:1;padding:11px 16px;line-height:1.35}.question-form textarea:focus{border-color:#0000;outline:2px solid #54a26f}.question-form button{color:#fff;cursor:pointer;background:#247047;border:0;border-radius:22px;padding:10px 16px;font-weight:700}.question-form button:disabled{cursor:not-allowed;background:#9aa8a0}.error{color:#a61b1b;background:#fff0f0;border-radius:8px;padding:12px}@media (max-width:600px){.page-shell{padding:0}.chat-card{border:0;border-radius:0;height:100vh;min-height:100vh}.chat-header,.conversation,.question-form{padding-left:20px;padding-right:20px}.message-user,.message-agent{margin:0}}
