/* SmartLife AI + Human Consultant Network */
.consultant-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,rgba(64,223,180,.09),rgba(95,152,255,.08)),var(--panel)}
.consultant-hero h2{font:800 28px Manrope;margin:8px 0}
.consultant-hero p{max-width:760px;color:var(--muted);line-height:1.65}
.ai-human-mark{display:flex;align-items:center;gap:10px;white-space:nowrap}
.ai-human-mark span{display:grid;place-items:center;min-width:68px;height:68px;padding:0 14px;border-radius:22px;background:rgba(64,223,180,.12);border:1px solid rgba(64,223,180,.25);font:800 16px Manrope;color:var(--accent)}
.ai-human-mark span:last-child{background:rgba(95,152,255,.12);border-color:rgba(95,152,255,.25);color:#95b7ff}
.ai-human-mark b{font-size:26px;color:var(--muted)}
.consultant-card{padding:20px;display:flex;flex-direction:column;gap:14px;min-height:340px}
.consultant-head{display:flex;align-items:center;gap:12px}
.consultant-head h3{margin:6px 0 2px;font:800 16px Manrope}
.consultant-head small{color:var(--muted)}
.consultant-avatar{width:52px;height:52px;border-radius:17px;font-size:16px;flex:0 0 auto}
.consultant-card>p{color:var(--muted);font-size:12px;line-height:1.6;margin:0}
.consultant-meta{display:grid;gap:7px;margin-top:auto}
.consultant-meta span{font-size:11px;color:var(--muted);line-height:1.45}
.consultation-item{display:grid;grid-template-columns:90px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}
.consultation-item:last-child{border-bottom:0}
.consultation-item b,.consultation-item small{display:block}
.consultation-item small{color:var(--muted);margin-top:4px}
.consultation-item p{color:var(--muted);line-height:1.55}
.consultation-status{display:inline-flex;align-items:center;justify-content:center;align-self:start;padding:7px 9px;border-radius:999px;background:rgba(255,200,91,.1);color:var(--warn);font-size:10px;font-weight:800;text-transform:uppercase}
.consultation-status.answered{background:rgba(76,224,167,.1);color:var(--success)}
.consultant-response{margin-top:12px;padding:15px;border-radius:14px;background:rgba(64,223,180,.06);border:1px solid rgba(64,223,180,.15)}
.consultant-response>strong{display:block;color:var(--accent);margin-bottom:8px}
.result-box.compact{min-height:0;max-height:320px;margin-top:10px}
.integration-status{display:flex;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid var(--line)}
.integration-status:last-child{border-bottom:0}
.integration-status b,.integration-status small{display:block}
.integration-status small{color:var(--muted);margin-top:3px}
.status-dot{width:12px;height:12px;border-radius:50%;background:var(--danger);box-shadow:0 0 0 5px rgba(255,116,116,.08)}
.status-dot.ready{background:var(--success);box-shadow:0 0 0 5px rgba(76,224,167,.08)}
.status-dot.off{background:var(--muted);box-shadow:none}
.check-row{display:flex;align-items:flex-start;gap:9px;line-height:1.45;color:var(--text)}
.check-row input{margin-top:3px}
code{word-break:break-all;color:var(--accent)}
details summary{cursor:pointer;color:var(--accent);font-weight:700;margin:8px 0}
@media(max-width:820px){.consultant-hero{align-items:flex-start;flex-direction:column}.ai-human-mark{width:100%}.ai-human-mark span{flex:1}.consultation-item{grid-template-columns:1fr}.consultation-status{justify-self:start}}
