:root{--color-primary: #C4684F;--color-primary-dark: #B05A42;--color-warm-bg: #F0E8DF;--color-warm-bg-hover: #E5D8CC;--color-warm-surface: #FFFDF9;--color-warm-tint: #F5EDE5;--color-warm-dot: #C4A090;--color-warm-icon: #7A5C4F;--color-warm-icon-hover: #5C3D30;--color-border: #EDE4D8;--color-text-main: #2C1F18;--color-text-subtle: #7A6A5F}.btn-warm{background-color:var(--color-warm-bg)}.btn-warm:hover{background-color:var(--color-warm-bg-hover)}@keyframes msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.msg-enter{animation:msg-in .22s cubic-bezier(.25,1,.5,1) both}@keyframes dot-wave{0%,60%,to{opacity:.3;transform:translateY(0) scale(.85)}30%{opacity:1;transform:translateY(-4px) scale(1)}}.typing-dot{animation:dot-wave 1.3s ease-in-out infinite}@keyframes spin-once{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.new-session-spinning .material-symbols-outlined{animation:spin-once .45s cubic-bezier(.25,1,.5,1) forwards}.send-btn:not(:disabled):hover{transform:translateY(-1px)}.send-btn:not(:disabled):active{transform:translateY(0) scale(.95)}.message-input:focus{box-shadow:0 0 0 3px #c4684f1f}@keyframes feedback-in{0%{opacity:0;transform:translateY(4px)}to{opacity:.7;transform:translateY(0)}}[data-feedback-bar]{animation:feedback-in .25s cubic-bezier(.25,1,.5,1) both;animation-delay:.15s}@keyframes send-fly{0%{transform:translateY(0);opacity:1}50%{transform:translateY(-6px);opacity:0}51%{transform:translateY(6px);opacity:0}to{transform:translateY(0);opacity:1}}.send-btn.sending .material-symbols-outlined{animation:send-fly .4s cubic-bezier(.25,1,.5,1) forwards}.chat-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin:.5rem 0;background:#fff0ec;border:1px solid #F5CFC5;border-radius:.75rem;color:#9b3a22;font-size:.875rem}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}body{min-height:max(884px,100dvh);background-color:#f0e8df;touch-action:pan-y;overscroll-behavior:none}body.is-mobile{min-height:100dvh;height:100dvh;padding:0;margin:0;background-color:#fffdf9}body.is-mobile #app-shell{width:100%;max-width:none;height:100dvh;min-height:100dvh;border-radius:0;border:none;box-shadow:none;position:fixed;top:0;left:0;right:0;bottom:0}body.is-mobile .chat-footer{padding-left:max(1.25rem,env(safe-area-inset-left));padding-right:max(1.25rem,env(safe-area-inset-right));padding-bottom:max(1.25rem,env(safe-area-inset-bottom))}body.is-mobile .chat-header #new-session-btn,body.is-mobile .send-btn{min-width:44px;min-height:44px}body.is-mobile .chat-header #new-session-btn{width:44px;height:44px}body.is-mobile .message-input{min-height:44px;font-size:16px}body.is-mobile .chat-header{padding-top:max(1rem,env(safe-area-inset-top))}body.is-mobile button,body.is-mobile .message-input{-webkit-tap-highlight-color:rgba(0,0,0,.08)}#chat-container{-webkit-overflow-scrolling:touch}@media(max-width:430px){body:not(.is-mobile){font-size:16px}body:not(.is-mobile) input[type=text]{font-size:16px!important}}@media(orientation:landscape)and (max-height:500px){body.is-mobile .chat-header{padding-top:max(.4rem,env(safe-area-inset-top))!important;padding-bottom:.4rem}body.is-mobile .h-safe-top{min-height:0!important;padding-top:0!important}body.is-mobile .chat-footer{padding-top:.4rem;padding-bottom:max(.4rem,env(safe-area-inset-bottom))}body.is-mobile #chat-container{padding-bottom:4.5rem}body.is-mobile .message-input{height:2.75rem}body.is-mobile .send-btn{height:2.75rem!important;width:2.75rem!important}}@media(max-width:359px){body.is-mobile #chat-container{padding-left:.875rem;padding-right:.875rem}body.is-mobile .chat-footer{padding-left:max(.875rem,env(safe-area-inset-left));padding-right:max(.875rem,env(safe-area-inset-right))}}@media(min-width:640px)and (max-width:1023px){body{background-color:#f0e8df}#app-shell{box-shadow:0 8px 40px -4px #7846321f,0 2px 8px -2px #78463214}}@supports (padding: max(0px)){.h-safe-top{padding-top:max(20px,env(safe-area-inset-top))}}.chat-markdown-body{word-wrap:break-word;overflow-wrap:anywhere;min-width:0}.chat-markdown-body>*+*{margin-top:.6em}.chat-markdown-body p:first-child{margin-top:0}.chat-markdown-body p:last-child{margin-bottom:0}.chat-markdown-body ul,.chat-markdown-body ol{margin:.5em 0;padding-left:1.4em}.chat-markdown-body ul{list-style-type:disc}.chat-markdown-body ol{list-style-type:decimal}.chat-markdown-body li{margin:.25em 0}.chat-markdown-body li::marker{color:#9e8d82}.chat-markdown-body strong{font-weight:600}.chat-markdown-body em{font-style:italic}.chat-markdown-body code{font-size:.9em;padding:.15em .4em;border-radius:4px;background:#f5ede5;font-family:ui-monospace,monospace}.chat-markdown-body pre{margin:.6em 0;padding:.75em 1em;border-radius:6px;background:#f5ede5;overflow-x:auto;font-size:.9em;line-height:1.45}.chat-markdown-body pre code{padding:0;background:none}.chat-markdown-body h1,.chat-markdown-body h2,.chat-markdown-body h3{font-weight:600;margin-top:.75em;margin-bottom:.35em}.chat-markdown-body h1{font-size:1.2em}.chat-markdown-body h2{font-size:1.1em}.chat-markdown-body h3{font-size:1.05em}.chat-markdown-body blockquote{margin:.5em 0;padding-left:1em;border-left:3px solid #EDE4D8;color:#6b5048}.chat-markdown-body a{color:#a8523a;text-decoration:underline;word-break:break-all}.chat-markdown-body a:hover{color:#8e3f28}[data-feedback-bar] button.feedback-selected-up{color:#16a34a;cursor:default}[data-feedback-bar] button.feedback-selected-up svg{fill:currentColor;opacity:.9}[data-feedback-bar] button.feedback-selected-down{color:#dc2626;cursor:default}[data-feedback-bar] button.feedback-selected-down svg{fill:currentColor;opacity:.9}[data-feedback-bar] button.feedback-selected-stuck{color:#b45309;cursor:default}@media(prefers-reduced-motion:reduce){.animate-bounce{animation:none}*{transition-duration:.01ms!important;animation-duration:.01ms!important}}
