@keyframes chat-sheet-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes chat-panel-unfold{0%{opacity:0;transform:scale(.72)translateY(24px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes chat-x-drop{0%{opacity:0;transform:translateY(-48px)scale(.7)}60%{opacity:1;transform:translateY(6px)scale(1.04)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes chat-x-lift{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-48px)scale(.9)}}@keyframes chat-x-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes chat-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-popup-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@layer utilities{.animate-chat-sheet-up{animation:.25s ease-out forwards chat-sheet-up}.animate-chat-panel-unfold{transform-origin:100% 100%;animation:.32s cubic-bezier(.32,.72,.35,1) both chat-panel-unfold}.animate-chat-x-drop{animation:.42s cubic-bezier(.32,.72,.35,1) both chat-x-drop}.animate-chat-x-lift{animation:.26s cubic-bezier(.4,0,.2,1) both chat-x-lift}.animate-chat-x-fade-out{animation:.22s ease-in both chat-x-fade-out}.animate-chat-popup-in{animation:.2s ease-out both chat-popup-in}.animate-chat-fade-up{animation:.4s both chat-fade-up}.animate-chat-answer-in{animation:.35s both chat-fade-up}.animate-chat-options-dim{transition:opacity .3s}.chat-pill,.chat-pill-selected,.chat-pill-unselected{letter-spacing:-.03em;border-radius:9999px;justify-content:center;align-items:center;height:41px;padding:10px 16px;font-size:14px;line-height:150%;transition:all .15s;display:inline-flex}.chat-pill-selected{background-color:var(--pri-color);color:#fff;font-weight:500}.chat-pill-unselected{border:1px solid var(--pri-bg-pressed);color:var(--pri-fontColor);background-color:#fff;font-weight:400}}:root{--chat-primary:#c41e24;--chat-primary-dark:#a31920;--chat-primary-light:#fff0f0;--chat-surface:#fff;--chat-answer-bg:#333;--chat-answer-text:#fff;--chat-text-primary:#1a1a1a;--chat-text-secondary:#888;--chat-border:#e5e5e5;--chat-bg-overlay:#00000080;--chat-bg-default:#f6f6f6;--chat-radius-sm:4px;--chat-radius-md:8px;--chat-radius-lg:16px;--chat-radius-full:9999px;--chat-font-family:"Pretendard",-apple-system,BlinkMacSystemFont,sans-serif;--chat-font-size-xs:11px;--chat-font-size-sm:13px;--chat-font-size-md:15px;--chat-font-size-lg:17px;--chat-font-size-xl:20px;--chat-font-weight-regular:400;--chat-font-weight-medium:500;--chat-font-weight-bold:700;--chat-spacing-xs:4px;--chat-spacing-sm:8px;--chat-spacing-md:12px;--chat-spacing-lg:16px;--chat-spacing-xl:20px;--chat-spacing-2xl:24px;--chat-shadow-panel:0 -4px 20px #00000026;--chat-shadow-bottomsheet:0 -2px 10px #0000001a}
