#root{text-align:left;min-height:100vh;margin:0;padding:0}.global-header{z-index:2;background:#240085;height:55px;position:relative}.global-header-inner{justify-content:space-between;align-items:center;height:100%;padding:0 24px;display:flex}.global-logo-slot{color:#fff;letter-spacing:.02em;min-width:120px;font-size:18px;font-weight:700}.global-user-block{color:#fff;align-items:center;gap:10px;display:inline-flex}.global-user-icon{background:#ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.global-user-icon svg{fill:currentColor;width:18px;height:18px}.global-user-name{font-size:14px;font-weight:600}.home-page{-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;min-height:calc(100vh - 55px);padding:8vh 24px 130px;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Arial,sans-serif;display:flex}.home-page-chat{justify-content:flex-start;padding-top:24px}.home-page button,.home-page input{font-family:inherit}.home-greeting-title,.home-greeting-subtitle,.home-intro,.home-theme-title,.home-theme-desc,.home-chat-header,.home-chat-user-bubble,.home-chat-bot-bubble{cursor:default}.home-hero{max-width:860px}.home-setup{opacity:1;max-height:900px;transition:opacity .45s,transform .45s,max-height .45s;transform:translateY(0)}.home-setup-hidden{opacity:0;pointer-events:none;max-height:0;overflow:hidden;transform:translateY(-28px)}.home-greeting-title{color:#3a2a8b;letter-spacing:-.2px;margin:0 0 6px;font-size:28px;font-weight:500}.home-name{color:#5b2ee6;font-weight:700}.home-greeting-subtitle{color:#1f0a73;letter-spacing:-.4px;margin:0 0 18px;font-size:46px;font-weight:700}.home-intro{color:#3b3b3b;max-width:720px;margin:0;font-size:16px;line-height:1.6}.home-theme-grid{grid-template-columns:repeat(3,minmax(240px,1fr));gap:24px;margin-top:28px;display:grid}.home-theme-card{isolation:isolate;text-align:left;-webkit-backdrop-filter:blur(14px);cursor:pointer;background:0 0;border:1px solid #ffffffe6;border-radius:20px;padding:20px 22px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 18px 40px #3214781f}.home-theme-card,.home-theme-card *{cursor:pointer}.home-theme-card:before{content:"";border-radius:inherit;opacity:.45;z-index:0;background:#fff;transition:opacity .2s,background .2s;position:absolute;inset:0}.home-theme-card>*{z-index:1;position:relative}.home-theme-card:hover{transform:translateY(-2px);box-shadow:0 22px 46px #3214782e}.home-theme-card:hover:before{opacity:1}.home-theme-card-selected{border-color:#c2b0fff2;box-shadow:0 0 0 2px #c2b0ff59,0 20px 42px #32147826}.home-theme-card-selected:before{opacity:1;background:linear-gradient(135deg,#4b22c8 0%,#6f49d8 55%,#9f7cff 100%)}.home-theme-card-selected .home-theme-title,.home-theme-card-selected .home-theme-desc,.home-theme-card-selected .home-theme-icon{color:#fff}.home-theme-card-selected .home-theme-icon{background:#fff3}.home-theme-icon{color:#3f1fb0;background:#5a34dc1f;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:10px;display:inline-flex}.home-theme-icon svg{fill:currentColor;width:22px;height:22px}.home-theme-title{color:#32136f;margin-bottom:6px;font-size:18px;font-weight:700}.home-theme-desc{color:#5b5b5b;font-size:13.5px;line-height:1.5}.home-chat-stage{width:100%;max-width:1000px;margin-top:8px}.home-chat-header{color:#2c126e;margin:0 0 34px;font-size:32px;font-weight:700}.home-chat-stream{flex-direction:column;gap:18px;display:flex}.home-chat-turn{flex-direction:column;gap:12px;display:flex}.home-chat-user-row{justify-content:flex-end;display:flex}.home-chat-user-bubble{color:#fff;background:linear-gradient(135deg,#4b22c8 0%,#6f49d8 55%,#9f7cff 100%);border:1px solid #c2b0ffe6;border-radius:18px 18px 6px;max-width:min(640px,78%);padding:14px 16px;box-shadow:0 14px 28px #4222a42e}.home-chat-bot-row{justify-content:center;display:flex}.home-chat-bot-bubble{color:#2f2f2f;text-align:left;background:#ffffffd1;border:1px solid #fff;border-radius:18px;max-width:min(760px,86%);padding:16px 18px;box-shadow:0 16px 30px #3c3c501f}.home-prompt-shell{padding:0 24px;position:fixed;bottom:16px;left:0;right:0}.home-prompt-bar{background:#ffffff73;border:1px solid #fff;border-radius:999px;align-items:center;gap:12px;max-width:980px;margin:0 auto;padding:8px 10px 8px 18px;display:flex}.home-prompt-input{color:#2f2f2f;-webkit-user-select:text;user-select:text;background:0 0;border:0;outline:none;flex:1;font-size:16px}.home-prompt-input::placeholder{color:#92969c}.home-prompt-input:disabled{cursor:not-allowed}.home-prompt-send{color:#fff;cursor:pointer;background:#c7c9cc;border:0;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .16s,background-color .16s;display:inline-flex}.home-prompt-send svg{fill:currentColor;width:19px;height:19px}.home-prompt-send:disabled{opacity:.9;cursor:not-allowed}.home-prompt-shell-enabled .home-prompt-bar{background:#fff}.home-prompt-shell-enabled .home-prompt-send{background:linear-gradient(135deg,#4b22c8 0%,#6f49d8 55%,#9f7cff 100%)}.home-prompt-shell-enabled .home-prompt-send:hover{background:linear-gradient(135deg,#3f1ab3 0%,#6239cc 55%,#8f68f5 100%);transform:translateY(-1px)}@media (max-width:720px){.global-header-inner{padding:0 18px}.global-logo-slot{min-width:100px;font-size:16px}.home-page{padding:6vh 18px 118px}.home-greeting-title{font-size:22px}.home-greeting-subtitle{font-size:32px}.home-chat-header{font-size:26px}.home-chat-user-bubble,.home-chat-bot-bubble{max-width:100%}.home-theme-grid{grid-template-columns:1fr;gap:16px}.home-prompt-shell{padding:0 14px;bottom:12px}.home-prompt-bar{padding:8px 8px 8px 14px}}.chat-page{max-width:1380px;padding:18px 18px 24px;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Arial,sans-serif}.chat-page button,.chat-page input,.chat-page textarea,.chat-page select{font-family:inherit}.chat-page-shell{flex-direction:column;gap:14px;min-height:calc(100vh - 48px);display:flex}.chat-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.chat-back-button{color:#2f1e72;cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffb8;border:1px solid #5f48bf2e;border-radius:999px;padding:10px 16px;font-size:13px;font-weight:600;box-shadow:0 10px 24px #36257b14}.chat-back-button:hover{background:#ffffffeb}.chat-toolbar-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.chat-theme-pill,.chat-meta-pill{color:#3d297d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffbd;border:1px solid #7858dc2e;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:600;box-shadow:0 12px 28px #442e8c14}.chat-theme-pill{color:#fff;background:linear-gradient(135deg,#4b22c8 0%,#6f49d8 55%,#9f7cff 100%);border-color:#ffffff47}.chat-layout{flex:1;min-height:0}.chat-sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff9e;border:1px solid #ffffffe6;border-radius:28px;flex-direction:column;min-height:0;padding:18px;display:flex;box-shadow:0 24px 50px #381e881f}.chat-sidebar-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.chat-sidebar-title{color:#2d166f;font-size:16px;font-weight:700}.chat-sidebar-subtitle{color:#6f6a86;margin-bottom:14px;font-size:12px}.chat-history{flex-direction:column;flex:1;gap:10px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.chat-history-empty{color:#746d8e;background:#ffffffb8;border-radius:18px;padding:14px;font-size:13px}.chat-history-item{text-align:left;color:#2d2350;cursor:pointer;background:0 0;border:0;border-radius:18px;width:100%;padding:12px 14px;transition:transform .16s,box-shadow .16s,border-color .16s}.chat-history-item-title{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.chat-history-item-meta{opacity:.72;margin-top:5px;font-size:11px}.chat-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffbd;border:1px solid #ffffffeb;border-radius:30px;flex-direction:column;min-height:0;display:flex;overflow:hidden;box-shadow:0 28px 56px #321c8024}.chat-panel-header{border-bottom:1px solid #7a67ba24;justify-content:space-between;align-items:center;gap:12px;padding:20px 22px 14px;display:flex}.chat-panel-title{color:#29156a;font-size:26px;font-weight:700}.chat-panel-subtitle{color:#716b86;margin-top:4px;font-size:13px}.chat-panel-actions{align-items:center;gap:10px;display:flex}.chat-escalate-button{color:#311f78;cursor:pointer;background:#ffffffd6;border:1px solid #5f48bf2e;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:700}.chat-escalate-button:disabled{cursor:not-allowed;opacity:.55}.chat-messages{flex-direction:column;flex:1;min-height:0;display:flex}.chat-messages-list{flex:1;min-height:0;padding:20px 22px 16px;overflow-y:auto}.chat-empty-state{color:#625c7b;background:#ffffffd1;border-radius:24px;max-width:420px;padding:18px 20px;box-shadow:0 16px 28px #412e7c14}.chat-message-row{margin-bottom:12px;display:flex}.chat-message-row-user{justify-content:flex-end}.chat-message-row-assistant{justify-content:flex-start}.chat-message-bubble{border-radius:22px;max-width:min(760px,82%);padding:12px 14px;position:relative}.chat-message-bubble-user{color:#fff;background:linear-gradient(135deg,#4b22c8 0%,#6f49d8 55%,#9f7cff 100%);border-radius:24px 24px 10px;box-shadow:0 16px 30px #4827ab38}.chat-message-bubble-assistant{color:#2a2740;background:#ffffffe6;border:1px solid #fffffff5;border-radius:24px 24px 24px 10px;box-shadow:0 16px 30px #4941661a}.chat-message-author{letter-spacing:.02em;opacity:.62;margin-bottom:6px;font-size:11px;font-weight:700}.chat-message-text{white-space:pre-wrap;font-size:14px;line-height:1.6}.chat-feedback{gap:8px;margin-top:10px;display:flex}.chat-feedback-button{color:#4b35a3;cursor:pointer;background:#573cb514;border:none;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}.chat-feedback-button-active{background:#573cb52e}.chat-utility-box{background:#ffffffd6;border:1px solid #7b68bd1f;border-radius:18px;margin:0 22px 14px;padding:14px}.chat-utility-title{color:#3b267f;margin-bottom:10px;font-size:12px;font-weight:700}.chat-utility-form{flex-wrap:wrap;gap:10px;display:flex}.chat-input,.chat-textarea{color:#2a2740;background:#fffffff5;border:1px solid #7b68bd2e;border-radius:14px;outline:none;width:100%;padding:11px 13px;font-size:13px}.chat-input:focus,.chat-textarea:focus{border-color:#5f48bf66;box-shadow:0 0 0 4px #7057d014}.chat-utility-message{color:#6a6481;margin-top:8px;font-size:12px}.chat-composer-shell{background:#ffffffe0;border:1px solid #7b68bd24;border-radius:24px;padding:12px}.chat-composer-textarea{resize:none;color:#2b2642;background:0 0;border:none;outline:none;width:100%;padding:4px 6px 8px;font-size:14px;line-height:1.5}.chat-composer-footer{justify-content:space-between;align-items:center;gap:12px;padding:4px 4px 0;display:flex}.chat-composer-hint{color:#7e7796;font-size:11px}.button-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4b22c8 0%,#6f49d8 55%,#9f7cff 100%);border:none;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:700;box-shadow:0 14px 28px #4d27ad3d}.button-primary:disabled{opacity:.5;cursor:default;box-shadow:none}.chat-scrollable,.chat-history,.chat-messages-list{scrollbar-width:none;-ms-overflow-style:none}.chat-scrollable::-webkit-scrollbar{width:0;height:0}.chat-history::-webkit-scrollbar{width:0;height:0}.chat-messages-list::-webkit-scrollbar{width:0;height:0}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1f124947;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-card{background:#fffffff5;border-radius:26px;width:100%;max-width:440px;padding:20px;box-shadow:0 26px 54px #2213543d}.modal-title{color:#2f1c73;font-size:18px;font-weight:700}.modal-copy{color:#6d6784;margin:8px 0 14px;font-size:13px;line-height:1.5}.modal-error{color:#b42318;margin:8px 0 0;font-size:12px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:14px;display:flex}.modal-secondary{cursor:pointer;background:#ffffffe6;border:1px solid #7b68bd2e;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:700}@media (max-width:720px){.chat-page{padding:14px 12px 18px}.chat-toolbar{flex-direction:column;align-items:flex-start}.chat-toolbar-meta{justify-content:flex-start}.chat-panel-header{flex-direction:column;align-items:flex-start}.chat-panel-title{font-size:22px}.chat-message-bubble{max-width:100%}.chat-composer-footer{flex-direction:column;align-items:flex-start}}.chat-page-shell{gap:10px;min-height:calc(100vh - 28px)}.chat-toolbar{align-items:flex-start}.chat-layout{min-height:0}.chat-sidebar{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-radius:24px;padding:10px 0 0}.chat-sidebar-header{margin-bottom:14px;padding:0 6px}.chat-history{padding-right:6px}.chat-history-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:0 0;border:0;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.chat-history-open{text-align:left;color:inherit;cursor:pointer;background:0 0;border:none;flex:1;padding:0}.chat-history-delete{color:inherit;cursor:pointer;background:#311f7814;border:none;border-radius:999px;flex:none;padding:7px 10px;font-size:10px;font-weight:700}.chat-main{flex-direction:column;min-height:0;display:flex}.chat-main-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.chat-main-title{letter-spacing:-.03em;color:#2b1672;text-transform:capitalize;font-size:34px;font-weight:700}.chat-main-subtitle{color:#716b86;margin-top:4px;font-size:13px}.chat-main-actions{align-items:center;gap:10px;display:flex}.chat-messages{background:0 0;flex:1;min-height:0}.chat-messages-list{background:0 0;flex:1;min-height:0;max-height:calc(100vh - 260px);padding:12px 18px 18px 8px}.chat-message-row{margin-bottom:18px}.chat-message-bubble-user{border-radius:18px;padding:12px 16px}.chat-message-bubble-assistant{background:#fffffff5;border:1px solid #fffffffa;border-radius:22px;padding:16px 20px;box-shadow:0 18px 32px #5852700f}.chat-message-author{display:none}.chat-feedback{margin-top:12px}.chat-utility-box{margin:0 12px 12px 8px}.chat-composer-shell{background:#ffffffd6;border-radius:999px;padding:12px 14px 12px 18px;box-shadow:0 18px 34px #5f4e991f}.chat-composer-textarea{min-height:28px;max-height:110px;padding:2px 6px 0}.chat-composer-footer{align-items:center;padding-top:2px}.button-primary{min-width:48px;padding:12px 16px}.chat-back-button{box-shadow:none}.chat-sidebar-subtitle{margin:4px 0 0}.chat-history-item{background:0 0}.chat-main-actions .chat-escalate-button{color:#fff;background:linear-gradient(135deg,#4b22c8 0%,#6f49d8 55%,#9f7cff 100%);border:0;box-shadow:0 14px 28px #4d27ad2e}.chat-back-button{box-shadow:none;background:#ffffff73;border:1px solid #fff}.chat-message-bubble-assistant{background:#efeff2eb;box-shadow:0 16px 28px #5852700f}.chat-empty-state{background:#ffffffeb;box-shadow:0 16px 28px #5852700d}.chat-utility-box{box-shadow:none;background:#ffffff6b;border:1px solid #ffffff8c}.chat-composer{padding:0 0 6px}.chat-composer-shell{max-width:100%;box-shadow:none;background:#ffffffb8;border:1px solid #fff;margin:0}.chat-composer-textarea{resize:none;min-height:24px;max-height:120px;padding-top:6px;line-height:1.45}.chat-send-button{flex:none}.chat-context-menu{z-index:20;color:#301b77;cursor:pointer;background:#fffffff5;border:1px solid #ffffffeb;border-radius:14px;padding:10px 14px;font-size:12px;font-weight:700;position:fixed;box-shadow:0 18px 34px #46308f2e}.chat-page{max-width:1200px;padding:18px 24px 24px}.chat-page-shell{min-height:calc(100vh - 56px)}.chat-main{background:0 0;min-width:0}.chat-main-header{margin-bottom:12px}.chat-messages-list{max-height:calc(100vh - 280px);padding:12px 14px 14px 8px}.chat-message-bubble{max-width:min(760px,82%)}.chat-composer{border-top:none;padding:8px 0 0}.chat-messages{padding:0;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.chat-composer-shell.home-prompt-bar{background:#fff;border:1px solid #fff;border-radius:999px;width:100%;max-width:980px;margin:0 auto;padding:8px 10px 8px 18px;box-shadow:0 16px 30px #3c3c501f}.chat-composer-shell .home-prompt-send{background:linear-gradient(135deg,#4b22c8 0%,#6f49d8 55%,#9f7cff 100%)}.chat-composer-shell .home-prompt-send:hover{background:linear-gradient(135deg,#3f1ab3 0%,#6239cc 55%,#8f68f5 100%);transform:translateY(-1px)}.chat-composer-textarea.home-prompt-input{resize:none;min-height:24px;max-height:120px;padding:6px 0;line-height:1.45}.chat-message-stack{flex-direction:column;align-items:flex-start;display:flex}.chat-feedback{justify-content:flex-start;align-items:center;gap:8px;margin-top:10px;display:flex}.chat-feedback-left{align-items:center;gap:8px;display:flex}.chat-escalate-footer{justify-content:center;margin:10px 0 6px;display:flex}.chat-feedback-button{color:#5f6678;cursor:pointer;background:#fff;border:1px solid #646c823d;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.chat-feedback-button svg{fill:currentColor;width:16px;height:16px}.chat-feedback-button-active{color:#4b22c8;background:#4b22c81a;border-color:#4b22c88c}.chat-prompt-shell{z-index:15}.chat-page .chat-messages-list{padding-bottom:136px}@media (min-width:1536px){.chat-page{max-width:1360px;padding:22px 40px 28px}}@media (max-width:1280px){.chat-page{padding:16px 22px 22px}.chat-messages-list{max-height:calc(100vh - 300px)}}@media (max-width:1024px){.chat-page{padding:14px 20px 20px}.chat-sidebar{max-height:230px}.chat-messages-list{max-height:calc(100vh - 420px)}}@media (max-width:720px){.chat-page{padding:12px 18px 18px}.chat-toolbar{flex-direction:column;align-items:flex-start}.chat-toolbar-meta{justify-content:flex-start}.chat-main-header{flex-direction:column;align-items:flex-start}.chat-main-title{font-size:28px}.chat-message-bubble{max-width:100%}.chat-composer-shell.home-prompt-bar{padding:8px 8px 8px 14px}.chat-page .chat-messages-list{padding-bottom:124px}}@media (max-width:480px){.global-header-inner{padding:0 14px}.global-user-name{font-size:13px}.chat-page{padding:10px 14px 14px}.chat-main-title{font-size:24px}.chat-composer{padding-top:6px}.chat-composer-shell.home-prompt-bar{gap:8px;padding:8px 8px 8px 12px}.chat-page .chat-messages-list{padding-bottom:112px}}.chat-message-bubble-assistant{color:#000;background:#ffffff73;width:100%;max-width:100%}.chat-messages-list{max-height:none!important;overflow-y:visible!important}*{box-sizing:border-box}body{background:#fbfbfd;margin:0;font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif}.app-root{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.ambient-bg{pointer-events:none;z-index:0;position:fixed;inset:0}.ambient-orb{aspect-ratio:1;filter:blur(80px);opacity:.82;border-radius:44% 56% 52% 48%/42% 48% 52% 58%;width:min(62vw,620px);transition:left 3s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.ambient-orb:before,.ambient-orb:after{content:"";border-radius:inherit;position:absolute;inset:0}.ambient-orb:before{background:radial-gradient(circle at 35% 32%,#9976ff8c,#6dc9ff52 55%,#fff0 72%)}.ambient-orb:after{opacity:0;background:radial-gradient(circle at 35% 32%,#8a4bf6a6,#f3a7ff73 55%,#fff0 72%)}.ambient-orb-liquid{animation:14s ease-in-out infinite liquid-drift}.ambient-orb-liquid:after{animation:10s ease-in-out infinite alternate liquid-color-fade}body.app-chat-view .ambient-orb-liquid{left:92%}@keyframes liquid-drift{0%{border-radius:44% 56% 52% 48%/42% 48% 52% 58%;transform:translate(-50%,-50%)scale(1)}16%{border-radius:50% 50% 46% 54%/54% 44% 56% 46%;transform:translate(calc(14px - 50%),calc(-50% - 10px))scale(1.03)}33%{border-radius:44% 56% 52% 48%/42% 48% 52% 58%;transform:translate(-50%,-50%)scale(1)}50%{border-radius:53% 47% 58% 42%/47% 54% 46% 53%;transform:translate(calc(-50% - 12px),calc(12px - 50%))scale(.98)}66%{border-radius:44% 56% 52% 48%/42% 48% 52% 58%;transform:translate(-50%,-50%)scale(1)}83%{border-radius:41% 59% 47% 53%/58% 41% 59% 42%;transform:translate(calc(10px - 50%),calc(8px - 50%))scale(1.01)}to{border-radius:44% 56% 52% 48%/42% 48% 52% 58%;transform:translate(-50%,-50%)scale(1)}}@keyframes liquid-color-fade{0%{opacity:0}to{opacity:1}}@media (max-width:720px){body.app-chat-view .ambient-orb-liquid{left:74%}}.page,.home-page{z-index:1;position:relative}.page{width:1200px;max-width:1200px;min-height:calc(100vh - 55px);margin:0 auto;padding:16px}.card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:16px}.chat-layout{height:calc(100vh - 55px)}.chat-messages{background:0 0;border:0;border-radius:0;flex-direction:column;padding:12px;display:flex}.chat-messages-list{flex:1;padding-right:6px;overflow-y:auto}.chat-composer{border-top:1px solid #e5e5e5;margin-top:8px;padding-top:8px}.badge{background:#f0f0f0;border-radius:999px;align-items:center;gap:4px;padding:2px 6px;font-size:11px;display:inline-flex}.button-primary{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:999px;padding:8px 18px;font-size:14px}.button-primary:disabled{opacity:.5;cursor:default}
