@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#25332b;background:#f5f2eb;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 12% 0,#dcebdc 0,transparent 34%),#f5f2eb;min-height:100vh}button,textarea{font:inherit}.large{font-size:120%}.contrast{filter:contrast(1.25)}header{height:88px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9ddd4;background:#fff9}.brand{display:flex;align-items:center;gap:12px}.brand strong{display:block;font-size:23px}.brand span{display:block;color:#647169;font-size:13px}.logo{display:grid;place-items:center;width:49px;height:49px;border-radius:16px;background:#276446;color:#fff}.controls{display:flex;gap:8px}.controls button{border:1px solid #d6ded7;background:#fff;border-radius:12px;padding:10px 13px;color:#354b3e;display:flex;gap:7px;align-items:center}.controls svg{width:18px}main{width:min(1120px,calc(100% - 32px));margin:38px auto 24px;display:grid;grid-template-columns:360px 1fr;gap:30px}.eyebrow{display:inline-flex;align-items:center;gap:7px;color:#286746;background:#dfeee1;padding:8px 12px;border-radius:99px;font-weight:700;font-size:13px}.intro h1{font-size:44px;line-height:1.08;margin:20px 0 12px;letter-spacing:-1.8px}.intro>p{font-size:18px;line-height:1.6;color:#667169}.suggestions{display:grid;gap:10px;margin-top:28px}.suggestions button{text-align:left;border:1px solid #d8ded6;border-radius:16px;background:#fff;padding:16px;display:flex;gap:12px;color:#34443a;cursor:pointer;box-shadow:0 4px 18px #394c3c0a}.suggestions button:hover{border-color:#63a477;transform:translateY(-1px)}.suggestions svg{color:#397d51;min-width:21px}.chat{background:#fff;border:1px solid #dce1da;border-radius:24px;box-shadow:0 18px 60px #30433512;overflow:hidden}.messages{height:520px;overflow-y:auto;padding:25px}.message{display:flex;gap:10px;margin-bottom:22px}.message.user{flex-direction:row-reverse}.avatar{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;border-radius:13px;background:#e3eee4;color:#286747;font-size:12px;font-weight:800}.user .avatar{background:#e9e5dd;color:#555}.bubble{max-width:82%}.answer{padding:14px 17px;border-radius:6px 18px 18px;background:#f1f5f0;line-height:1.55;white-space:pre-wrap}.user .answer{background:#2d6746;color:#fff;border-radius:18px 6px 18px 18px}details{background:#fbfaf5;border:1px solid #e4e7df;border-radius:14px;padding:10px 13px;margin-bottom:8px}summary{cursor:pointer;font-weight:700;color:#526259;font-size:13px}.timeline{list-style:none;margin:10px 0 0;padding:0}.timeline li{display:flex;gap:9px;padding:7px 0;color:#607068}.timeline svg{width:17px;color:#3a8759}.timeline small{display:block;color:#7a867e}.timeline b{font-size:13px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}form{border-top:1px solid #e1e5df;padding:18px 22px;background:#fdfcf9}form>label{font-weight:700;font-size:13px}.composer{display:flex;gap:10px;margin:7px 0}.composer textarea{width:100%;resize:none;border:1px solid #ccd5cc;border-radius:14px;padding:13px 15px;outline:none}.composer textarea:focus{border-color:#3d8057;box-shadow:0 0 0 3px #dcecdf}.composer button{width:54px;border:0;border-radius:14px;background:#286b47;color:#fff;cursor:pointer}.composer button:disabled{opacity:.45}form>small{color:#7b837e}footer{text-align:center;color:#626e66;padding:12px 20px 30px}@media(max-width:800px){header{height:auto;padding:14px 18px}.controls button{font-size:0}.controls svg{margin:0}main{grid-template-columns:1fr;margin-top:22px}.intro h1{font-size:36px}.suggestions{grid-template-columns:1fr}.chat{border-radius:18px}.messages{height:48vh;padding:16px}.bubble{max-width:88%}}.knowledge{background:#fff;border:1px solid #dce1da;border-radius:24px;padding:20px;box-shadow:0 18px 60px #30433512;align-self:start}.knowledge-heading span{font-size:12px;font-weight:800;color:#397d51;text-transform:uppercase}.knowledge-heading h2{font-size:20px;margin:4px 0}.knowledge-heading small{color:#77837b}.knowledge svg{width:100%;margin-top:8px}.knowledge line{stroke:#c4d4c7;stroke-width:2}.knowledge>svg>g>text{font-size:8px;fill:#809087;text-anchor:middle}.knowledge .node circle{fill:#e1eee3;stroke:#65a578;stroke-width:2}.knowledge .node.person circle{fill:#286b47}.knowledge .node.assistant circle{fill:#f1bb68}.knowledge .node text{font-size:10px;font-weight:800;text-anchor:middle;fill:#264331}.knowledge .node.person text{fill:#fff}.knowledge>p{text-align:center;color:#718078;font-size:13px}@media(min-width:1200px){main{width:min(1450px,calc(100% - 32px));grid-template-columns:300px minmax(520px,1fr) 340px}}@media(max-width:1199px){.knowledge{grid-column:2}}@media(max-width:800px){.knowledge{grid-column:1}}
