html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Sarabun,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1f2933;background:#f4f6f8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*{scrollbar-width:thin;scrollbar-color:#cbd2d9 transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{background:#cbd2d9;border-radius:999px}*::-webkit-scrollbar-thumb:hover{background:#9aa5b1}*::-webkit-scrollbar-track{background:transparent}::selection{background:#0f766e29}.ellipsis{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.typing-caret:after{content:"▍";margin-left:1px;animation:blink 1s step-end infinite;color:#0f766e}.ws-root{display:flex;height:100vh;overflow:hidden}.ws-sidebar{width:328px;flex-shrink:0;background:#fff;border-right:1px solid #e4e8ec;display:flex;flex-direction:column}.ws-sidebar__header{display:flex;align-items:center;gap:12px;padding:18px;border-bottom:1px solid #eef1f3}.ws-sidebar__brand-name{font-weight:700;font-size:15px;color:#1f2933;line-height:1.2}.ws-sidebar__brand-sub{font-size:11px;color:#7b8794;margin-top:2px}.ws-newchat{margin:14px 16px 4px}.ws-list{flex:1;overflow-y:auto;overflow-x:hidden;padding:4px 10px 14px}.ws-list__section{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#9aa5b1;padding:14px 8px 6px;display:flex;align-items:center;gap:6px}.ws-item{position:relative;display:flex;align-items:flex-start;gap:10px;padding:10px 10px 10px 12px;border-radius:10px;cursor:pointer;transition:background .15s ease}.ws-item:hover{background:#f4f6f8}.ws-item--active,.ws-item--active:hover{background:#e7f1ef}.ws-item--pinned:before{content:"";position:absolute;left:3px;top:12px;bottom:12px;width:3px;border-radius:999px;background:#b45309}.ws-item__body{flex:1;min-width:0}.ws-item__title{font-size:14px;font-weight:600;color:#1f2933}.ws-item__meta{font-size:12px;color:#9aa5b1;margin-top:3px}.ws-item__shared{display:flex;align-items:center;gap:4px;font-size:11px;color:#2f80ed;margin-top:3px}.ws-item__actions{flex-shrink:0;display:flex;align-items:center;gap:2px}.ws-item__act{border:none;background:transparent;color:#9aa5b1;cursor:pointer;padding:4px;border-radius:6px;opacity:0;display:inline-flex;transition:opacity .15s ease,color .15s ease,background .15s ease}.ws-item:hover .ws-item__act{opacity:1}.ws-item__act:hover{background:#eef1f3;color:#52606d}.ws-item__act--pinned{opacity:1;color:#b45309}.ws-empty-list{text-align:center;color:#9aa5b1;padding:40px 20px}.ws-empty-list__title{font-size:14px;font-weight:600;color:#7b8794;margin-bottom:4px}.ws-empty-list__hint{font-size:13px}.ws-sidebar__footer{border-top:1px solid #eef1f3;padding:12px 14px;display:flex;align-items:center;gap:10px}.ws-avatar{width:36px;height:36px;border-radius:50%;background:#0f766e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;flex-shrink:0}.ws-user{flex:1;min-width:0}.ws-user__name{font-size:13px;font-weight:600;color:#1f2933}.ws-user__role{font-size:11px;color:#9aa5b1}.ws-main{flex:1;min-width:0;display:flex;flex-direction:column;background:#f4f6f8}.ws-chat__header{height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;background:#fff;border-bottom:1px solid #e4e8ec}.ws-chat__title{font-size:15px;font-weight:600;color:#1f2933}.ws-chat__heading{flex:1;min-width:0;display:flex;align-items:center;gap:12px}.ws-chat__shared{flex-shrink:0;display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#2f80ed;background:#eaf2fe;padding:2px 10px;border-radius:999px}.ws-chat__actions{flex-shrink:0;display:flex;align-items:center;gap:8px}.ws-chat__body{flex:1;overflow-y:auto;padding:24px}.ws-chat__inner{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.msg{display:flex;gap:12px;align-items:flex-start}.msg--user{flex-direction:row-reverse}.msg__avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.msg__avatar--assistant{background:#fff;border:1px solid #e4e8ec;color:#fff}.msg__avatar--user{background:#d9e2ec;color:#52606d}.msg__col{display:flex;flex-direction:column;max-width:72%}.msg--user .msg__col{align-items:flex-end}.msg__bubble{padding:12px 16px;border-radius:14px;font-size:14px;line-height:1.65;white-space:pre-wrap;word-break:break-word}.msg--assistant .msg__bubble{background:#fff;border:1px solid #e4e8ec;color:#1f2933;border-top-left-radius:4px}.msg--user .msg__bubble{background:#0f766e;color:#fff;border-top-right-radius:4px}.msg__time{font-size:11px;color:#9aa5b1;margin-top:6px}.ws-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.ws-welcome__title{font-size:22px;font-weight:700;color:#1f2933;margin:18px 0 8px}.ws-welcome__sub{font-size:15px;color:#7b8794;max-width:480px;margin:0 0 24px;line-height:1.6}.ws-suggestions{display:flex;flex-direction:column;gap:10px;width:100%;max-width:440px}.ws-suggestion{text-align:left;padding:13px 16px;border:1px solid #e4e8ec;border-radius:12px;background:#fff;color:#3e4c59;font-size:14px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .05s ease}.ws-suggestion:hover{border-color:#0f766e;box-shadow:0 2px 8px #0f766e14}.ws-suggestion:active{transform:translateY(1px)}.ws-hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px 24px}.ws-hero__title{font-size:26px;font-weight:700;color:#1f2933;margin:20px 0 8px}.ws-hero__sub{font-size:15px;color:#7b8794;max-width:520px;margin:0 0 28px;line-height:1.6}.ws-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;max-width:680px}.ws-card{position:relative;text-align:left;padding:18px 18px 18px 22px;border:1px solid #e4e8ec;border-radius:14px;background:#fff;cursor:pointer;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .06s ease}.ws-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#0f766e;opacity:.85}.ws-card:hover{border-color:#0f766e;box-shadow:0 6px 20px #0f766e1a;transform:translateY(-1px)}.ws-card__title{font-size:15px;font-weight:700;color:#1f2933;margin-bottom:6px}.ws-card__desc{font-size:13px;color:#7b8794;line-height:1.55}@media(max-width:640px){.ws-cards{grid-template-columns:1fr}}.ws-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#7b8794;text-align:center;padding:24px}.ws-empty__title{font-size:16px;font-weight:600;color:#52606d}.ws-empty__sub{font-size:14px;color:#9aa5b1}.ws-composer{flex-shrink:0;border-top:1px solid #e4e8ec;background:#fff;padding:16px 24px}.ws-composer__inner{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:8px}.ws-composer__toolbar{display:flex;align-items:center;gap:8px;padding-bottom:2px}.ws-model__icon{color:#0f766e;font-size:14px}.ws-model__label{font-size:12px;font-weight:600;color:#7b8794}.ws-model__select{min-width:210px}.ws-composer__row{display:flex;gap:10px;align-items:flex-end}.ws-composer__field{flex:1;min-width:0}.ws-composer__attach{flex-shrink:0}.ws-attach{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;max-width:100%;padding:6px 10px;background:#f4f6f8;border:1px solid #e4e8ec;border-radius:10px;font-size:13px;color:#52606d}.ws-attach__icon{color:#0f766e}.ws-attach__name{max-width:220px;font-weight:600}.ws-attach__size{color:#9aa5b1;font-size:12px}.ws-attach__remove{border:none;background:transparent;color:#9aa5b1;cursor:pointer;display:inline-flex;padding:0;margin-left:2px}.ws-attach__remove:hover{color:#52606d}.ws-rename-label{display:block;font-size:13px;color:#52606d;margin-bottom:8px}.ws-share-hint{margin:12px 0 0;font-size:12px;line-height:1.5;color:#7b8794}
