.caq-input-row{display:flex;align-items:flex-end;gap:10px;padding:14px 16px;border-top:1px solid var(--p-color-border, #e1e3e5);background:#fff;flex-shrink:0}.caq-input{flex:1;border:1.5px solid var(--p-color-border, #e1e3e5);border-radius:10px;padding:11px 14px;font-size:14px;font-family:inherit;background:#fff;outline:none;resize:none;max-height:120px;line-height:1.5}.caq-input:focus{border-color:#008060}.caq-send{width:40px;height:40px;border-radius:10px;background:#008060;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.caq-send img{flex-shrink:0;width:16px;height:16px;max-width:none;max-height:none;filter:brightness(0) invert(1)}.caq-send:hover:not(:disabled){background:#006e52}.caq-send:disabled{opacity:.4;cursor:default}@media(max-width:480px){.caq-input-row{padding:12px;gap:8px}.caq-input{font-size:16px;padding:11px 12px;min-height:44px;line-height:1.4}.caq-send{width:44px;height:44px;flex-shrink:0}}.caq-panel{background:#fff;border-radius:16px;border:1px solid var(--p-color-border, #e1e3e5);display:flex;flex-direction:column;overflow:hidden;min-height:620px;max-height:76vh;min-width:0}.caq-panel__header{display:flex;align-items:center;gap:12px;padding:22px 24px 16px;border-bottom:1px solid var(--p-color-border, #e1e3e5)}.caq-panel__header img{flex-shrink:0;width:40px;height:40px;max-width:none;object-fit:contain}.caq-panel__title{font-size:22px;font-weight:700;color:var(--p-color-text, #202223)}.caq-messages{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px 24px;display:flex;flex-direction:column;gap:18px}.caq-empty-hint{color:#9ca3af;font-size:13px;text-align:center;margin-top:40px}.caq-row{display:flex;gap:10px;align-items:flex-end}.caq-row--user{justify-content:flex-end}.caq-avatar{width:34px;height:34px;border-radius:50%;border:2px solid #008060;display:flex;align-items:center;justify-content:center;background:#fff}.caq-bubble{max-width:68%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.6;white-space:pre-wrap;word-break:break-word}.caq-bubble--assistant{background:var(--p-color-bg-surface-secondary, #f6f6f7);border:1px solid var(--p-color-border, #e1e3e5);border-bottom-left-radius:4px}.caq-bubble--user{background:#1a4d3a;color:#fff;border-bottom-right-radius:4px}.caq-thinking{display:flex;gap:5px;align-items:center;padding:4px 2px}.caq-dot{width:7px;height:7px;border-radius:50%;background:#6d7175;animation:caq-bounce 1.2s infinite ease-in-out}.caq-dot:nth-child(2){animation-delay:.2s}.caq-dot:nth-child(3){animation-delay:.4s}@keyframes caq-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-6px);opacity:1}}@media(max-width:768px){.caq-panel{min-height:0;height:calc(100dvh - 220px);max-height:calc(100dvh - 220px)}.caq-panel__header{padding:16px 18px 12px}.caq-panel__title{font-size:18px}.caq-messages{padding:16px 18px}.caq-bubble{max-width:82%;font-size:13px}}@media(max-width:480px){.caq-panel{height:calc(100dvh - 200px);max-height:calc(100dvh - 200px);border-radius:12px}.caq-panel__header{padding:14px 14px 10px;gap:8px}.caq-panel__title{font-size:17px}.caq-messages{padding:14px;gap:14px}.caq-bubble{max-width:88%;padding:10px 12px}.caq-avatar{width:32px;height:32px;min-width:32px;min-height:32px}.caq-panel__header img{width:36px;height:36px}}.caq-suggestions__title{font-size:17px;font-weight:700;color:var(--p-color-text, #202223);margin-bottom:14px}.caq-suggestions__list{display:flex;flex-direction:column;gap:10px}.caq-suggestion{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1.5px solid #008060;border-radius:12px;background:#fff;cursor:pointer;text-align:left;width:100%;font-size:14px;color:var(--p-color-text, #202223);line-height:1.4;font-family:inherit}.caq-suggestion:hover{background:#f0faf6;box-shadow:0 2px 8px #0080601a}.caq-suggestion__icon{width:24px;height:24px;border-radius:50%;background:#008060;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;margin-top:1px}.caq-suggestions__empty{text-align:center;color:#6d7175;font-size:13px;padding:16px 10px}@media(max-width:540px){.caq-suggestions__title{font-size:15px;margin-bottom:10px}.caq-suggestion{padding:12px 14px;font-size:13px}}.caq-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start;margin-top:8px}@media(max-width:820px){.caq-page{display:flex;flex-direction:column;min-height:0}.caq-layout{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto;gap:12px;flex:1 1 auto;min-height:0}.caq-layout>:first-child{min-height:0}}@media(max-width:540px){.caq-layout{margin-top:4px}}
