.smart-chat-container[data-astro-cid-ci2qdbdw]{max-width:1200px;margin:0 auto;padding:20px}.chat-header[data-astro-cid-ci2qdbdw]{text-align:center;margin-bottom:30px}.chat-header[data-astro-cid-ci2qdbdw] h1[data-astro-cid-ci2qdbdw]{color:#2563eb;margin-bottom:10px}.chat-header[data-astro-cid-ci2qdbdw] p[data-astro-cid-ci2qdbdw]{color:#6b7280;font-size:1.1em}.chat-controls[data-astro-cid-ci2qdbdw]{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.control-group[data-astro-cid-ci2qdbdw]{display:flex;flex-direction:column;gap:8px}.control-group[data-astro-cid-ci2qdbdw] label[data-astro-cid-ci2qdbdw]{display:flex;align-items:center;gap:8px;font-weight:500;color:#374151}.control-group[data-astro-cid-ci2qdbdw] input[data-astro-cid-ci2qdbdw][type=checkbox]{width:18px;height:18px}.control-group[data-astro-cid-ci2qdbdw] input[data-astro-cid-ci2qdbdw][type=range]{flex:1}.control-group[data-astro-cid-ci2qdbdw] input[data-astro-cid-ci2qdbdw][type=number]{width:80px;padding:4px 8px;border:1px solid #d1d5db;border-radius:4px}.chat-messages[data-astro-cid-ci2qdbdw]{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:20px;min-height:150px;max-height:300px;overflow-y:auto}.message[data-astro-cid-ci2qdbdw]{margin-bottom:15px;padding:12px 16px;border-radius:8px;line-height:1.5}.message[data-astro-cid-ci2qdbdw].user{background:#3b82f6;color:#fff;margin-left:20%}.message[data-astro-cid-ci2qdbdw].assistant{background:#f1f5f9;color:#374151;margin-right:20%}.message[data-astro-cid-ci2qdbdw].system{background:#fef3c7;color:#92400e;text-align:center;font-style:italic}.chat-input-container[data-astro-cid-ci2qdbdw]{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:20px}.input-wrapper[data-astro-cid-ci2qdbdw]{display:flex;gap:10px;align-items:flex-end}.input-wrapper[data-astro-cid-ci2qdbdw] textarea[data-astro-cid-ci2qdbdw]{flex:1;padding:12px;border:1px solid #d1d5db;border-radius:8px;resize:vertical;font-family:inherit;font-size:1em}.send-button[data-astro-cid-ci2qdbdw]{padding:12px 24px;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background .2s}.send-button[data-astro-cid-ci2qdbdw]:hover{background:#1d4ed8}.send-button[data-astro-cid-ci2qdbdw]:disabled{background:#9ca3af;cursor:not-allowed}.example-hint[data-astro-cid-ci2qdbdw]{margin-top:10px;font-size:.9em;color:#6b7280;font-style:italic}.results-container[data-astro-cid-ci2qdbdw]{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.result-item[data-astro-cid-ci2qdbdw]{margin-bottom:12px;animation:slideIn .3s ease-out}.result-card[data-astro-cid-ci2qdbdw]{min-width:0;max-width:100%;background:var(--card-bg, #fff);border:1px solid var(--border, #e2e8f0);border-radius:12px;padding:12px;box-shadow:0 2px 4px #0000000d;overflow:hidden;box-sizing:border-box;transition:all .2s ease}.result-card[data-astro-cid-ci2qdbdw]:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.result-header[data-astro-cid-ci2qdbdw]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;border-bottom:1px solid var(--border, #e2e8f0);padding-bottom:8px}.product-name[data-astro-cid-ci2qdbdw]{font-size:.95rem;font-weight:700;color:var(--text-primary, #1e293b);line-height:1.3}.status-badge[data-astro-cid-ci2qdbdw]{font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:99px;text-transform:uppercase;white-space:nowrap}.status-badge[data-astro-cid-ci2qdbdw].success{background:#dcfce7;color:#166534}.status-badge[data-astro-cid-ci2qdbdw].error{background:#fee2e2;color:#991b1b}.result-grid[data-astro-cid-ci2qdbdw]{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:12px}@media(min-width:768px){.result-grid[data-astro-cid-ci2qdbdw]{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}}.info-group[data-astro-cid-ci2qdbdw] label[data-astro-cid-ci2qdbdw]{display:block;font-size:.65rem;color:var(--text-secondary, #6b7280);text-transform:uppercase;font-weight:700;margin-bottom:2px}.info-group[data-astro-cid-ci2qdbdw] p[data-astro-cid-ci2qdbdw]{font-weight:600;font-size:.8rem;margin:0;color:var(--text-primary, #374151);word-break:break-word;overflow-wrap:break-word}.result-actions[data-astro-cid-ci2qdbdw]{display:flex;gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid var(--border, #e2e8f0)}.action-btn[data-astro-cid-ci2qdbdw]{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--bg-secondary, #f3f4f6);border:1px solid var(--border, #d1d5db);border-radius:6px;cursor:pointer;font-size:.8em;font-weight:500;transition:all .2s ease}.action-btn[data-astro-cid-ci2qdbdw]:hover{background:#e5e7eb;transform:translateY(-1px)}.feedback-btn[data-astro-cid-ci2qdbdw]:hover,.copy-btn[data-astro-cid-ci2qdbdw]:hover{background:#dbeafe;border-color:#a78bfa}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal[data-astro-cid-ci2qdbdw]{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:#00000080;justify-content:center;align-items:center}.modal-content[data-astro-cid-ci2qdbdw]{background-color:#fff;padding:20px;border:1px solid #888;width:90%;max-width:500px;max-height:80vh;border-radius:12px;box-shadow:0 4px 20px #0000004d;overflow-y:auto;position:relative}.modal-header[data-astro-cid-ci2qdbdw]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e2e8f0}.modal-header[data-astro-cid-ci2qdbdw] h3[data-astro-cid-ci2qdbdw]{color:#1e293b;margin:0}.close-btn[data-astro-cid-ci2qdbdw]{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280}.modal-footer[data-astro-cid-ci2qdbdw]{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:15px;border-top:1px solid #e2e8f0}.feedback-form[data-astro-cid-ci2qdbdw]{display:flex;flex-direction:column;gap:15px}.feedback-form[data-astro-cid-ci2qdbdw] label[data-astro-cid-ci2qdbdw]{display:block;margin-bottom:8px;font-weight:500;color:#374151}.feedback-form[data-astro-cid-ci2qdbdw] select[data-astro-cid-ci2qdbdw],.feedback-form[data-astro-cid-ci2qdbdw] textarea[data-astro-cid-ci2qdbdw]{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:1em}.rating-stars[data-astro-cid-ci2qdbdw]{display:flex;gap:8px;margin:15px 0}.star[data-astro-cid-ci2qdbdw]{font-size:28px;cursor:pointer;color:#d1d5db;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.star[data-astro-cid-ci2qdbdw]:hover,.star[data-astro-cid-ci2qdbdw].active{color:#fbbf24;transform:scale(1.1)}.btn-primary[data-astro-cid-ci2qdbdw]{padding:10px 20px;background:#2563eb;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500}.btn-primary[data-astro-cid-ci2qdbdw]:hover{background:#1d4ed8}.btn-secondary[data-astro-cid-ci2qdbdw]{padding:10px 20px;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:500}.btn-secondary[data-astro-cid-ci2qdbdw]:hover{background:#e5e7eb}.no-results[data-astro-cid-ci2qdbdw]{text-align:center;padding:40px;color:#6b7280}.dark .smart-chat-container[data-astro-cid-ci2qdbdw]{background:#0f172a;color:#f1f5f9}.dark .chat-header[data-astro-cid-ci2qdbdw] h1[data-astro-cid-ci2qdbdw]{color:#60a5fa}.dark .chat-header[data-astro-cid-ci2qdbdw] p[data-astro-cid-ci2qdbdw]{color:#94a3b8}.dark .chat-controls[data-astro-cid-ci2qdbdw]{background:#1e293b;border-color:#334155}.dark .control-group[data-astro-cid-ci2qdbdw] label[data-astro-cid-ci2qdbdw]{color:#e2e8f0}.dark .control-group[data-astro-cid-ci2qdbdw] select[data-astro-cid-ci2qdbdw],.dark .control-group[data-astro-cid-ci2qdbdw] input[data-astro-cid-ci2qdbdw][type=range]{background:#0f172a;border-color:#475569}.dark .chat-messages[data-astro-cid-ci2qdbdw]{background:#1e293b;border-color:#334155}.dark .message[data-astro-cid-ci2qdbdw].user{background:#3b82f6;color:#fff}.dark .message[data-astro-cid-ci2qdbdw].assistant{background:#334155;color:#f1f5f9}.dark .message[data-astro-cid-ci2qdbdw].system{background:#451a03;color:#fbbf24}.dark .chat-input-container[data-astro-cid-ci2qdbdw]{background:#1e293b;border-color:#334155}.dark .input-wrapper[data-astro-cid-ci2qdbdw] textarea[data-astro-cid-ci2qdbdw]{background:#0f172a;border-color:#475569;color:#f1f5f9}.dark .send-button[data-astro-cid-ci2qdbdw]{background:#3b82f6}.dark .send-button[data-astro-cid-ci2qdbdw]:hover{background:#2563eb}.dark .results-container[data-astro-cid-ci2qdbdw]{background:#1e293b;border-color:#334155}.dark .result-card[data-astro-cid-ci2qdbdw]{background:#334155;border-color:#475569}.dark .product-name[data-astro-cid-ci2qdbdw]{color:#f1f5f9}.dark .info-group[data-astro-cid-ci2qdbdw] p[data-astro-cid-ci2qdbdw]{color:#e2e8f0}.dark .info-group[data-astro-cid-ci2qdbdw] label[data-astro-cid-ci2qdbdw]{color:#94a3b8}.dark .feedback-btn[data-astro-cid-ci2qdbdw]{background:#475569;border-color:#64748b;color:#e2e8f0}.dark .feedback-btn[data-astro-cid-ci2qdbdw]:hover{background:#64748b}.dark .modal-content[data-astro-cid-ci2qdbdw]{background:#1e293b;color:#f1f5f9}.dark .modal-header[data-astro-cid-ci2qdbdw]{border-bottom-color:#334155}.dark .modal-footer[data-astro-cid-ci2qdbdw]{border-top-color:#334155}.dark .feedback-form[data-astro-cid-ci2qdbdw] label[data-astro-cid-ci2qdbdw]{color:#e2e8f0}.dark .feedback-form[data-astro-cid-ci2qdbdw] select[data-astro-cid-ci2qdbdw],.dark .feedback-form[data-astro-cid-ci2qdbdw] textarea[data-astro-cid-ci2qdbdw]{background:#0f172a;border-color:#475569;color:#f1f5f9}@media(max-width:768px){.smart-chat-container[data-astro-cid-ci2qdbdw]{padding:10px}.chat-controls[data-astro-cid-ci2qdbdw]{grid-template-columns:1fr}.input-wrapper[data-astro-cid-ci2qdbdw]{flex-direction:column}.result-details[data-astro-cid-ci2qdbdw]{grid-template-columns:1fr}}
