:root{color:#172026;background:#f4f6f5;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button{cursor:pointer}.shell{grid-template-columns:340px 1fr;min-height:100vh;display:grid}.sidebar{background:#fff;border-right:1px solid #d8dfdc;flex-direction:column;gap:16px;padding:20px;display:flex}.brand,.detailHeader,.cardFooter{justify-content:space-between;align-items:center;gap:12px;display:flex}h1,h2,h3{letter-spacing:0;margin:0}h1{font-size:24px}h2{font-size:22px}h3{font-size:18px}.brand span,.progress{color:#66736f;font-size:13px}.iconButton,.iconText,.primary,.logout{color:#172026;background:#fff;border:1px solid #cbd5d1;border-radius:8px;min-height:36px}.iconButton{place-items:center;width:38px;display:grid}.iconText,.logout{justify-content:center;align-items:center;gap:8px;padding:8px 12px;display:inline-flex}.primary{color:#fff;background:#245f73;border-color:#245f73;padding:10px 14px}.leadList{gap:8px;display:grid;overflow-y:auto}.leadRow{text-align:left;background:#f7f9f8;border:1px solid #0000;border-radius:8px;grid-template-columns:1fr auto;gap:6px 10px;width:100%;padding:12px;display:grid}.leadRow.active{background:#eef7f5;border-color:#245f73}.leadName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.status{color:#42504c;white-space:nowrap;background:#e7ece9;border-radius:999px;justify-content:center;align-items:center;padding:5px 8px;font-size:12px;line-height:1;display:inline-flex}.status-completed,.status-accepted{color:#235d36;background:#dff0e2}.status-needs_review,.status-needs_clarification{color:#7a4b00;background:#f8e8c9}.status-revoked{color:#8a2d1c;background:#f4d7d0}.content{padding:24px;overflow:auto}.leadDetail{gap:20px;display:grid}.detailHeader{border-bottom:1px solid #d8dfdc;padding-bottom:16px}.actions{gap:8px;display:flex}.answerGrid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:14px;display:grid}.answerCard{background:#fff;border:1px solid #d8dfdc;border-radius:8px;gap:10px;padding:14px;display:grid}.answerCard header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.answerCard strong{font-size:14px;line-height:1.35}label{color:#4b5a55;gap:6px;font-size:13px;display:grid}input,textarea{color:#172026;background:#fff;border:1px solid #cbd5d1;border-radius:8px;width:100%;padding:10px 12px}textarea{resize:vertical;min-height:132px;line-height:1.45}.check{grid-auto-flow:column;align-items:center;gap:8px;display:inline-flex}.check input{width:16px;height:16px}.messages{gap:10px;display:grid}.message{background:#fff;border-left:3px solid #cbd5d1;padding:10px 12px}.message.user{border-color:#245f73}.message.bot{border-color:#7a5d2a}.message span{color:#66736f;font-size:12px}.message p{white-space:pre-wrap;margin:4px 0 0}.loginPage{place-items:center;min-height:100vh;padding:24px;display:grid}.loginBox{background:#fff;border:1px solid #d8dfdc;border-radius:8px;gap:14px;width:min(420px,100%);padding:24px;display:grid}.error,.warning{border-radius:8px;padding:10px 12px}.error{color:#8a2d1c;background:#f4d7d0}.warning{color:#7a4b00;background:#f8e8c9;font-size:13px}.empty{color:#66736f;place-items:center;min-height:60vh;display:grid}@media (width<=860px){.shell{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #d8dfdc;border-right:0;min-height:auto}.answerGrid{grid-template-columns:1fr}}
