:root{--r29c-bg: #111110;--r29c-bg-header: #0a0a0a;--r29c-surface: #171716;--r29c-bot: #201f1d;--r29c-ivory: #f7f2eb;--r29c-gold: #c9a961;--r29c-line: rgba(247, 242, 235, .16);--r29c-radius: 16px;--r29c-z: 2147482000}.r29c-launcher{position:fixed;right:2rem;bottom:2rem;width:56px;height:56px;border-radius:50%;border:1px solid rgba(201,169,97,.35);background:var(--r29c-bg-header);color:var(--r29c-ivory);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;box-shadow:0 4px 16px #00000052;opacity:.94;transition:opacity .3s ease,box-shadow .3s ease,border-color .3s ease,transform .3s ease;z-index:var(--r29c-z)}.r29c-launcher:hover{opacity:1;border-color:var(--r29c-gold);box-shadow:0 6px 20px #0000006b}.r29c-launcher svg{width:24px;height:24px;fill:none;stroke:#f7f2ebe6;stroke-width:1.6}.r29c-launcher[hidden]{display:none}.r29c-launcher__dot{position:absolute;top:2px;right:2px;width:10px;height:10px;border-radius:50%;background:var(--r29c-gold);border:2px solid var(--r29c-bg-header)}.r29c-panel{position:fixed;right:2rem;bottom:2rem;width:380px;max-width:calc(100vw - 3rem);height:560px;max-height:calc(100vh - 4rem);background:var(--r29c-bg);color:var(--r29c-ivory);border:1px solid var(--r29c-line);border-radius:var(--r29c-radius);box-shadow:0 18px 50px #00000080;display:flex;flex-direction:column;overflow:hidden;z-index:var(--r29c-z);opacity:0;transform:translateY(12px) scale(.98);transform-origin:bottom right;pointer-events:none;transition:opacity .28s cubic-bezier(.16,1,.3,1),transform .28s cubic-bezier(.16,1,.3,1);font-family:var(--font-body-family, inherit)}.r29c-panel.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.r29c-header{display:flex;align-items:center;gap:.9rem;padding:1.4rem 1.6rem;background:var(--r29c-bg-header);border-bottom:1px solid rgba(201,169,97,.3);flex-shrink:0}.r29c-header__avatar{width:34px;height:34px;border-radius:50%;border:1px solid rgba(201,169,97,.5);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading-family, serif);font-size:1.3rem;letter-spacing:.04em;color:var(--r29c-gold);flex-shrink:0}.r29c-header__text{display:flex;flex-direction:column;line-height:1.25;flex:1 1 auto;min-width:0}.r29c-header__title{font-size:1.5rem;font-weight:500;color:var(--r29c-ivory)}.r29c-header__status{font-size:1.15rem;color:#f7f2eb8c;display:flex;align-items:center;gap:.5rem}.r29c-header__status:before{content:"";width:7px;height:7px;border-radius:50%;background:#6bbf7b;display:inline-block}.r29c-header__close{background:transparent;border:none;color:#f7f2ebb3;cursor:pointer;padding:.4rem;line-height:0;border-radius:8px;transition:color .2s ease,background .2s ease}.r29c-header__close:hover{color:var(--r29c-ivory);background:#f7f2eb14}.r29c-header__close svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none}.r29c-body{flex:1 1 auto;overflow-y:auto;padding:1.6rem;display:flex;flex-direction:column;gap:1rem;scrollbar-width:thin;scrollbar-color:rgba(247,242,235,.2) transparent}.r29c-body::-webkit-scrollbar{width:8px}.r29c-body::-webkit-scrollbar-thumb{background:#f7f2eb2e;border-radius:8px}.r29c-msg{max-width:84%;padding:1rem 1.3rem;border-radius:14px;font-size:1.4rem;line-height:1.55;word-wrap:break-word;animation:r29c-rise .32s cubic-bezier(.16,1,.3,1) both}.r29c-msg a{color:var(--r29c-gold);text-decoration:underline}.r29c-msg--bot{align-self:flex-start;background:var(--r29c-bot);color:var(--r29c-ivory);border-bottom-left-radius:4px}.r29c-msg--user{align-self:flex-end;background:var(--r29c-gold);color:#0a0a0a;border-bottom-right-radius:4px}.r29c-msg--user a{color:#0a0a0a}@keyframes r29c-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.r29c-typing{align-self:flex-start;background:var(--r29c-bot);border-radius:14px 14px 14px 4px;padding:1.1rem 1.3rem;display:inline-flex;gap:5px}.r29c-typing span{width:7px;height:7px;border-radius:50%;background:#f7f2eb8c;animation:r29c-blink 1.2s infinite ease-in-out both}.r29c-typing span:nth-child(2){animation-delay:.18s}.r29c-typing span:nth-child(3){animation-delay:.36s}@keyframes r29c-blink{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.r29c-chips{display:flex;flex-wrap:wrap;gap:.6rem;padding:0 1.6rem .4rem;flex-shrink:0}.r29c-chip{font-family:inherit;font-size:1.25rem;line-height:1.2;color:var(--r29c-ivory);background:transparent;border:1px solid rgba(247,242,235,.22);border-radius:999px;padding:.7rem 1.2rem;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.r29c-chip:hover{border-color:var(--r29c-gold);background:#c9a9611f}.r29c-chip--cta{border-color:#c9a96199;color:var(--r29c-gold)}.r29c-composer{display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.6rem 1.4rem;border-top:1px solid var(--r29c-line);flex-shrink:0}.r29c-input{flex:1 1 auto;background:var(--r29c-surface);border:1px solid var(--r29c-line);border-radius:10px;color:var(--r29c-ivory);font-family:inherit;font-size:1.4rem;padding:1rem 1.2rem;outline:none;transition:border-color .2s ease}.r29c-input:focus{border-color:#c9a96199}.r29c-input::placeholder{color:#f7f2eb73}.r29c-send{flex-shrink:0;width:40px;height:40px;border-radius:10px;border:none;background:var(--r29c-gold);color:#0a0a0a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease}.r29c-send:hover{opacity:.88}.r29c-send svg{width:18px;height:18px;fill:currentColor}.r29c-footer-note{font-size:1.05rem;color:#f7f2eb66;text-align:center;padding:0 1.6rem 1rem;flex-shrink:0}@media screen and (max-width:749px){.r29c-launcher{right:1.4rem;bottom:calc(var(--mobile-nav-height, 5.6rem) + env(safe-area-inset-bottom) + 1.2rem)}.r29c-panel{right:0;left:0;bottom:0;width:100%;max-width:100%;height:82vh;max-height:82vh;border-radius:var(--r29c-radius) var(--r29c-radius) 0 0;border-bottom:none}}@media(prefers-reduced-motion:reduce){.r29c-panel,.r29c-msg,.r29c-typing span,.r29c-launcher{animation:none!important;transition:opacity .2s ease!important}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/concierge.css.map */
