*{margin:0;padding:0;box-sizing:border-box}:root{--theme-primary: #faad14;--theme-secondary: #ff7875;--theme-success: #52c41a;--theme-warning: #fa8c16;--theme-error: #fa541c;--theme-background: #fffbe6;--theme-text: #262626;--theme-border: #ffd666}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--theme-background);color:var(--theme-text);transition:all .5s cubic-bezier(.34,1.56,.64,1)}.theme-transition,.card-item,.ant-card,.ant-table,.ant-form,.ant-btn,.ant-tag,.ant-select,.ant-date-picker,.ant-menu,.ant-modal,.ant-popover,.ant-tooltip{transition:all .5s cubic-bezier(.34,1.56,.64,1)}#root{width:100%;min-height:100vh;overflow:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.message-list{display:flex;flex-direction:column;gap:16px}.message-item{max-width:80%;padding:12px 16px;border-radius:12px;line-height:1.5}.message-item.bot{align-self:flex-start;background-color:#f0f0f0}.message-item.user{align-self:flex-end;background-color:#1890ff;color:#fff}.iframe-container{position:relative;width:100%;height:100%;overflow:hidden}.iframe-container iframe{width:100%;height:100%;border:none}@media (max-width: 768px){.ant-layout{flex-direction:column}.ant-layout-sider{width:100%!important;max-width:100%!important;min-width:100%!important}}
