:root{--orange:#e78954;--orange-light:#eeb5a2;--bg:#f7f5f3;--surface:#fff;--border:#e8e4e0;--text:#2b2b2b;--text-muted:#8a8580;--danger:#d64545;--tabbar-height:58px;--chat-font-scale:1;--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px);color:var(--text);background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;font:15px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,system-ui,Roboto,Malgun Gothic,sans-serif}*{box-sizing:border-box}html,body{overscroll-behavior-y:none;margin:0;padding:0}body{overflow:hidden}#root{width:100%;height:100dvh;height:var(--app-height,100dvh);flex-direction:column;display:flex;overflow:hidden}button{font:inherit;color:inherit;cursor:pointer}input,textarea{font:inherit}.chat-input-textarea{scrollbar-width:none}.chat-input-textarea::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none}.search-progress-bar{transform-origin:0;background:#e78954;height:2px;animation:1s ease-in-out infinite search-progress}@keyframes search-progress{0%{opacity:.9;transform:scaleX(0)}50%{opacity:.9;transform:scaleX(1)}to{opacity:0;transform:scaleX(1)}}
