*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100vh}:root{--color-primary: #6E3482;--color-primary-hover: #49225B;--color-primary-light: #E4D9E7;--color-green: #0f7b6c;--color-green-bg: #dbeddb;--color-green-hover: #0a5c51;--color-orange: #d9730d;--color-orange-bg: #fdecc8;--color-text-primary: #4a4a4a;--color-text-secondary: #787774;--color-text-muted: #999999;--color-bg-primary: #ffffff;--color-bg-secondary: #f7f6f3;--color-bg-hover: #f5f5f5;--color-border: #e9e9e7;--color-border-secondary: #f0f0f0;--color-border-hover: #d3d3d3;--color-error: #eb5757;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d3d3d3;border-radius:3px}.math-editor{position:relative;min-height:48px}.math-editor.preview{cursor:pointer;padding:8px;border-radius:6px;transition:background .2s}.math-editor.preview:hover{background:#6e34820a}.math-editor-preview-hover{position:absolute;top:4px;right:4px;opacity:0;transition:opacity .2s;z-index:1}.math-editor.preview:hover .math-editor-preview-hover{opacity:1}.math-editor-textarea{width:100%;min-height:80px;padding:12px;border:1px solid #d9d9d9;border-radius:8px;font-size:14px;line-height:1.6;resize:vertical;outline:none;font-family:inherit}.math-editor-textarea:focus{border-color:#6e3482;box-shadow:0 0 0 2px #6e34821a}.math-editor-toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.math-editor-tip{font-size:12px;color:#999}.math-editor-actions{display:flex;gap:8px}.math-render-root .katex{font-size:1em!important}.math-render-root .katex .mathnormal{font-family:inherit}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-in{animation:slideInFromBottom .3s ease-out}.animate-pulse-slow{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.app-select-dropdown{border-radius:12px;box-shadow:0 4px 16px #00000014;padding:4px}.app-select-dropdown .ant-select-item{border-radius:8px;padding:8px 12px;color:#4a4a4a}.app-select-dropdown .ant-select-item-option-selected{background-color:#fff!important;color:#4a4a4a;font-weight:400!important}.app-select-dropdown .ant-select-item-option-selected .ant-select-item-option-content{font-weight:400!important}.app-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-selected){background-color:#f7f6f3!important}.app-select-dropdown .ant-select-item-option-state{display:flex!important;align-items:center;color:#4a4a4a}html body .ant-select .ant-select-selector,html body .ant-select:hover .ant-select-selector,html body .ant-select-focused .ant-select-selector,html body .ant-select-disabled .ant-select-selector{background:transparent!important}
