.rtchat{position:fixed;right:1.6rem;bottom:1.6rem;z-index:90;font-size:1.4rem}.rtchat__bubble{display:flex;align-items:center;justify-content:center;width:5.2rem;height:5.2rem;border-radius:50%;border:none;cursor:pointer;background:var(--rt-mugwort, #445a48);color:var(--rt-rice, #fbf8f3);box-shadow:0 2px 12px #2e272247;transition:transform .12s ease,background-color .12s ease}.rtchat__bubble:hover{background:var(--rt-mugwort-soft, #6e8571);transform:translateY(-1px)}.rtchat__bubble:focus-visible{outline:2px solid var(--rt-honey, #c08b4a);outline-offset:3px}.rtchat__panel{position:absolute;right:0;bottom:6.4rem;width:min(36rem,calc(100vw - 3.2rem));max-height:min(60rem,calc(100vh - 9.6rem));display:flex;flex-direction:column;background:var(--rt-rice, #fbf8f3);border:1px solid var(--rt-line, #e8dfd2);border-radius:12px;box-shadow:0 8px 32px #2e272238;overflow:hidden}.rtchat__panel[hidden]{display:none}.rtchat__head{position:relative;padding:1.4rem 4rem 1.2rem 1.6rem;border-bottom:1px solid var(--rt-line, #e8dfd2);background:var(--rt-barley, #f2ebe0)}.rtchat__title{margin:0;font-family:var(--font-heading-family);font-weight:400;font-size:1.9rem;color:var(--rt-bark, #2e2722)}.rtchat__disclosure{margin:.5rem 0 0;font-size:1.1rem;line-height:1.45;color:var(--rt-stone, #6e645b)}.rtchat__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border:none;border-radius:50%;background:transparent;color:var(--rt-stone, #6e645b);cursor:pointer}.rtchat__close:hover{color:var(--rt-bark, #2e2722)}.rtchat__close:focus-visible{outline:2px solid var(--rt-honey, #c08b4a);outline-offset:2px}.rtchat__log{flex:1 1 auto;overflow-y:auto;padding:1.4rem 1.4rem .6rem;scroll-behavior:smooth}.rtchat__msg{max-width:86%;margin:0 0 1rem;padding:.9rem 1.2rem;border-radius:10px;line-height:1.5}.rtchat__msg p{margin:0}.rtchat__msg p+p{margin-top:.7rem}.rtchat__msg--bot{background:var(--rt-barley, #f2ebe0);color:var(--rt-bark, #2e2722);border-bottom-left-radius:3px}.rtchat__msg--user{margin-left:auto;background:var(--rt-mugwort, #445a48);color:var(--rt-rice, #fbf8f3);border-bottom-right-radius:3px}.rtchat__chip{display:inline-block;margin:.8rem .6rem .1rem 0;padding:.5rem 1.1rem;border:1px solid var(--rt-mugwort, #445a48);border-radius:999px;font-size:1.25rem;color:var(--rt-mugwort, #445a48);text-decoration:none;background:transparent}.rtchat__chip:hover{background:var(--rt-mugwort, #445a48);color:var(--rt-rice, #fbf8f3)}.rtchat__typing{margin:0;padding:0 1.6rem .6rem;font-size:1.2rem;font-style:italic;color:var(--rt-stone, #6e645b)}.rtchat__form{display:flex;gap:.8rem;align-items:flex-end;padding:1rem 1.2rem;border-top:1px solid var(--rt-line, #e8dfd2);background:var(--rt-rice, #fbf8f3)}.rtchat__input{flex:1 1 auto;min-height:3.8rem;max-height:10rem;resize:none;padding:.9rem 1.1rem;border:1px solid var(--rt-line, #e8dfd2);border-radius:8px;background:#fff;color:var(--rt-bark, #2e2722);font:inherit;font-size:1.4rem;line-height:1.4}.rtchat__input:focus-visible{outline:2px solid var(--rt-mugwort, #445a48);outline-offset:1px}.rtchat__send{flex:0 0 auto;padding:.9rem 1.5rem;border:none;border-radius:8px;background:var(--rt-mugwort, #445a48);color:var(--rt-rice, #fbf8f3);font:inherit;font-size:1.35rem;cursor:pointer}.rtchat__send:hover{background:var(--rt-mugwort-soft, #6e8571)}.rtchat__send:disabled{opacity:.55;cursor:default}.rtchat__send:focus-visible{outline:2px solid var(--rt-honey, #c08b4a);outline-offset:2px}.rtchat__privacy{margin:0;padding:0 1.4rem 1rem;font-size:1.05rem;line-height:1.45;color:var(--rt-stone, #6e645b)}.rtchat__notelink{color:var(--rt-mugwort, #445a48);text-decoration:underline;text-underline-offset:2px}.rtchat__notelink:focus-visible{outline:2px solid var(--rt-honey, #c08b4a);outline-offset:2px}.rtchat__faq{flex:0 1 auto;max-height:24rem;overflow-y:auto;padding:1rem 1.2rem .4rem;border-top:1px solid var(--rt-line, #e8dfd2);background:var(--rt-rice, #fbf8f3)}.rtchat__lead{margin:0 0 .7rem;font-size:1.15rem;letter-spacing:.04em;text-transform:uppercase;color:var(--rt-stone, #6e645b)}.rtchat__qs{margin:0;padding:0;list-style:none}.rtchat__qitem{margin:0 0 .5rem}.rtchat__q{display:block;width:100%;padding:.75rem 1.1rem;border:1px solid var(--rt-line, #e8dfd2);border-radius:8px;background:#fff;color:var(--rt-bark, #2e2722);font:inherit;font-size:1.3rem;line-height:1.4;text-align:left;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.rtchat__q:hover{border-color:var(--rt-mugwort, #445a48);background:var(--rt-barley, #f2ebe0)}.rtchat__q:focus-visible{outline:2px solid var(--rt-mugwort, #445a48);outline-offset:1px}.rtchat--faq .rtchat__log{min-height:6rem}@media screen and (max-width:479px){.rtchat{right:1.2rem;bottom:1.2rem}.rtchat__panel{position:fixed;left:.8rem;right:.8rem;bottom:7.2rem;width:auto;max-height:calc(100vh - 9rem)}.rtchat__faq{max-height:50vh}}@media(prefers-reduced-motion:reduce){.rtchat__bubble{transition:none}.rtchat__bubble:hover{transform:none}.rtchat__log{scroll-behavior:auto}.rtchat__q{transition:none}}@media print{.rtchat{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/routina-chat.css.map */
