.vehicle-images-field{margin-bottom:2rem;padding:1.5rem;border:1px solid var(--theme-elevation-200);border-radius:6px;background:var(--theme-elevation-50)}.vehicle-images-field__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--theme-elevation-150)}.vehicle-images-field__header h4{margin:0;color:var(--theme-text);font-size:1.125rem;font-weight:600}.vehicle-images-field__info{font-size:.875rem;color:var(--theme-text-secondary);font-family:monospace;background:var(--theme-elevation-100);padding:.25rem .5rem;border-radius:4px}.vehicle-images-field__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;max-height:400px;overflow-y:auto;padding:.5rem}.vehicle-images-field__item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.vehicle-images-field__item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.vehicle-images-field__image-container{position:relative;width:100%;height:200px;overflow:hidden}.vehicle-images-field__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.vehicle-images-field__image:hover{transform:scale(1.05)}.vehicle-images-field__overlay{position:absolute;top:8px;left:8px;background:rgba(0,0,0,.7);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.vehicle-images-field__image-number{font-family:monospace}.vehicle-images-field__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:var(--theme-text-secondary)}.vehicle-images-field__loading p{margin:1rem 0 0;font-size:.875rem}.vehicle-images-field__spinner{width:32px;height:32px;border-top:3px solid var(--theme-elevation-200);border:3px solid var(--theme-elevation-200);border-top-color:var(--theme-success-500);border-radius:50%;animation:spin 1s linear infinite}.vehicle-images-field__error{text-align:center;padding:2rem;color:var(--theme-error-500)}.vehicle-images-field__error p{margin:0 0 1rem}.vehicle-images-field__retry-btn{background:var(--theme-error-500);color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background-color .2s ease}.vehicle-images-field__retry-btn:hover{background:var(--theme-error-600)}.vehicle-images-field__empty{text-align:center;padding:3rem;color:var(--theme-text-secondary)}.vehicle-images-field__empty p{margin:0;font-style:italic}.vehicle-images-field__message{text-align:center;padding:2rem;color:var(--theme-text-secondary)}.vehicle-images-field__message p{margin:0;font-size:.875rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.vehicle-images-field__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.vehicle-images-field__header{flex-direction:column;align-items:flex-start;gap:.5rem}.vehicle-images-field__info{font-size:.75rem}}.authoring-assistant{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.authoring-assistant__header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.authoring-assistant__empty-state h2,.authoring-assistant__header h1,.authoring-assistant__panel-header h2{margin:0 0 .4rem}.authoring-assistant__empty,.authoring-assistant__empty-state p,.authoring-assistant__header p,.authoring-assistant__panel-header p{color:var(--theme-elevation-600);margin:0}.authoring-assistant__header-controls{display:flex;gap:1rem;min-width:22rem}.authoring-assistant__tenant-selector{flex:1}.authoring-assistant__layout{display:grid;gap:1rem;grid-template-columns:320px minmax(0,1fr);min-height:70vh}.authoring-assistant__empty-state,.authoring-assistant__panel,.authoring-assistant__sidebar{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:12px}.authoring-assistant__sidebar{display:flex;flex-direction:column;min-height:0;padding:1rem}.authoring-assistant__sidebar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.authoring-assistant__thread-list{display:flex;flex:1;flex-direction:column;gap:.75rem;overflow:auto}.authoring-assistant__thread{align-items:flex-start;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-150);border-radius:10px;display:flex;flex-direction:column;gap:.35rem;padding:.85rem;text-align:left}.authoring-assistant__thread--selected{background:var(--theme-elevation-100);border-color:var(--theme-success-500)}.authoring-assistant__status,.authoring-assistant__thread small,.authoring-assistant__thread span{color:var(--theme-elevation-650)}.authoring-assistant__main,.authoring-assistant__panel{min-height:0}.authoring-assistant__panel{display:flex;flex-direction:column;gap:1rem;height:100%;padding:1rem}.authoring-assistant__panel-header{align-items:flex-start;display:flex;justify-content:space-between}.authoring-assistant__messages{display:flex;flex:1;flex-direction:column;gap:1rem;min-height:0;overflow:auto}.authoring-assistant__message{border-radius:10px;max-width:88%;padding:.9rem 1rem}.authoring-assistant__message--assistant{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-100)}.authoring-assistant__message--user{align-self:flex-end;background:var(--theme-success-100);border:1px solid var(--theme-success-300)}.authoring-assistant__message-role{color:var(--theme-elevation-600);font-size:.8rem;margin-bottom:.5rem;text-transform:uppercase}.authoring-assistant__message-body{display:flex;flex-direction:column;gap:.75rem}.authoring-assistant__text-part{margin:0;white-space:pre-wrap}.authoring-assistant__tool-part{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:10px;padding:.75rem}.authoring-assistant__tool-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.authoring-assistant__tool-part pre{background:var(--theme-elevation-50);border-radius:8px;margin:.5rem 0 0;overflow:auto;padding:.65rem;white-space:pre-wrap}.authoring-assistant__tool-actions{display:flex;gap:.75rem;margin-top:.75rem}.authoring-assistant__tool-actions .secondary{background:var(--theme-elevation-100);color:var(--theme-text)}.authoring-assistant__composer{display:flex;flex-direction:column;gap:.75rem}.authoring-assistant__composer textarea{background:var(--theme-elevation-0);border:1px solid var(--theme-elevation-150);border-radius:10px;min-height:110px;padding:.85rem 1rem;resize:vertical}.authoring-assistant__composer button,.authoring-assistant__header-controls button,.authoring-assistant__tool-actions button{align-self:flex-start;background:var(--theme-success-500);border:none;border-radius:999px;color:#fff;cursor:pointer;padding:.7rem 1rem}.authoring-assistant__composer button:disabled,.authoring-assistant__header-controls button:disabled{cursor:not-allowed;opacity:.6}.authoring-assistant__empty-state{display:grid;height:100%;min-height:18rem;padding:2rem;place-items:center;text-align:center}.authoring-assistant__error{color:var(--theme-error-500);margin:0}@media(max-width:1100px){.authoring-assistant__header,.authoring-assistant__header-controls{flex-direction:column}.authoring-assistant__header-controls{min-width:0;width:100%}.authoring-assistant__layout{grid-template-columns:1fr}.authoring-assistant__message{max-width:100%}}.chat-dashboard{display:flex;flex-direction:column;height:calc(100vh - 60px);background:var(--theme-elevation-0)}.chat-dashboard--error,.chat-dashboard--loading{display:flex;align-items:center;justify-content:center;height:100%}.chat-dashboard__error,.chat-dashboard__loader{text-align:center;padding:2rem}.chat-dashboard__error h2{color:var(--theme-error-500);margin-bottom:.5rem}.chat-dashboard__header{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--theme-elevation-100);background:var(--theme-elevation-50)}.chat-dashboard__header h1{margin:0;font-size:1.5rem;font-weight:600}.chat-dashboard__tenant-selector{margin-left:auto;min-width:200px}.chat-dashboard__tenant-selector .field-type{margin-bottom:0}.chat-dashboard__tenant-selector .field-type.select .field-label{display:none}.chat-dashboard__tenant-selector .field-type.select .rs__control{min-height:36px}.chat-dashboard__status-tabs{display:flex;align-items:center;gap:.375rem}.chat-dashboard__status-tab{padding:.4rem .8rem;border:1px solid var(--theme-elevation-150);border-radius:9999px;background:var(--theme-elevation-0);color:var(--theme-elevation-600);cursor:pointer;font-size:.8125rem;font-weight:500;transition:all .15s}.chat-dashboard__status-tab:hover{background:var(--theme-elevation-50);color:var(--theme-elevation-800)}.chat-dashboard__status-tab--active{background:var(--theme-elevation-900);border-color:var(--theme-elevation-900);color:#fff}.chat-dashboard__user{font-size:.875rem;color:var(--theme-elevation-500);flex-shrink:0}.chat-dashboard__content{display:flex;flex:1;overflow:hidden}.chat-dashboard__sidebar{width:280px;flex-shrink:0;border-right:1px solid var(--theme-elevation-100);background:var(--theme-elevation-50);overflow-y:auto}.chat-dashboard__main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.chat-dashboard__profile{width:320px;flex-shrink:0;border-left:1px solid var(--theme-elevation-100);background:var(--theme-elevation-0);overflow-y:auto}.chat-dashboard__conversation{display:flex;flex-direction:column;height:100%}.chat-dashboard__empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--theme-elevation-400)}.chat-dashboard__conversation-header{display:flex;align-items:center;justify-content:flex-end;padding:.75rem 1rem;border-bottom:1px solid var(--theme-elevation-100);background:var(--theme-elevation-50)}.chat-dashboard__archived-banner{display:inline-flex;align-items:center;padding:.4rem .75rem;border-radius:9999px;background:var(--theme-warning-100);color:var(--theme-warning-800);font-size:.8125rem;font-weight:600}.chat-dashboard__ai-toggle{display:flex;align-items:center;gap:.75rem}.chat-dashboard__ai-status{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;padding:.375rem .75rem;border-radius:9999px}.chat-dashboard__ai-status.active{background:var(--theme-success-100);color:var(--theme-success-700)}.chat-dashboard__ai-status.paused{background:var(--theme-elevation-150);color:var(--theme-elevation-600)}.chat-dashboard__ai-button{padding:.375rem .75rem;font-size:.8125rem;font-weight:500;border:none;border-radius:.375rem;cursor:pointer;transition:all .15s}.chat-dashboard__ai-button.pause{background:var(--theme-elevation-150);color:var(--theme-elevation-700)}.chat-dashboard__ai-button.pause:hover:not(:disabled){background:var(--theme-elevation-200)}.chat-dashboard__ai-button.resume{background:var(--theme-success-500);color:#fff}.chat-dashboard__ai-button.resume:hover:not(:disabled){background:var(--theme-success-600)}.chat-dashboard__ai-button:disabled{opacity:.6;cursor:not-allowed}.chat-dashboard__reply-wrapper{position:relative}.chat-dashboard__reply-wrapper.disabled .reply-input{opacity:.5;pointer-events:none}.chat-dashboard__read-only-note{padding:.9rem 1rem;border-top:1px solid var(--theme-elevation-100);background:var(--theme-elevation-50);color:var(--theme-elevation-500);font-size:.875rem}.chat-dashboard__ai-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;gap:1rem;background:rgba(var(--theme-elevation-0-rgb,255,255,255),.9);z-index:10;font-size:.875rem;color:var(--theme-elevation-500)}.chat-dashboard__takeover-button{padding:.5rem 1rem;background:var(--theme-elevation-800);color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background-color .15s}.chat-dashboard__takeover-button:hover{background:var(--theme-elevation-900)}.conversation-list{display:flex;flex-direction:column;height:100%}.conversation-list--empty,.conversation-list--loading{display:flex;align-items:center;justify-content:center;height:100%;color:var(--theme-elevation-400);padding:1rem}.conversation-list__header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--theme-elevation-100)}.conversation-list__header h3{margin:0;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-elevation-500)}.conversation-list__count{background:var(--theme-elevation-150);padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.conversation-list__items{flex:1;overflow-y:auto}.conversation-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;background:rgba(0,0,0,0);cursor:pointer;text-align:left;transition:background-color .15s;position:relative}.conversation-item:hover{background:var(--theme-elevation-100)}.conversation-item--selected,.conversation-item--selected:hover{background:var(--theme-elevation-150)}.conversation-item--unread{background:var(--theme-success-50)}.conversation-item--unread:hover{background:var(--theme-success-100)}.conversation-item__avatar{width:40px;height:40px;border-radius:50%;background:var(--theme-elevation-200);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--theme-elevation-600);flex-shrink:0}.conversation-item__avatar--emoji{font-size:1.25rem;background:var(--theme-elevation-100)}.conversation-item__content{flex:1;min-width:0}.conversation-item__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.conversation-item__name{font-weight:500;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-item__time{font-size:.75rem;color:var(--theme-elevation-400);flex-shrink:0}.conversation-item__preview{font-size:.8125rem;color:var(--theme-elevation-500)}.conversation-item__page{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.conversation-item__badge{position:absolute;top:50%;right:1rem;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:var(--theme-success-500)}.message-thread{flex:1;display:flex;flex-direction:column;overflow:hidden}.message-thread--loading{display:flex;align-items:center;justify-content:center;color:var(--theme-elevation-400)}.message-thread__messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.message-thread__empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--theme-elevation-400);text-align:center}.message{display:flex;flex-direction:column;max-width:70%}.message--visitor{align-self:flex-start}.message--visitor .message__bubble{background:var(--theme-elevation-100);border-radius:1rem 1rem 1rem .25rem}.message--agent{align-self:flex-end}.message--agent .message__bubble{background:#4183d7;color:#fff;border-radius:1rem 1rem .25rem 1rem}.message--agent .message__meta{text-align:right}.message--system{align-self:center;max-width:80%}.message--system .message__bubble{background:#65c466;color:#fff;border-radius:.5rem}.message--typing .message__bubble{padding:.75rem 1rem}.message__bubble{padding:.625rem 1rem;word-wrap:break-word}.message__content{white-space:pre-wrap;line-height:1.4}.message__attachment{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem;background:rgba(0,0,0,.1);border-radius:.5rem;font-size:.8125rem}.message__attachment-icon{font-size:1.25rem}.message__attachment-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message__meta{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;padding:0 .25rem;font-size:.75rem;color:var(--theme-elevation-400)}.message__author{font-weight:500}.reply-input{display:flex;gap:.75rem;padding:1rem;border-top:1px solid var(--theme-elevation-100);background:var(--theme-elevation-50)}.reply-input--disabled{opacity:.6}.reply-input__textarea{flex:1;padding:.75rem;border:1px solid var(--theme-elevation-200);border-radius:.5rem;resize:none;font-family:inherit;font-size:.875rem;line-height:1.4;background:var(--theme-elevation-0)}.reply-input__textarea:focus{outline:none;border-color:var(--theme-elevation-400)}.reply-input__textarea:disabled{opacity:.6;cursor:not-allowed}.reply-input__button{padding:.75rem 1.5rem;background:var(--theme-elevation-800);color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .15s;align-self:flex-end}.reply-input__button:hover:not(:disabled){background:var(--theme-elevation-900)}.reply-input__button:disabled{opacity:.6;cursor:not-allowed}.typing-indicator{display:inline-flex;align-items:center;gap:4px}.typing-indicator__dot{width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.4;animation:typing-bounce 1.4s ease-in-out infinite both}.typing-indicator__dot:first-child{animation-delay:-.32s}.typing-indicator__dot:nth-child(2){animation-delay:-.16s}.typing-indicator__dot:nth-child(3){animation-delay:0s}@keyframes typing-bounce{0%,80%,to{transform:scale(.8);opacity:.4}40%{transform:scale(1);opacity:1}}.visitor-profile{display:flex;flex-direction:column;height:100%}.profile-header{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-bottom:1px solid var(--theme-elevation-100)}.profile-header__avatar{width:56px;height:56px;border-radius:50%;background:var(--theme-elevation-200);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.25rem;color:var(--theme-elevation-600);flex-shrink:0}.profile-header__avatar--emoji{font-size:2rem;background:var(--theme-elevation-100)}.profile-header__info{flex:1;min-width:0}.profile-header__name{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-header__chat-id{font-size:.75rem;color:var(--theme-elevation-400);font-family:monospace}.profile-tabs{display:flex;border-bottom:1px solid var(--theme-elevation-100);padding:0 .5rem}.profile-tabs__tab{flex:1;padding:.75rem .5rem;font-size:.75rem;font-weight:500;color:var(--theme-elevation-500);background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);cursor:pointer;transition:all .15s;text-align:center}.profile-tabs__tab:hover{color:var(--theme-elevation-700)}.profile-tabs__tab--active{color:var(--theme-elevation-800);border-bottom-color:var(--theme-elevation-800)}.visitor-profile__content{flex:1;overflow-y:auto;padding:1rem}.overview-tab{display:flex;flex-direction:column;gap:1.25rem}.profile-section__title{margin:0 0 .75rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-elevation-400)}.profile-section__list{margin:0;display:flex;flex-direction:column;gap:.5rem}.profile-section__empty{margin:0;font-size:.8125rem;color:var(--theme-elevation-500)}.profile-section__item{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;font-size:.8125rem}.profile-section__item dt{color:var(--theme-elevation-500);flex-shrink:0}.profile-section__item dd{margin:0;text-align:right;color:var(--theme-elevation-800);word-break:break-word}.profile-section__item--list{flex-direction:column;gap:.25rem}.profile-section__item--list dd{text-align:left;width:100%}.profile-section__id{font-family:monospace;font-size:.6875rem;max-width:150px;overflow:hidden;text-overflow:ellipsis}.profile-section__participants{margin:0;padding-left:1rem;font-size:.8125rem;color:var(--theme-elevation-600)}.profile-section__participants li{margin-bottom:.25rem}.profile-section__participants li:last-child{margin-bottom:0}.placeholder-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;color:var(--theme-elevation-400)}.placeholder-tab__icon{font-size:2.5rem;margin-bottom:1rem;opacity:.5}.placeholder-tab__title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--theme-elevation-500)}.placeholder-tab__message{margin:0;font-size:.875rem}.activity-tab{padding:.75rem}.activity-timeline{display:flex;flex-direction:column}.activity-timeline__item{display:flex;gap:.75rem;min-height:3.5rem}.activity-timeline__marker{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:2rem}.activity-timeline__icon{font-size:1rem;line-height:1.5rem}.activity-timeline__line{width:2px;flex:1;background:var(--theme-elevation-150);margin-top:4px}.activity-timeline__content{display:flex;flex-direction:column;gap:2px;padding-bottom:1rem}.activity-timeline__form{font-size:.8125rem;font-weight:600;color:var(--theme-elevation-800)}.activity-timeline__status{font-size:.75rem;font-weight:500}.activity-timeline__status--presented{color:var(--theme-elevation-500)}.activity-timeline__status--completed{color:#16a34a}.activity-timeline__status--dismissed{color:#dc2626}.activity-timeline__time{font-size:.6875rem;color:var(--theme-elevation-400)}@media(max-width:1024px){.chat-dashboard__profile{display:none}}.color-picker .color-picker-row{margin-top:8px;margin-bottom:8px;display:flex;gap:16px}.color-picker .color-picker-row .field-type{width:100%}.color-picker .color-picker-row input[type=color]{width:40px;height:40px}.color-picker .color-picker-row input[type=text]{width:100%}.slug-field-component .label-wrapper{display:flex;justify-content:space-between;align-items:center}.slug-field-component .lock-button{margin:0;padding-bottom:.3125rem}