:root{font-family:system-ui,sans-serif;color:#16332b;background:#eef3ef}body{margin:0;min-height:100vh}main{min-height:100vh}form,label{display:grid;gap:.7rem}input,textarea,select,button{box-sizing:border-box;padding:.8rem;border-radius:.6rem;font:inherit}textarea{min-height:6rem;resize:vertical}button{border:0;background:#176b4d;color:#fff;font-weight:700;cursor:pointer}.error{color:#a51d25}.chat-shell{display:grid;grid-template-columns:19rem minmax(0,1fr);min-height:100vh}.sidebar{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background:#16332b;color:#fff}.brand{display:grid;gap:.2rem}.new-conversation{width:100%;background:#e5b75b;color:#173329}.sidebar nav{display:grid;gap:.35rem;overflow:auto;flex:1}.conversation-link{display:grid;gap:.2rem;padding:.75rem;border-radius:.55rem;color:inherit;text-decoration:none}.conversation-link:hover,.conversation-link.active{background:#ffffff20}.conversation-link span,.empty-history{font-size:.85rem;opacity:.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.secondary{background:transparent;border:1px solid #ffffff66}.chat-detail{display:flex;flex-direction:column;max-width:56rem;width:100%;min-height:100vh;margin:auto;padding:clamp(1rem,3vw,2.5rem);box-sizing:border-box}.chat-detail header{padding-bottom:1rem;border-bottom:1px solid #d8e2dc}.chat-detail h1{margin:.15rem 0}.messages{flex:1;display:grid;align-content:start;gap:.75rem;padding:1.5rem 0}.message{max-width:75%;padding:.8rem 1rem;border-radius:1rem;background:#fff;box-shadow:0 2px 8px #16332b12}.message.user{justify-self:end;background:#d9efe3}.message p{margin:0;white-space:pre-wrap}.attachment{display:block;margin-top:.6rem;color:#42544b}.empty-state,.welcome{color:#5d6d65}.welcome{margin:auto;text-align:center}.composer{padding-top:1rem;border-top:1px solid #d8e2dc}.composer details{color:#42544b}.composer details label{margin-top:.6rem}.composer button{justify-self:end}.composer .error{margin:0}.action-list{display:grid;gap:.7rem;margin:0 0 1rem}.action-card{padding:.9rem;border:1px solid #c6d7cc;border-radius:.75rem;background:#fff}.action-card p{margin:.4rem 0}.action-card small{color:#42544b}.action-card.failed{border-color:#c27676}.action-card.executed{border-color:#4d9373}.action-card form{margin-top:.7rem}.action-card button{justify-self:start}.action-proposal{padding:1rem;margin:0 0 1rem;border:1px solid #d8e2dc;border-radius:.75rem;background:#f8fbf9}.action-proposal form{margin-top:.8rem}@media(max-width:700px){.chat-shell{grid-template-columns:1fr}.sidebar{min-height:auto}.sidebar nav{max-height:10rem}.chat-detail{min-height:calc(100vh - 18rem)}.messages{min-height:12rem}.message{max-width:90%}}
