.chat-bubble{border-radius:.75rem;padding:.75rem 1rem;max-width:36rem;font-size:1rem;line-height:1.5}.chat-bubble--question{background-color:var(--color-profile-50);color:var(--color-anthracite-700);display:flex;align-items:flex-start;gap:.5rem}.chat-bubble-icon{flex-shrink:0;width:1rem;height:1rem;margin-top:.2rem;color:var(--color-glass-600)}.chat-bubble-icon svg{display:block;width:100%;height:100%}.chat-bubble--narration{background:transparent;font-style:italic;color:var(--color-anthracite-500);padding-left:0;padding-right:0}.chat-bubble--pending{animation:chat-pending-pulse 1.2s ease-in-out infinite}@keyframes chat-pending-pulse{0%,to{opacity:.35}50%{opacity:.8}}.chat-bubble--answer{background-color:var(--color-glass-600);color:#fff;margin-left:auto;white-space:pre-line;line-height:1.7}.chat-bubble--editable{cursor:pointer}.chat-bubble--editable:hover,.chat-bubble--editable:focus-visible{opacity:.85;text-decoration:underline;outline:none}.chat-chips{display:flex;flex-wrap:wrap;gap:.5rem}.chat-freetext{display:flex;gap:.5rem;margin-top:.625rem;max-width:28rem}.chat-freetext input{flex:1 1 auto;border-radius:9999px;border:1px solid var(--color-alu-200);background-color:var(--color-profile-50);padding:.5rem 1rem;font-size:.9375rem;color:var(--color-anthracite-700)}.chat-freetext input:focus{outline:none;border-color:var(--color-glass-600)}.chat-freetext input:disabled{opacity:.6}.chat-freetext button{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;background-color:var(--color-glass-600);color:#fff;transition:background-color .15s}.chat-freetext button:hover{background-color:var(--color-glass-500)}.chat-freetext button:disabled{opacity:.6}.chat-freetext .chat-btn-icon{width:.9rem;height:.9rem}.chat-chip{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--color-alu-200);border-radius:9999px;padding:.625rem 1.25rem;background:#fff;color:var(--color-anthracite-700);font-size:.9375rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s}.chat-chip-icon{flex-shrink:0;width:1rem;height:1rem}.chat-chip-icon svg{display:block;width:100%;height:100%}.chat-chip:hover,.chat-chip--recommended{border-color:var(--color-glass-600);color:var(--color-glass-600)}.chat-chip--current{background-color:var(--color-glass-600);border-color:var(--color-glass-600);color:#fff}.chat-chip--current:hover{background-color:var(--color-glass-500);border-color:var(--color-glass-500);color:#fff}.chat-chip--skip{border-style:dashed;color:var(--color-anthracite-500);font-weight:500;background:transparent}.chat-chip--skip:hover{border-color:var(--color-anthracite-500);color:var(--color-anthracite-700)}.chat-btn-icon{flex-shrink:0;width:1rem;height:1rem}.chat-btn-icon svg{display:block;width:100%;height:100%}.chat-dimensions,.chat-lead-form{display:flex;flex-direction:column;gap:1rem;width:100%}.chat-dimensions{flex-direction:row;gap:.75rem;align-items:flex-end;flex-wrap:wrap}.chat-dimensions label{flex:1 1 10rem}.chat-lead-form-row{display:flex;gap:.75rem;flex-wrap:wrap}.chat-lead-form-row label{flex:1 1 12rem}.chat-dimensions label,.chat-lead-form label{display:block;font-size:.875rem;font-weight:600;color:var(--color-anthracite-700)}.chat-dimensions input,.chat-lead-form input,.chat-lead-form textarea{margin-top:.375rem;width:100%;border-radius:.5rem;border:1px solid var(--color-alu-200);background-color:var(--color-profile-50);padding:.625rem .875rem;font-size:1rem;font-weight:400;color:var(--color-anthracite-700)}.chat-dimensions input:focus,.chat-lead-form input:focus,.chat-lead-form textarea:focus{outline:none;border-color:var(--color-glass-600)}.chat-dimensions button[type=submit],.chat-lead-form button,.chat-items button[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;background-color:var(--color-anthracite-700);padding:.625rem 1.5rem;font-size:1rem;font-weight:700;color:#fff;transition:background-color .15s}.chat-dimensions button[type=submit]:hover,.chat-lead-form button:hover,.chat-items button[type=submit]:hover{background-color:var(--color-anthracite-800)}.chat-lead-form button,.chat-items button[type=submit]{width:100%;padding:.875rem 1.5rem}.chat-lead-form button:disabled{opacity:.6}.chat-items{display:flex;flex-direction:column;gap:.75rem;width:100%}.chat-item-rows{display:flex;flex-direction:column;gap:.5rem}.chat-item-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;background-color:var(--color-profile-50);border:1px solid var(--color-alu-200);border-radius:.5rem;padding:.5rem}.chat-item-row select,.chat-item-row input{border-radius:.375rem;border:1px solid var(--color-alu-200);background-color:#fff;padding:.5rem .625rem;font-size:.9375rem;color:var(--color-anthracite-700)}.chat-item-row select{flex:1 1 8rem}.chat-item-row input{flex:1 1 7rem;min-width:0}.chat-item-row input.chat-item-qty{flex:0 1 4.5rem}.chat-item-row select:focus,.chat-item-row input:focus{outline:none;border-color:var(--color-glass-600)}@media(max-width:640px){.chat-item-row select[name=type]{order:1}.chat-item-row input[name=quantity]{order:2}.chat-item-row .chat-item-remove{order:3}.chat-item-row:after{content:"";order:4;flex-basis:100%}.chat-item-row input[name=width]{order:5}.chat-item-row input[name=height]{order:6;flex:1 1 0}}.chat-item-remove{flex-shrink:0;width:2rem;height:2rem;border-radius:9999px;border:1px solid var(--color-alu-200);background:#fff;color:var(--color-anthracite-500);font-size:1.125rem;line-height:1;cursor:pointer}.chat-item-remove:hover{border-color:#dc2626;color:#dc2626}.chat-item-add{align-self:flex-start;border:1px dashed var(--color-alu-200);border-radius:9999px;padding:.5rem 1.125rem;background:transparent;color:var(--color-anthracite-500);font-size:.9375rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s}.chat-item-add:hover{border-color:var(--color-glass-600);color:var(--color-glass-600)}.chat-item-question{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.chat-honeypot{position:absolute;left:-9999px}.chat-error{color:#dc2626;font-size:.875rem;font-weight:600}.chat-reset{display:block;margin:0 0 1rem auto;background:none;border:none;padding:0;font-size:.875rem;font-weight:600;color:var(--color-anthracite-500);cursor:pointer}.chat-reset:hover{color:var(--color-glass-600)}
