.yws-aihq{width:100%;max-width:1410px;height:var(--yws-h);margin:0 auto;display:grid;grid-template-columns:minmax(0,369px) minmax(0,268px) minmax(0,1fr);gap:var(--yws-gap);box-sizing:border-box;font-family:inherit;color:var(--yws-text)}
.yws-aihq a{color:inherit;text-decoration:none}
.yws-aihq-main,.yws-aihq-agent,.yws-aihq-card{box-sizing:border-box;overflow:hidden;border-radius:var(--yws-radius);position:relative;transition:transform .18s ease,box-shadow .18s ease}
.yws-aihq-main:hover,.yws-aihq-agent:hover,.yws-aihq-card:hover{transform:translateY(-1px);box-shadow:0 5px 18px rgba(0,0,0,.07)}
.yws-aihq-main{background:var(--yws-main-bg);padding:28px 22px 0;display:flex;flex-direction:column}
.yws-aihq-main-head,.yws-aihq-agent-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;position:relative;z-index:2}
.yws-aihq h3{margin:0;font-weight:700;line-height:1.15;color:var(--yws-text)}
.yws-aihq-main h3,.yws-aihq-agent h3{font-size:var(--yws-title)}
.yws-aihq p{margin:8px 0 0;color:var(--yws-desc);font-size:var(--yws-subtitle);line-height:1.2}
.yws-aihq-cta{flex:none;background:var(--yws-button-bg);color:var(--yws-button-color);font-size:var(--yws-button);font-weight:700;padding:13px 25px;border-radius:999px;white-space:nowrap;line-height:1}
.yws-aihq-main-image{margin-top:20px;flex:1;min-height:0;border-radius:13px 13px 0 0;overflow:hidden;background:#ddd}
.yws-aihq-main-image img{width:100%;height:100%;display:block;object-fit:cover}
.yws-aihq-agent{background:var(--yws-agent-bg);padding:30px 22px 18px;display:flex;flex-direction:column}
.yws-aihq-agent h3{font-size:var(--yws-title)}
.yws-aihq-arrow{width:46px;height:46px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;flex:none}
.yws-aihq-chat{margin-top:26px;color:#61708a;font-size:12px;line-height:1.5}
.yws-aihq-chat-chip{background:rgba(255,255,255,.8);border-radius:8px;padding:5px 10px;margin:0 auto 6px;max-width:205px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}
.yws-aihq-chat-card{background:rgba(255,255,255,.78);border-radius:9px;padding:10px 9px;display:flex;gap:8px}
.yws-aihq-mini-icon{width:20px;height:20px;border-radius:5px;background:#111;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:none;font-size:10px}
.yws-aihq-source{padding:8px 9px 0;color:#93a0b5}
.yws-aihq-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:var(--yws-gap)}
.yws-aihq-card{background:var(--yws-small-bg);display:flex;align-items:center;gap:14px;padding:18px 20px}
.yws-aihq-icon{width:40px;height:40px;border-radius:12px;background:#e9e9e9;display:flex;align-items:center;justify-content:center;flex:none;color:#222}
.yws-aihq-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.yws-aihq-card-copy{min-width:0;display:flex;flex-direction:column;gap:7px}
.yws-aihq-card strong{font-size:var(--yws-small-title);line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.yws-aihq-card small{font-size:var(--yws-small-desc);line-height:1.2;color:var(--yws-desc);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (max-width:1100px){
 .yws-aihq{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;}
 .yws-aihq-main,.yws-aihq-agent{min-height:var(--yws-h)}
 .yws-aihq-grid{grid-column:1/-1;min-height:calc((var(--yws-h) - var(--yws-gap))/2)}
}
@media (max-width:700px){
 .yws-aihq{grid-template-columns:1fr;grid-template-rows:auto;gap:12px}
 .yws-aihq-main,.yws-aihq-agent{min-height:210px;padding:22px 18px 0}
 .yws-aihq-grid{grid-column:auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:10px;min-height:0}
 .yws-aihq-card{min-height:88px;padding:14px 12px;gap:10px}
 .yws-aihq-icon{width:36px;height:36px;border-radius:10px}
 .yws-aihq-icon svg{width:20px;height:20px}
 .yws-aihq-main h3,.yws-aihq-agent h3{font-size:22px}
 .yws-aihq-cta{padding:11px 16px}
}
.yws-aihq-icon img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}
.yws-aihq-item-image-preview,.yws-aihq-image-preview{margin-top:8px;width:180px;height:100px;max-width:100%;box-sizing:border-box;overflow:hidden;border:1px solid #ddd;border-radius:8px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;}
.yws-aihq-item-image-preview img{width:40px;height:40px;object-fit:cover;border-radius:10px;display:block}
.yws-aihq-image-preview img{width:100%;height:100%;object-fit:cover;display:block;}
