@keyframes dpsChatTriggerBreathe{0%,to{transform:translateY(0) scale(1);box-shadow:0 6px 20px rgba(232,214,179,.18)}50%{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 28px rgba(232,214,179,.36)}}@keyframes dpsChatBadgePulse{0%,to{box-shadow:0 0 0 2px #111,0 4px 12px rgba(232,214,179,.4)}50%{box-shadow:0 0 0 2px #111,0 4px 16px rgba(232,214,179,.7)}}@keyframes dpsChatPulse{0%{box-shadow:0 0 0 0 rgba(232,214,179,.55)}70%{box-shadow:0 0 0 7px transparent}to{box-shadow:0 0 0 0 transparent}}@keyframes dps-chat-card-slide-in{0%{transform:translateY(6px)}to{transform:translateY(0)}}@keyframes dpsChatStatusBlink{0%,to{opacity:.45}50%{opacity:.9}}@keyframes dpsChatRowIn{to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes dpsChatTypingPulse{0%,80%,to{opacity:.3;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}@keyframes dpsChatQuoteIn{0%{opacity:0;transform:translateY(8px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes dpsChatCaretBlink{0%,50%{opacity:1}51%,to{opacity:0}}:root{--dps-chat-bg-page:#111111;--dps-chat-bg-overlay:rgba(0, 0, 0, 0.6);--dps-chat-bg-modal:#111111;--dps-chat-bg-modal-hover:#161616;--dps-chat-bg-soft:#161616;--dps-chat-bg-bubble-in:#161616;--dps-chat-bg-bubble-out:rgba(232, 214, 179, 0.10);--dps-chat-bg-input:#161616;--dps-chat-bg-input-focus:#1a1a1a;--dps-chat-text-primary:#F2F2F2;--dps-chat-text-secondary:#A1A1A1;--dps-chat-text-tertiary:#8a8a8a;--dps-chat-text-muted:#666666;--dps-chat-text-on-accent:#111111;--dps-chat-accent:#E8D6B3;--dps-chat-accent-2:#d9c29a;--dps-chat-accent-soft:rgba(232, 214, 179, 0.5);--dps-chat-accent-bg:rgba(232, 214, 179, 0.06);--dps-chat-accent-bg-hover:rgba(232, 214, 179, 0.14);--dps-chat-accent-bg-bubble:rgba(232, 214, 179, 0.10);--dps-chat-border-subtle:#1f1f1f;--dps-chat-border-medium:#232323;--dps-chat-border-strong:#333333;--dps-chat-border-accent:rgba(232, 214, 179, 0.22);--dps-chat-online:#E8D6B3;--dps-chat-offline:#666666;--dps-chat-error:#d08888;--dps-chat-error-bg:rgba(208, 136, 136, 0.12);--dps-chat-font-head:"Source Sans Pro", "Manrope", system-ui, sans-serif;--dps-chat-font-body:"Manrope", system-ui, -apple-system, sans-serif;--dps-chat-fs-title:17px;--dps-chat-fs-body:14px;--dps-chat-fs-small:13px;--dps-chat-fs-meta:11px;--dps-chat-fw-regular:400;--dps-chat-fw-medium:500;--dps-chat-fw-semibold:600;--dps-chat-lh:1.5;--dps-chat-lh-tight:1.3;--dps-chat-radius-modal:16px;--dps-chat-radius-bubble:14px;--dps-chat-radius-input:12px;--dps-chat-radius-trigger:100px;--dps-chat-radius-pill:100px;--dps-chat-shadow-trigger:0 12px 36px rgba(0, 0, 0, 0.55);--dps-chat-shadow-trigger-hover:0 16px 44px rgba(0, 0, 0, 0.65);--dps-chat-shadow-modal:0 24px 80px rgba(0, 0, 0, 0.65);--dps-chat-shadow-bubble:0 1px 2px rgba(0, 0, 0, 0.3);--dps-chat-dur-fast:200ms;--dps-chat-dur-base:300ms;--dps-chat-dur-slow:380ms;--dps-chat-ease:cubic-bezier(0.16, 1, 0.3, 1);--dps-chat-z-trigger:99999;--dps-chat-z-overlay:99998;--dps-chat-z-modal:99999}.dps-chat-overlay,.dps-chat-overlay *,.dps-chat-trigger,.dps-chat-trigger *{box-sizing:border-box}.dps-chat-overlay input,.dps-chat-overlay textarea,.dps-chat-trigger{font:inherit;margin:0}.dps-chat-overlay button{font:inherit;cursor:pointer;border:0;margin:0}.dps-chat-overlay ol,.dps-chat-overlay ul{list-style:none;padding:0;margin:0}.dps-chat-overlay p{margin:0;padding:0}body.dps-chat-modal-active{overflow:hidden}body.dps-chat-modal-active #dp-cookie-root .dpc-banner,body.dps-chat-modal-active #shareFab,body.dps-chat-modal-active #shareFabBackdrop,body.dps-chat-modal-active #shareToast,body.dps-chat-modal-active .dp-combo,body.dps-chat-modal-active [data-hide-with-chat]{display:none!important}.dps-chat-trigger,.dps-chat-trigger__icon{display:inline-flex;align-items:center;color:var(--dps-chat-accent)}.dps-chat-trigger{position:fixed;bottom:28px;right:28px;z-index:var(--dps-chat-z-trigger);gap:10px;padding:13px 20px 13px 16px;font-family:var(--dps-chat-font-body);font-size:var(--dps-chat-fs-body);font-weight:var(--dps-chat-fw-semibold);line-height:1;letter-spacing:.01em;background:#111;border:1px solid var(--dps-chat-border-medium);border-radius:var(--dps-chat-radius-trigger);box-shadow:var(--dps-chat-shadow-trigger);transition:transform var(--dps-chat-dur-base) var(--dps-chat-ease),box-shadow var(--dps-chat-dur-base) var(--dps-chat-ease),background var(--dps-chat-dur-base) var(--dps-chat-ease),border-color var(--dps-chat-dur-base) var(--dps-chat-ease);will-change:transform;-webkit-tap-highlight-color:transparent}.dps-chat-trigger:hover{transform:translateY(-2px);background:#161616;border-color:var(--dps-chat-border-strong);box-shadow:var(--dps-chat-shadow-trigger-hover)}.dps-chat-trigger:active{transform:translateY(0) scale(.97);transition-duration:80ms}.dps-chat-trigger.is-hidden{transform:scale(.85) translateY(8px);opacity:0;pointer-events:none;transition:transform var(--dps-chat-dur-base) var(--dps-chat-ease),opacity var(--dps-chat-dur-base) var(--dps-chat-ease)}.dps-chat-trigger__icon{justify-content:center;width:18px;height:18px;flex:0 0 auto}.dps-chat-trigger__icon svg{width:100%;height:100%}.dps-chat-trigger__label{white-space:nowrap;transition:opacity 220ms ease}.dps-chat-trigger.is-idle{animation:dpsChatTriggerBreathe 2.6s ease-in-out infinite}.dps-chat-trigger__badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;background:var(--dps-chat-accent);color:var(--dps-chat-text-on-accent);border-radius:10px;font-size:11px;font-weight:var(--dps-chat-fw-semibold);line-height:1;letter-spacing:.02em;box-shadow:0 0 0 2px #111,0 4px 12px rgba(232,214,179,.4);opacity:0;transform:scale(.5);pointer-events:none;transition:opacity var(--dps-chat-dur-base) var(--dps-chat-ease),transform var(--dps-chat-dur-base) var(--dps-chat-ease)}.dps-chat-trigger.has-badge .dps-chat-trigger__badge{opacity:1;transform:scale(1);animation:dpsChatBadgePulse 2.4s ease-in-out infinite}.dps-chat-overlay{position:fixed;inset:0;z-index:var(--dps-chat-z-overlay);background:rgba(0,0,0,.25);font-family:var(--dps-chat-font-body);color:var(--dps-chat-text-primary);opacity:0;pointer-events:none;transition:opacity var(--dps-chat-dur-base) var(--dps-chat-ease)}.dps-chat-overlay.is-open{opacity:1;pointer-events:auto}.dps-chat-modal{position:absolute;bottom:28px;right:28px;z-index:var(--dps-chat-z-modal);width:400px;max-width:calc(100vw - 56px);height:620px;max-height:calc(100vh - 56px);display:flex;flex-direction:column;background:var(--dps-chat-bg-modal);border:1px solid var(--dps-chat-border-medium);border-radius:var(--dps-chat-radius-modal);box-shadow:var(--dps-chat-shadow-modal);overflow:hidden;transform-origin:bottom right;transform:scale(.4) translateY(8px);opacity:0;transition:transform var(--dps-chat-dur-slow) var(--dps-chat-ease),opacity var(--dps-chat-dur-base) var(--dps-chat-ease)}.dps-chat-overlay.is-open .dps-chat-modal{transform:scale(1) translateY(0);opacity:1}.dps-chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--dps-chat-border-subtle);background:var(--dps-chat-bg-soft)}.dps-chat-header__avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;background-color:#161616;background-size:108% 108%;background-position:center;background-repeat:no-repeat;border:1px solid rgba(232,214,179,.18);box-shadow:0 2px 8px rgba(0,0,0,.3)}.dps-chat-header__text{flex:1;min-width:0}.dps-chat-header__title{font-family:var(--dps-chat-font-head);font-size:var(--dps-chat-fs-title);font-weight:var(--dps-chat-fw-semibold);color:var(--dps-chat-text-primary);margin:0 0 2px;line-height:1.2}.dps-chat-close,.dps-chat-header__status{display:inline-flex;align-items:center;color:var(--dps-chat-text-tertiary)}.dps-chat-header__status{gap:6px;font-size:var(--dps-chat-fs-meta);line-height:1}.dps-chat-header__status::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--dps-chat-accent);box-shadow:0 0 0 0 rgba(232,214,179,.55);animation:dpsChatPulse 2s cubic-bezier(.4,0,.6,1) infinite}.dps-chat-header__status.is-offline::before{background:var(--dps-chat-offline);animation:none;box-shadow:none}.dps-chat-close{width:32px;height:32px;padding:0;border-radius:50%;justify-content:center;background:0 0;transition:background var(--dps-chat-dur-fast) var(--dps-chat-ease),color var(--dps-chat-dur-fast) var(--dps-chat-ease)}.dps-chat-close:hover{background:var(--dps-chat-accent-bg);color:var(--dps-chat-text-primary)}.dps-chat-close svg{width:16px;height:16px}.dps-chat-body{flex:1 1 auto;display:flex;flex-direction:column;gap:8px;padding:20px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--dps-chat-border-medium) transparent}.dps-chat-body::-webkit-scrollbar{width:6px}.dps-chat-body::-webkit-scrollbar-thumb{background:var(--dps-chat-border-medium);border-radius:3px}.dps-chat-row{display:flex;width:100%;opacity:0;transform:translateY(8px);filter:blur(3px);animation:dpsChatRowIn var(--dps-chat-dur-base) var(--dps-chat-ease) forwards}.dps-chat-row--in{justify-content:flex-start}.dps-chat-row--out{justify-content:flex-end}.dps-chat-row--system{justify-content:center}.dps-chat-row--card{opacity:1;animation:dps-chat-card-slide-in 280ms cubic-bezier(.16,1,.3,1) both}.dps-chat-card{display:flex;gap:10px;max-width:92%;padding:12px 14px;background:rgba(232,214,179,.06);border:1px solid rgba(232,214,179,.18);border-radius:14px;font-size:var(--dps-chat-fs-body);color:var(--dps-chat-text-primary)}.dps-chat-card__icon{width:22px;height:22px;flex-shrink:0;color:rgba(232,214,179,.85);margin-top:1px}.dps-chat-card__icon svg,.dps-chat-card__star svg{width:100%;height:100%}.dps-chat-card__content{flex:1;min-width:0}.dps-chat-card__input,.dps-chat-card__prompt{margin-bottom:10px;color:var(--dps-chat-text-primary)}.dps-chat-card__prompt{font-size:var(--dps-chat-fs-body);line-height:1.4}.dps-chat-card__input{display:block;width:100%;box-sizing:border-box;padding:9px 12px;background:rgba(0,0,0,.2);border:1px solid rgba(232,214,179,.18);border-radius:10px;font-family:inherit;font-size:13px;outline:0;transition:border-color 200ms}.dps-chat-card__input:focus{border-color:rgba(232,214,179,.45)}.dps-chat-card__input::placeholder,.dps-chat-input::placeholder,.dps-chat-textarea::placeholder{color:var(--dps-chat-text-muted)}.dps-chat-card__input-wrap{display:flex;align-items:stretch;box-sizing:border-box;margin-bottom:0;background:rgba(0,0,0,.2);border:1px solid rgba(232,214,179,.18);border-radius:10px;overflow:hidden;transition:border-color 200ms}.dps-chat-card__input-wrap:focus-within{border-color:rgba(232,214,179,.45)}.dps-chat-card__input-prefix{display:flex;align-items:center;padding:0 2px 0 12px;color:var(--dps-chat-text-primary);font-size:13px;font-weight:500;user-select:none;flex-shrink:0}.dps-chat-card__input.dps-chat-card__input--prefixed{background:0 0;border:0;border-radius:0;margin-bottom:0;padding-left:2px;padding-right:12px;flex:1;min-width:0}.dps-chat-card__input.dps-chat-card__input--prefixed:focus{border:0}.dps-chat-card__btns{display:flex;gap:8px;margin-top:12px}.dps-chat-card__btn{flex:1;padding:8px 12px;border-radius:8px;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:all 180ms;border:1px solid transparent}.dps-chat-card__btn--primary{background:var(--dps-chat-accent, #e8d6b3);color:#111}.dps-chat-card__btn--primary:not(:disabled):hover{filter:brightness(1.05);transform:translateY(-1px)}.dps-chat-card__btn:not(:disabled):active{transform:scale(.97);transition-duration:80ms}.dps-chat-card__btn--primary:disabled{opacity:.45;cursor:not-allowed}.dps-chat-card__btn--ghost{background:0 0;color:var(--dps-chat-text-muted);border-color:rgba(232,214,179,.15)}.dps-chat-card__btn--ghost:hover{color:var(--dps-chat-text-primary);border-color:rgba(232,214,179,.3)}.dps-chat-card__stars{display:flex;gap:4px;margin-bottom:12px}.dps-chat-card__star{width:28px;height:28px;padding:2px;border:0;background:0 0;cursor:pointer;color:rgba(232,214,179,.25);transition:color 150ms,transform 150ms}.dps-chat-card__star:hover{transform:scale(1.12)}.dps-chat-card__star.is-active{color:#e8d6b3}.dps-chat-card__answered{font-size:12px;color:var(--dps-chat-text-muted);font-style:italic}.dps-chat-bubble{position:relative;max-width:78%;padding:8px 12px 8px 14px;font-size:var(--dps-chat-fs-body);line-height:1.4;color:var(--dps-chat-text-primary);border-radius:var(--dps-chat-radius-bubble);box-shadow:var(--dps-chat-shadow-bubble);word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.dps-chat-row--in .dps-chat-bubble{background:var(--dps-chat-bg-bubble-in);border:1px solid var(--dps-chat-border-subtle);border-bottom-left-radius:6px}.dps-chat-row--out .dps-chat-bubble{background:var(--dps-chat-bg-bubble-out);border:1px solid var(--dps-chat-border-medium);border-bottom-right-radius:6px}.dps-chat-row--system .dps-chat-bubble{font-size:var(--dps-chat-fs-small);color:var(--dps-chat-text-tertiary);background:0 0;border:1px dashed var(--dps-chat-border-subtle);text-align:center;max-width:90%;text-wrap:balance}.dps-chat-bubble__text{display:inline}.dps-chat-bubble__text strong{font-weight:var(--dps-chat-fw-semibold)}.dps-chat-bubble__text em{font-style:italic}.dps-chat-bubble__text del{opacity:.7}.dps-chat-bubble__text code{font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:.92em;padding:1px 5px;background:rgba(232,214,179,.1);border-radius:4px}.dps-chat-bubble__text a,.dps-chat-bubble__text a:visited{color:var(--dps-chat-accent);text-decoration:underline;text-decoration-color:var(--dps-chat-accent-soft);text-underline-offset:2px}.dps-chat-bubble__text a:hover{text-decoration-color:var(--dps-chat-accent)}.dps-chat-bubble__meta-spacer{display:inline-block;width:38px;height:1px;pointer-events:none}.dps-chat-bubble__meta{position:absolute;right:10px;bottom:6px;display:inline-flex;align-items:center;gap:4px;font-size:10px;line-height:1;color:var(--dps-chat-text-muted);user-select:none;white-space:nowrap}.dps-chat-bubble__time{font-variant-numeric:tabular-nums;letter-spacing:.02em}.dps-chat-bubble__status{display:inline-flex;align-items:center;color:var(--dps-chat-text-muted);transition:color var(--dps-chat-dur-base) var(--dps-chat-ease)}.dps-chat-bubble__status.is-sending{animation:dpsChatStatusBlink 1.2s ease-in-out infinite}.dps-chat-bubble__status.is-sent{color:var(--dps-chat-text-tertiary)}.dps-chat-bubble__status.is-read{color:var(--dps-chat-accent)}.dps-chat-bubble__status.is-failed{color:var(--dps-chat-error)}.dps-chat-typing{display:inline-flex;align-items:center;gap:5px;padding:12px 14px;background:var(--dps-chat-bg-bubble-in);border:1px solid var(--dps-chat-border-subtle);border-radius:var(--dps-chat-radius-bubble);border-bottom-left-radius:6px}.dps-chat-typing__dot{width:7px;height:7px;border-radius:50%;background:var(--dps-chat-text-tertiary);animation:dpsChatTypingPulse 1.4s ease-in-out infinite}.dps-chat-typing__dot:nth-child(2){animation-delay:.2s}.dps-chat-typing__dot:nth-child(3){animation-delay:.4s}.dps-chat-footer{flex:0 0 auto;padding:14px 20px 18px;border-top:1px solid var(--dps-chat-border-subtle);background:var(--dps-chat-bg-modal)}.dps-chat-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.dps-chat-field:last-child{margin-bottom:0}.dps-chat-field__label{font-size:var(--dps-chat-fs-small);font-weight:var(--dps-chat-fw-medium);color:var(--dps-chat-text-tertiary)}.dps-chat-input{line-height:var(--dps-chat-lh)}.dps-chat-input,.dps-chat-textarea{display:block;width:100%;padding:12px 14px;font-family:inherit;font-size:var(--dps-chat-fs-body);color:var(--dps-chat-text-primary);background:var(--dps-chat-bg-input);border:1px solid var(--dps-chat-border-subtle);border-radius:var(--dps-chat-radius-input);outline:0;transition:border-color var(--dps-chat-dur-fast) var(--dps-chat-ease),background var(--dps-chat-dur-fast) var(--dps-chat-ease)}.dps-chat-input:focus,.dps-chat-textarea:focus{border-color:var(--dps-chat-accent-soft);background:rgba(255,255,255,.04)}.dps-chat-input.is-error,.dps-chat-textarea.is-error{border-color:var(--dps-chat-error);background:var(--dps-chat-error-bg)}.dps-chat-error{display:block;margin-top:4px;font-size:var(--dps-chat-fs-meta);color:var(--dps-chat-error);min-height:14px}.dps-chat-textarea{resize:none;min-height:44px;max-height:140px;line-height:var(--dps-chat-lh-tight)}.dps-chat-submit{display:block;width:100%;padding:12px 20px;margin-top:4px;font-family:inherit;font-size:var(--dps-chat-fs-body);font-weight:var(--dps-chat-fw-semibold);color:var(--dps-chat-text-on-accent);background:var(--dps-chat-accent);border-radius:var(--dps-chat-radius-input);transition:background var(--dps-chat-dur-fast) var(--dps-chat-ease),opacity var(--dps-chat-dur-fast) var(--dps-chat-ease)}.dps-chat-submit:hover:not(:disabled){background:var(--dps-chat-accent-2)}.dps-chat-submit:disabled{opacity:.5;cursor:not-allowed}.dps-chat-submit.is-loading{pointer-events:none;opacity:.7}.dps-chat-consent{display:block;margin-top:10px;font-size:var(--dps-chat-fs-meta);color:var(--dps-chat-text-muted);line-height:1.4;text-align:center}.dps-chat-consent a{color:var(--dps-chat-accent);text-decoration:underline;text-decoration-color:var(--dps-chat-accent-soft)}.dps-chat-toggle{display:flex;align-items:flex-start;gap:14px;margin:4px 0 14px;cursor:pointer;user-select:none}.dps-chat-toggle input[type=checkbox]{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.dps-chat-toggle-track{flex-shrink:0;position:relative;width:56px;height:28px;border-radius:14px;background:#282828;transition:background var(--dps-chat-dur-fast) var(--dps-chat-ease);margin-top:2px}.dps-chat-toggle-thumb{position:absolute;top:2px;left:2px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 3px 5px rgba(0,0,0,.3);transition:transform .15s ease}.dps-chat-toggle input:checked~.dps-chat-toggle-track{background:var(--dps-chat-accent)}.dps-chat-toggle input:checked~.dps-chat-toggle-track .dps-chat-toggle-thumb{transform:translateX(28px)}.dps-chat-toggle input:focus-visible~.dps-chat-toggle-track{box-shadow:0 0 0 3px rgba(232,214,179,.3)}.dps-chat-toggle.is-error .dps-chat-toggle-track{background:var(--dps-chat-error-bg);box-shadow:0 0 0 1px var(--dps-chat-error)}.dps-chat-toggle-text{font-family:var(--dps-chat-font-body);font-size:13px;line-height:1.5;color:var(--dps-chat-text-secondary);flex:1;padding-top:4px}.dps-chat-toggle-text a,.dps-chat-toggle-text a:visited{color:var(--dps-chat-accent);text-decoration:underline;text-underline-offset:2px;text-decoration-color:rgba(232,214,179,.4)}.dps-chat-composer{display:flex;align-items:flex-end;gap:8px}.dps-chat-composer .dps-chat-textarea{flex:1 1 auto}.dps-chat-send{flex:0 0 auto;width:44px;height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:var(--dps-chat-accent);color:var(--dps-chat-text-on-accent);border-radius:var(--dps-chat-radius-input);transition:background var(--dps-chat-dur-fast) var(--dps-chat-ease),opacity var(--dps-chat-dur-fast) var(--dps-chat-ease)}.dps-chat-send:hover:not(:disabled){background:var(--dps-chat-accent-2)}.dps-chat-send:not(:disabled):active{transform:scale(.94);transition-duration:80ms}.dps-chat-send:disabled{opacity:.4;cursor:not-allowed}.dps-chat-send svg{width:18px;height:18px}.dps-chat-quote{position:relative;margin:36px 12px 12px;padding:32px 48px 14px 20px;background:rgba(232,214,179,.04);border-left:2px solid rgba(232,214,179,.35);border-radius:4px 12px 12px 4px;animation:dpsChatQuoteIn 500ms cubic-bezier(.16,1,.3,1) both}.dps-chat-quote__mark{position:absolute;top:8px;left:14px;font-family:"Source Sans Pro","Manrope",serif;font-size:38px;line-height:1;color:rgba(232,214,179,.22);pointer-events:none;user-select:none;font-weight:400}.dps-chat-quote__text{position:relative;font-family:var(--dps-chat-font-head);font-size:14px;line-height:1.5;font-style:italic;color:var(--dps-chat-text-primary);letter-spacing:.005em}.dps-chat-quote__caret{display:inline-block;width:1px;height:1em;margin-left:2px;background:var(--dps-chat-accent);vertical-align:text-bottom;animation:dpsChatCaretBlink .9s step-end infinite}.dps-chat-quote__caret.is-done{animation:none;opacity:0;transition:opacity 300ms ease 200ms}.dps-chat-quote__meta{margin-top:8px;font-family:var(--dps-chat-font-body);font-size:11px;font-weight:var(--dps-chat-fw-medium);letter-spacing:.01em;color:var(--dps-chat-text-tertiary)}.dps-chat-quote__copy{position:absolute;top:12px;right:12px;width:28px;height:28px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:0 0;border:1px solid transparent;border-radius:8px;color:var(--dps-chat-text-tertiary);cursor:pointer;opacity:.4;transition:opacity 200ms var(--dps-chat-ease),background 180ms var(--dps-chat-ease),border-color 180ms var(--dps-chat-ease),color 180ms var(--dps-chat-ease)}.dps-chat-quote:hover .dps-chat-quote__copy{opacity:1}.dps-chat-quote__copy:hover{background:rgba(232,214,179,.1);border-color:rgba(232,214,179,.18);color:var(--dps-chat-accent)}.dps-chat-quote__copy:active{transform:scale(.92);transition-duration:80ms}.dps-chat-quote__copy svg{width:14px;height:14px}.dps-chat-quote__copy.is-copied{opacity:1;color:var(--dps-chat-accent);background:rgba(232,214,179,.14);border-color:rgba(232,214,179,.3)}@media (max-width:640px){.dps-chat-trigger{bottom:16px;right:16px;padding:11px 18px 11px 14px;font-size:var(--dps-chat-fs-small)}.dps-chat-trigger__icon{width:16px;height:16px}.dps-chat-overlay{background:rgba(0,0,0,.5)}.dps-chat-modal{bottom:0;right:0;left:0;width:100%;max-width:100%;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;border-radius:0;border:0;transform-origin:center bottom;transform:translateY(100%);opacity:1;transition:transform var(--dps-chat-dur-slow) var(--dps-chat-ease)}.dps-chat-overlay.is-open .dps-chat-modal{transform:translateY(0)}.dps-chat-body{padding:16px}.dps-chat-footer{padding:12px 16px 14px}.dps-chat-bubble{max-width:84%}}@media (max-width:480px){.dps-chat-row--system .dps-chat-bubble{max-width:96%;padding-left:10px;padding-right:10px}.dps-chat-quote{margin:28px 8px 10px;padding:26px 48px 12px 16px}.dps-chat-quote__text{font-size:13px;line-height:1.5}.dps-chat-quote__mark{font-size:32px;left:10px;top:6px}}@media (prefers-reduced-motion:reduce){.dps-chat-bubble__status,.dps-chat-header__status::before,.dps-chat-modal,.dps-chat-overlay,.dps-chat-row,.dps-chat-row--card,.dps-chat-trigger,.dps-chat-trigger.is-idle,.dps-chat-trigger__badge,.dps-chat-typing__dot{animation:none!important}.dps-chat-modal,.dps-chat-overlay,.dps-chat-trigger{transition:opacity var(--dps-chat-dur-fast) var(--dps-chat-ease)!important}.dps-chat-card__btn:active,.dps-chat-send:active,.dps-chat-trigger:active,.dps-chat-trigger:hover{transform:none!important}.dps-chat-quote{animation:none!important}.dps-chat-quote__caret{display:none!important}}@media (hover:none){.dps-chat-quote__copy{opacity:.7}}