/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
.visible{visibility:visible}.flex{display:flex}.hidden{display:none}.resize{resize:both}*{box-sizing:border-box}body{color:#101828;background:#f4f2ec;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer;color:#101828;background:#ece9df;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}button:hover{filter:brightness(.97)}input,textarea,select{color:#101828;background:#fff;border:1px solid #ded8ca;border-radius:12px;width:100%;padding:11px 12px}textarea{resize:vertical;min-height:88px}label{color:#5f615f;gap:7px;font-size:13px;display:grid}.center{place-items:center;min-height:100vh;display:grid}.shell{flex-direction:column;min-height:100vh;display:flex}.topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10;background:#fffc;border-bottom:1px solid #e4ded1;justify-content:space-between;align-items:center;height:60px;padding:0 18px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:9px;font-weight:800;display:flex}.navBtns{gap:8px;display:flex}.navBtns button{padding:8px 11px}.navBtns .active,.primary{color:#fff;background:#111827}.danger{color:#fff;background:#dc2626}.full{width:100%}.loginPage{background:radial-gradient(circle at top,#e0e7ff,#f4f2ec 45%,#efe7d6);place-items:center;min-height:100vh;padding:20px;display:grid}.loginCard{background:#fff;border:1px solid #e5dfd2;border-radius:28px;gap:16px;width:min(420px,100%);padding:32px;display:grid;box-shadow:0 24px 80px #261e0a1f}.loginCard h1{margin:0;font-size:28px}.loginCard p{color:#667085;margin:0}.logo{color:#fff;background:#111827;border-radius:16px;place-items:center;width:52px;height:52px;display:grid}.errorText{color:#dc2626;font-size:14px}.chatLayout{flex:1;grid-template-columns:260px minmax(0,1fr) 340px;min-height:0;display:grid}.sidebar,.rightPanel{background:#faf8f2;border-right:1px solid #e4ded1;padding:16px;overflow:auto}.rightPanel{border-left:1px solid #e4ded1;border-right:0}.sideTitle{color:#667085;margin:18px 0 8px;font-size:13px;font-weight:700}.chatItem{text-align:left;text-overflow:ellipsis;white-space:nowrap;justify-content:flex-start;width:100%;margin-bottom:8px;overflow:hidden}.chatItem.selected{background:#d9e2ff}.conversation{flex-direction:column;min-width:0;height:calc(100vh - 60px);display:flex}.messages{flex-direction:column;flex:1;gap:14px;padding:22px;display:flex;overflow:auto}.empty{text-align:center;color:#667085;max-width:560px;margin:auto}.empty h2{color:#101828;margin-bottom:8px;font-size:30px}.bubble{white-space:pre-wrap;background:#fff;border:1px solid #e7e1d4;border-radius:18px;max-width:820px;padding:14px 16px;line-height:1.6;box-shadow:0 6px 20px #1414140a}.bubble.user{color:#fff;background:#111827;align-self:flex-end}.bubble.summary{background:#f0fdf4;border-color:#86efac}.bubble.planner,.bubble.clarification{background:#eff6ff;border-color:#bfdbfe}.bubble.error{background:#fef2f2;border-color:#fecaca}.bubbleName{opacity:.8;margin-bottom:6px;font-size:13px;font-weight:800}.composer{background:#faf8f2f0;border-top:1px solid #e4ded1;gap:10px;padding:12px 18px 16px;display:grid}.composerActions{justify-content:flex-end;display:flex}.controls{grid-template-columns:150px repeat(3,1fr);align-items:end;gap:8px;display:grid}.controls input{padding:8px}.controlToggle{justify-content:space-between;width:100%;padding:8px 12px;font-size:13px;display:none}.modeLabel{font-weight:700}.toggleIcon{opacity:.5;font-size:11px}.rightPanel h3{margin:8px 0 10px}.finalBox,.planBox{white-space:pre-wrap;color:#344054;background:#fff;border:1px solid #e7e1d4;border-radius:16px;min-height:140px;max-height:38vh;padding:13px;line-height:1.55;overflow:auto}.planBox{font-size:12px}.rowBtns,.cardBtns{flex-wrap:wrap;gap:8px;margin:10px 0;display:flex}.buttonLike{color:#101828;background:#ece9df;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;text-decoration:none;display:inline-flex}.page{width:100%;max-width:1180px;margin:0 auto;padding:24px}.page.narrow{gap:14px;max-width:680px;display:grid}.pageHeader{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.agentGrid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;display:grid}.agentCard{background:#fff;border:1px solid #e7e1d4;border-radius:20px;padding:16px;box-shadow:0 10px 30px #1414140a}.agentAvatar{color:#fff;border-radius:14px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.agentCard h3{margin:12px 0 6px}.agentCard p{color:#667085;min-height:42px;font-size:14px}.modal{z-index:20;background:#1018286b;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modalCard{background:#fff;border-radius:24px;gap:12px;width:min(620px,100%);max-height:90vh;padding:22px;display:grid;overflow:auto}.hint,.status{color:#667085}@media (width<=980px){.chatLayout{grid-template-columns:1fr}.sidebar,.rightPanel{display:none}.conversation{height:calc(100vh - 60px)}.controlToggle{display:flex}.controls{display:none}.controls.expanded{grid-template-columns:1fr 1fr;display:grid}.navBtns button{gap:0;font-size:0}.navBtns button:first-child{font-size:14px}}@media (width<=560px){.topbar{padding:0 10px}.brand{font-size:15px}.messages{padding:14px 10px}.bubble{max-width:94%}.composer{padding:10px}.controls.expanded{grid-template-columns:1fr}.page{padding:14px}}
