:root{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";line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;color-scheme:light dark;--color-text: #262626;--color-text-secondary: #8c8c8c;--color-text-tertiary: #bfbfbf;--color-bg: #ffffff;--color-bg-secondary: #fafafa;--color-bg-tertiary: #f5f5f5;--color-border: #d9d9d9;--color-border-secondary: #f0f0f0;--theme-mode: light;--theme-size: default}.theme-dark{--color-text: #ffffff;--color-text-secondary: #a6a6a6;--color-text-tertiary: #737373;--color-bg: #141414;--color-bg-secondary: #1f1f1f;--color-bg-tertiary: #262626;--color-border: #434343;--color-border-secondary: #303030}.theme-compact{--spacing-unit: 4px;--component-height: 28px;--font-size-base: 12px}.theme-default{--spacing-unit: 8px;--component-height: 32px;--font-size-base: 14px}*{box-sizing:border-box}html{height:100%;scroll-behavior:smooth}body{margin:0;padding:0;min-height:100vh;background-color:var(--color-bg);color:var(--color-text);transition:background-color .3s ease,color .3s ease}#root{min-height:100vh;width:100%}a{color:#1890ff;text-decoration:none;transition:color .3s ease}a:hover{color:#40a9ff}a:active{color:#096dd9}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}*{scrollbar-width:thin;scrollbar-color:var(--color-border) var(--color-bg-secondary)}::selection{background-color:#1890ff;color:#fff}::-moz-selection{background-color:#1890ff;color:#fff}:focus-visible{outline:2px solid #1890ff;outline-offset:2px}[disabled]{cursor:not-allowed;opacity:.6}img{max-width:100%;height:auto}table{border-collapse:collapse;width:100%}code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;background-color:var(--color-bg-tertiary);padding:2px 4px;border-radius:3px;font-size:.875em}pre{background-color:var(--color-bg-tertiary);padding:16px;border-radius:6px;overflow-x:auto;line-height:1.45}pre code{background-color:transparent;padding:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
