.vsekh-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.vsekh-card,.vsekh-result,.vsekh-assistant,.vsekh-ai-answer{border:1px solid #ddd;padding:18px;border-radius:12px;background:#fff;margin:18px 0}.vsekh-muted{opacity:.7}.vsekh-search{display:flex;gap:10px;margin:20px 0}.vsekh-search input{flex:1;padding:10px}.vsekh-search button,.vsekh-assistant button{padding:10px 16px}.vsekh-assistant textarea{width:100%;min-height:130px;margin-bottom:12px}.vsekh-answer-text{background:#f8f8f8;padding:14px;border-radius:8px}

.vsekh-answer-header{display:flex;justify-content:space-between;align-items:center;gap:12px}
.vsekh-answer-text{background:#f6f7f7;padding:14px;border:1px solid #dcdcde;border-radius:8px;white-space:pre-wrap}
.vsekh-help{display:inline-flex;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:50%;width:18px;height:18px;text-decoration:none;font-size:12px;cursor:pointer;background:transparent;line-height:1}
.vsekh-source-item{border:1px solid #dcdcde;background:#fff;padding:10px;margin:10px 0;border-radius:8px}
.vsekh-source-explainer{margin-top:10px;background:#f6f7f7;padding:12px;border-radius:8px}
.vsekh-modal{display:none;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.45)}
.vsekh-modal.is-open{display:flex;align-items:center;justify-content:center}
.vsekh-modal-content{position:relative;background:#fff;max-width:620px;width:calc(100% - 40px);padding:24px;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.vsekh-modal-close{position:absolute;top:10px;right:12px;border:0;background:transparent;font-size:26px;cursor:pointer}
