.aaf-chat-root{--aaf-chat-charcoal: #312B36;--aaf-chat-charcoal-soft: #4A4543;--aaf-chat-canvas: #FEFCF8;--aaf-chat-paper: #FFFFFF;--aaf-chat-line: #E5E1DA;--aaf-chat-muted: #5C5C5C;--aaf-chat-sprout: #33691E;--aaf-chat-sprout-soft: #F3F9E5;--aaf-chat-z: 10000;position:fixed;inset:auto 0 0 auto;z-index:var(--aaf-chat-z);pointer-events:none}.aaf-chat-bubble{pointer-events:auto;position:fixed;z-index:var(--aaf-chat-z);right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));width:56px;height:56px;border-radius:50%;border:0;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;background:var(--aaf-chat-charcoal);color:#fff;box-shadow:0 6px 20px #312b3647,0 2px 6px #312b362e;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;-webkit-tap-highlight-color:transparent}.aaf-chat-bubble:hover{background:#1f1a23;box-shadow:0 8px 24px #312b365c,0 3px 8px #312b3638}.aaf-chat-bubble:active{transform:scale(.96)}.aaf-chat-bubble:focus-visible{outline:none;box-shadow:0 6px 20px #312b3647,0 2px 6px #312b362e,0 0 0 3px #312b3659}.aaf-chat-bubble__icon{width:24px;height:24px}.aaf-chat-bubble__badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--aaf-chat-sprout);color:#fff;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:11px;font-weight:700;line-height:20px;text-align:center;letter-spacing:.02em;box-shadow:0 0 0 2px var(--aaf-chat-paper);pointer-events:none}.aaf-chat-root[data-aaf-chat-panel-open] .aaf-chat-bubble{visibility:hidden}.aaf-chat-panel{pointer-events:auto;position:fixed;z-index:var(--aaf-chat-z);top:auto;left:auto;right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));margin:0;padding:0;width:380px;height:min(600px,calc(100dvh - 40px));max-width:calc(100vw - 40px);max-height:calc(100dvh - 40px);border:1px solid var(--aaf-chat-line);border-radius:16px;background:var(--aaf-chat-paper);color:var(--aaf-chat-charcoal);box-shadow:0 24px 60px #312b3647,0 6px 18px #312b362e;overflow:hidden;display:none;flex-direction:column;font-family:Plus Jakarta Sans,system-ui,sans-serif}.aaf-chat-panel[open]{display:flex}.aaf-chat-panel::backdrop{background:transparent}@media(max-width:600px){.aaf-chat-panel{top:0;right:0;bottom:0;left:0;width:auto;height:auto;max-width:none;max-height:none;border-radius:0;border:0}.aaf-chat-panel::backdrop{background:#312b3666}}.aaf-chat-panel__head{flex:0 0 auto;display:grid;grid-template-columns:36px 1fr 36px;align-items:center;gap:8px;padding:12px;border-bottom:1px solid var(--aaf-chat-line);background:var(--aaf-chat-charcoal);color:#fff}.aaf-chat-panel__title{margin:0;font-family:Lora,Georgia,serif;font-size:16px;font-weight:600;text-align:center;color:#fff}.aaf-chat-back,.aaf-chat-close{width:36px;height:36px;border:0;background:transparent;color:#fff;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease;-webkit-tap-highlight-color:transparent}.aaf-chat-back:hover,.aaf-chat-close:hover{background:#ffffff1f}.aaf-chat-back:focus-visible,.aaf-chat-close:focus-visible{outline:none;box-shadow:0 0 0 2px #fff9}.aaf-chat-back[hidden]{visibility:hidden}.aaf-chat-panel__body,.aaf-chat-view{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.aaf-chat-view[hidden]{display:none}.aaf-chat-signin{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;text-align:center;color:var(--aaf-chat-charcoal)}.aaf-chat-signin svg{color:var(--aaf-chat-charcoal-soft)}.aaf-chat-signin__title{margin:4px 0 0;font-family:Lora,Georgia,serif;font-size:18px;font-weight:600}.aaf-chat-signin__hint{margin:0;color:var(--aaf-chat-muted);font-size:13px;line-height:1.5}.aaf-chat-signin__btn{margin-top:8px;display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 28px;background:var(--aaf-chat-charcoal);color:#fff;font-size:14px;font-weight:700;letter-spacing:.02em;border-radius:999px;text-decoration:none;transition:background-color .12s ease}.aaf-chat-signin__btn:hover{background:#1f1a23}.aaf-chat-signin__btn:focus-visible{outline:none;box-shadow:0 0 0 2px #312b3659}.aaf-chat-inbox{flex:1 1 auto;min-height:0;overflow-y:auto;padding:8px 0}.aaf-chat-inbox__loading,.aaf-chat-inbox__empty-title,.aaf-chat-inbox__empty-hint{margin:0}.aaf-chat-inbox__loading{padding:24px;text-align:center;color:var(--aaf-chat-muted);font-size:13px}.aaf-chat-inbox__list{list-style:none;margin:0;padding:0}.aaf-chat-inbox__item{display:block}.aaf-chat-inbox__btn{width:100%;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:12px;row-gap:2px;padding:12px 16px;border:0;background:transparent;color:var(--aaf-chat-charcoal);text-align:left;cursor:pointer;border-bottom:1px solid var(--aaf-chat-line);transition:background-color .12s ease;-webkit-tap-highlight-color:transparent}.aaf-chat-inbox__btn:hover,.aaf-chat-inbox__btn:focus-visible{background:var(--aaf-chat-canvas);outline:none}.aaf-chat-inbox__subject{font-size:14px;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aaf-chat-inbox__time{grid-column:2;grid-row:1;font-size:11px;color:var(--aaf-chat-muted);white-space:nowrap}.aaf-chat-inbox__preview{grid-column:1 / -1;grid-row:2;font-size:12px;color:var(--aaf-chat-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aaf-chat-inbox__btn[data-unread="1"] .aaf-chat-inbox__subject:before{content:"";display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:var(--aaf-chat-sprout);vertical-align:middle}.aaf-chat-inbox__btn[data-unread="1"] .aaf-chat-inbox__subject{font-weight:700}.aaf-chat-inbox__empty{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:24px;text-align:center}.aaf-chat-inbox__empty-title{font-family:Lora,Georgia,serif;font-size:16px;font-weight:600;color:var(--aaf-chat-charcoal)}.aaf-chat-inbox__empty-hint{font-size:13px;color:var(--aaf-chat-muted);line-height:1.5}.aaf-chat-inbox__actions{flex:0 0 auto;padding:12px;border-top:1px solid var(--aaf-chat-line);background:var(--aaf-chat-canvas)}.aaf-chat-newbtn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 16px;background:var(--aaf-chat-charcoal);color:#fff;border:0;border-radius:999px;font-family:inherit;font-size:14px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:background-color .12s ease}.aaf-chat-newbtn:hover{background:#1f1a23}.aaf-chat-newbtn:focus-visible{outline:none;box-shadow:0 0 0 2px #312b3659}.aaf-chat-newform{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:12px;padding:16px;overflow-y:auto}.aaf-chat-field{display:flex;flex-direction:column;gap:4px}.aaf-chat-field--grow{flex:1 1 auto;min-height:0}.aaf-chat-field__label{font-size:12px;font-weight:600;color:var(--aaf-chat-muted);letter-spacing:.02em;text-transform:uppercase}.aaf-chat-field input,.aaf-chat-field textarea{width:100%;padding:10px 12px;border:1px solid var(--aaf-chat-line);border-radius:10px;background:var(--aaf-chat-paper);color:var(--aaf-chat-charcoal);font-family:inherit;font-size:14px;line-height:1.5;resize:none;box-sizing:border-box}.aaf-chat-field textarea{flex:1 1 auto;min-height:120px}.aaf-chat-field input:focus,.aaf-chat-field textarea:focus{outline:none;border-color:var(--aaf-chat-charcoal);box-shadow:0 0 0 2px #312b362e}.aaf-chat-newform__status{margin:0;min-height:1.2em;font-size:12px;color:var(--aaf-chat-muted)}.aaf-chat-newform__status[data-tone=error]{color:#b71c1c}.aaf-chat-newform__status[data-tone=ok]{color:var(--aaf-chat-sprout)}.aaf-chat-newform__actions{display:flex;gap:8px;justify-content:flex-end}.aaf-chat-btn{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 20px;border:0;border-radius:999px;font-family:inherit;font-size:13px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.aaf-chat-btn--primary{background:var(--aaf-chat-charcoal);color:#fff}.aaf-chat-btn--primary:hover{background:#1f1a23}.aaf-chat-btn--primary:disabled{background:var(--aaf-chat-line);color:var(--aaf-chat-muted);cursor:not-allowed}.aaf-chat-btn--ghost{background:transparent;color:var(--aaf-chat-charcoal);border:1px solid var(--aaf-chat-line)}.aaf-chat-btn--ghost:hover{background:var(--aaf-chat-canvas)}.aaf-chat-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #312b3659}.aaf-chat-thread{flex:1 1 auto;min-height:0;margin:0;padding:12px 16px;list-style:none;overflow-y:auto;background:var(--aaf-chat-canvas)}.aaf-chat-msg{display:flex;flex-direction:column;margin:0 0 10px;max-width:78%}.aaf-chat-msg+.aaf-chat-msg{margin-top:0}.aaf-chat-msg--customer{align-self:flex-end;margin-left:auto}.aaf-chat-msg--staff{align-self:flex-start;margin-right:auto}.aaf-chat-msg--system{align-self:center;max-width:90%;margin:8px auto 12px}.aaf-chat-msg__body{margin:0;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-break:normal;overflow-wrap:anywhere}.aaf-chat-msg--customer .aaf-chat-msg__body{background:var(--aaf-chat-charcoal);color:#fff;border-bottom-right-radius:6px}.aaf-chat-msg--staff .aaf-chat-msg__body{background:var(--aaf-chat-paper);color:var(--aaf-chat-charcoal);border:1px solid var(--aaf-chat-line);border-bottom-left-radius:6px}.aaf-chat-msg--system .aaf-chat-msg__body{background:var(--aaf-chat-sprout-soft);color:var(--aaf-chat-sprout);font-size:12px;text-align:center;border-radius:999px;padding:6px 14px}.aaf-chat-msg__time{margin:4px 8px 0;font-size:10px;color:var(--aaf-chat-muted)}.aaf-chat-msg--customer .aaf-chat-msg__time{align-self:flex-end}.aaf-chat-msg--system .aaf-chat-msg__time{display:none}.aaf-chat-thread__empty{padding:24px;text-align:center;color:var(--aaf-chat-muted);font-size:13px}.aaf-chat-composer{flex:0 0 auto;display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px 12px;border-top:1px solid var(--aaf-chat-line);background:var(--aaf-chat-paper)}.aaf-chat-composer__input{width:100%;max-height:140px;padding:10px 14px;border:1px solid var(--aaf-chat-line);border-radius:18px;background:var(--aaf-chat-paper);color:var(--aaf-chat-charcoal);font-family:inherit;font-size:14px;line-height:1.4;resize:none;box-sizing:border-box}.aaf-chat-composer__input:focus{outline:none;border-color:var(--aaf-chat-charcoal);box-shadow:0 0 0 2px #312b362e}.aaf-chat-composer__send{flex:0 0 auto;align-self:end;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:var(--aaf-chat-charcoal);color:#fff;cursor:pointer;transition:background-color .12s ease;-webkit-tap-highlight-color:transparent}.aaf-chat-composer__send:hover{background:#1f1a23}.aaf-chat-composer__send:disabled{background:var(--aaf-chat-line);color:var(--aaf-chat-muted);cursor:not-allowed}.aaf-chat-composer__send:focus-visible{outline:none;box-shadow:0 0 0 2px #312b3659}@media(prefers-reduced-motion:reduce){.aaf-chat-bubble,.aaf-chat-bubble:active{transition:none;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/aaf-chat.css.map */
