:root{--ewdf-primary:#006a5c;--ewdf-accent:#ed5e40;--ewdf-border:#dce9e5;--ewdf-soft:#f5faf8;--ewdf-text:#1f2d2a;--ewdf-muted:#667975;--ewdf-shadow:0 12px 36px rgba(0,0,0,.12)}
.ewdf-root,.ewdf-root *{box-sizing:border-box}
.ewdf-root{font-family:Montserrat,Arial,sans-serif;color:var(--ewdf-text)}
.ewdf-mode-bubble{position:fixed;right:18px;bottom:18px;z-index:99998}
.ewdf-bubble-toggle{display:inline-flex;align-items:center;gap:10px;border:0;background:var(--ewdf-primary);color:#fff;padding:12px 16px;border-radius:999px;box-shadow:var(--ewdf-shadow);cursor:pointer;font:inherit;font-weight:700}
.ewdf-panel,.ewdf-inline-card{width:min(560px,calc(100vw - 24px));background:#fff;border:1px solid var(--ewdf-border);border-radius:22px;box-shadow:var(--ewdf-shadow);overflow:hidden;display:flex;flex-direction:column;max-height:min(84vh,780px)}
.ewdf-inline-card{max-height:none;overflow:visible;width:100%;max-width:1120px;min-width:0}
.ewdf-panel{position:absolute;right:0;bottom:66px}
.ewdf-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 18px 14px;border-bottom:1px solid var(--ewdf-border);background:#fff;flex:0 0 auto}.ewdf-header-main{display:flex;align-items:flex-start;gap:12px;min-width:0}.ewdf-header-copy{min-width:0}.ewdf-header-logo{width:34px;height:34px;flex:0 0 34px;display:block;margin-top:1px;object-fit:contain}
.ewdf-title{margin:0;color:var(--ewdf-text);font-size:18px;line-height:1.2;font-weight:800}
.ewdf-subtitle{margin:6px 0 0;color:var(--ewdf-muted);font-size:13px;line-height:1.4}
.ewdf-close{border:0;background:transparent;color:var(--ewdf-muted);cursor:pointer;padding:2px;font-size:18px;line-height:1}
.ewdf-body{padding:16px;background:#fff;display:flex;flex-direction:column;min-height:0;overflow:auto}
.ewdf-inline-body{gap:14px;overflow:visible}
.ewdf-messages{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-height:100px;overflow-y:auto;padding-right:2px;min-width:0}
.ewdf-inline-messages{min-height:0;max-height:none;overflow:visible}
.ewdf-message{display:flex}.ewdf-message-user{justify-content:flex-end}
.ewdf-message-content{max-width:86%;padding:12px 14px;border-radius:16px;font-size:14px;line-height:1.55;word-break:break-word;overflow-wrap:anywhere}
.ewdf-message-assistant .ewdf-message-content{background:var(--ewdf-soft);border:1px solid var(--ewdf-border)}
.ewdf-message-user .ewdf-message-content{background:#76c9ba;color:#18332e;font-weight:700;border:1px solid rgba(0,106,92,.18)}.ewdf-message-user .ewdf-message-content p,.ewdf-message-user .ewdf-message-content span,.ewdf-message-user .ewdf-message-content strong{color:#18332e}
.ewdf-inline-messages .ewdf-message-assistant .ewdf-message-content{max-width:100%}
.ewdf-message-content p{margin:0}
.ewdf-message-typing .ewdf-message-content{display:inline-flex;gap:6px;align-items:center}
.ewdf-message-typing .ewdf-message-content span{width:8px;height:8px;border-radius:50%;background:var(--ewdf-primary);opacity:.45;animation:ewdf-bounce 1s infinite ease-in-out}
.ewdf-message-typing .ewdf-message-content span:nth-child(2){animation-delay:.15s}.ewdf-message-typing .ewdf-message-content span:nth-child(3){animation-delay:.3s}
@keyframes ewdf-bounce{0%,80%,100%{transform:translateY(0);opacity:.35}40%{transform:translateY(-4px);opacity:.9}}
.ewdf-chat-box{flex:0 0 auto}
.ewdf-input-row{display:flex;gap:8px;align-items:flex-end}
.ewdf-input-row-inline{align-items:center}
.ewdf-input{flex:1;min-height:48px;max-height:120px;resize:vertical;border:1px solid var(--ewdf-border);border-radius:14px;padding:12px 14px;font:inherit;color:var(--ewdf-text);outline:none;background:#fff;min-width:0}
.ewdf-input-inline{min-height:42px;padding:10px 14px;resize:none}
.ewdf-input:focus,.ewdf-contact-input:focus{border-color:var(--ewdf-primary);box-shadow:0 0 0 3px rgba(0,106,92,.08)}
.ewdf-send,.ewdf-contact-submit{border:0;background:var(--ewdf-primary);color:#fff;border-radius:14px;cursor:pointer;font:inherit;font-weight:700;transition:transform .15s ease,opacity .15s ease}
.ewdf-send{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 48px}
.ewdf-send:disabled,.ewdf-contact-submit:disabled{opacity:.6;cursor:default;transform:none}
.ewdf-send:hover,.ewdf-contact-submit:hover{transform:translateY(-1px);opacity:.95}
.ewdf-secondary{margin-top:12px;flex:0 0 auto}
.ewdf-secondary-link{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:var(--ewdf-primary);cursor:pointer;padding:0;font:inherit;font-size:14px;font-weight:700;text-decoration:none}
.ewdf-secondary-hint,.ewdf-schedule{margin-top:6px;color:var(--ewdf-muted);font-size:12px;line-height:1.4}
.ewdf-contact{margin-top:14px;padding-top:14px;border-top:1px solid var(--ewdf-border);flex:0 0 auto}
.ewdf-contact-head{display:flex;flex-direction:column;gap:4px;margin-bottom:10px;font-size:13px}
.ewdf-contact-form{display:grid;gap:8px}
.ewdf-contact-input{width:100%;border:1px solid var(--ewdf-border);border-radius:12px;padding:11px 12px;font:inherit;color:var(--ewdf-text);background:#fff;outline:none}
.ewdf-contact-submit{height:44px}
.ewdf-inline-response-meta{display:flex;flex-direction:column;gap:10px}
.ewdf-suggestions-title{font-size:13px;font-weight:700;color:var(--ewdf-muted)}
.ewdf-inline-note{margin:0;font-size:12px;line-height:1.45;color:var(--ewdf-muted)}.ewdf-bubble-disclaimer{margin:8px 0 12px;font-size:12px;line-height:1.45;color:var(--ewdf-muted)}
.ewdf-feedback-block{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ewdf-feedback-btn{width:54px;height:54px;border:1px solid var(--ewdf-border);border-radius:999px;background:#fff;cursor:pointer;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:all .18s ease;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:0}.ewdf-feedback-btn img{width:36px;height:36px;display:block;object-fit:contain}
.ewdf-feedback-btn:hover{transform:translateY(-1px);background:var(--ewdf-soft)}
.ewdf-feedback-btn[data-rating="up"]:hover img{filter:brightness(0) saturate(100%) invert(43%) sepia(95%) saturate(641%) hue-rotate(89deg) brightness(92%) contrast(88%)}
.ewdf-feedback-btn[data-rating="down"]:hover img{filter:brightness(0) saturate(100%) invert(27%) sepia(85%) saturate(2418%) hue-rotate(344deg) brightness(86%) contrast(101%)}
.ewdf-feedback-btn[data-rating="up"]:hover{border-color:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.10)}
.ewdf-feedback-btn[data-rating="down"]:hover{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.10)}
.ewdf-feedback-btn.is-selected[data-rating="up"]{background:#e9f8f2;border-color:#16a34a;color:#15803d;box-shadow:0 0 0 3px rgba(22,163,74,.12)}
.ewdf-feedback-btn.is-selected[data-rating="up"] img{filter:brightness(0) saturate(100%) invert(43%) sepia(95%) saturate(641%) hue-rotate(89deg) brightness(92%) contrast(88%)}
.ewdf-feedback-btn.is-selected[data-rating="down"]{background:#fff1f1;border-color:#dc2626;color:#b91c1c;box-shadow:0 0 0 3px rgba(220,38,38,.10)}
.ewdf-feedback-btn.is-selected[data-rating="down"] img{filter:brightness(0) saturate(100%) invert(27%) sepia(85%) saturate(2418%) hue-rotate(344deg) brightness(86%) contrast(101%)}
.ewdf-feedback-status{font-size:12px;color:var(--ewdf-muted)}
.ewdf-bubble-feedback{margin-top:12px}
.ewdf-suggestions{display:flex;flex-wrap:wrap;gap:8px;flex:0 0 auto}
.ewdf-suggestion{border:1px solid var(--ewdf-border);background:#fff;color:var(--ewdf-primary);border-radius:999px;padding:9px 12px;cursor:pointer;font:inherit;font-size:13px;font-weight:700;text-align:left}
.ewdf-suggestion:hover{background:var(--ewdf-soft)}
.ewdf-products{display:flex;flex-direction:column;gap:8px;margin-top:12px}
.ewdf-product-link{display:flex;align-items:center;min-height:40px;padding:10px 12px;border:1px solid var(--ewdf-border);border-radius:12px;background:#fff;color:var(--ewdf-primary);font-size:13px;font-weight:700;text-decoration:none;line-height:1.35}
.ewdf-product-link:hover{background:var(--ewdf-soft)}
@media (max-width:767px){
.ewdf-mode-bubble{right:12px;left:12px;bottom:12px;display:flex;justify-content:flex-end}
.ewdf-panel{width:calc(100vw - 24px);max-width:none;right:0;bottom:68px;max-height:calc(100vh - 96px)}
.ewdf-bubble-text{display:none}
.ewdf-bubble-toggle{width:56px;height:56px;padding:0;justify-content:center}
.ewdf-inline-card{max-width:100%}
.ewdf-header{padding:16px 16px 12px}
.ewdf-body{padding:14px}
.ewdf-message-content{max-width:90%}
.ewdf-input{min-height:46px}
.ewdf-input-inline{min-height:40px}
}


.ewdf-ai-note{margin:10px 0 0;font-size:11px;line-height:1.45;color:#667975}.ewdf-ai-note-intro{margin-top:8px}.ewdf-suggestions-title{font-size:12px;font-weight:700;color:#51645f;margin:10px 0 8px}.ewdf-inline-response-meta + .ewdf-suggestions-title{margin-top:8px}

.ewdf-bubble-feedback{margin:12px 0 0}.ewdf-bubble-feedback[hidden]+.ewdf-bubble-disclaimer{display:none}.ewdf-bubble-disclaimer[hidden]{display:none}.ewdf-mode-bubble .ewdf-secondary{margin-top:14px}.ewdf-mode-bubble .ewdf-message-content{max-width:88%}
