:root{--red-primary: #C41E3A;--red-light: #F5E6E8;--red-accent: #8B1A2B;--bg-primary: #FAFAF8;--bg-secondary: #F2F0EC;--bg-tertiary: #E8E5DF;--text-primary: #1A1A1A;--text-secondary: #6B6B6B;--text-muted: #9B9B9B;--blue-link: #2563EB;--green-pass: #16A34A;--yellow-warn: #CA8A04;--red-error: #DC2626;--font-body: "Noto Serif SC", "Source Han Serif SC", "SimSun", serif;--font-ui: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;--font-mono: "JetBrains Mono", "Consolas", monospace;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 10px 25px rgba(0,0,0,.1)}h1,h2,h3,h4,h5,h6{font-family:var(--font-ui);color:var(--red-accent);font-weight:600;margin-bottom:0;line-height:1.3}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p{font-family:var(--font-ui);color:var(--text-primary);margin-bottom:0;text-align:left}.text-muted{color:var(--text-muted);font-size:.875rem}a{color:var(--blue-link);text-decoration:none;transition:opacity .2s ease}a:hover{text-decoration:underline;opacity:.8}.script-content{font-family:var(--font-body);font-size:1.05rem;line-height:1.8;color:var(--text-primary);background:var(--bg-secondary);padding:var(--space-xl);border-radius:var(--radius-md);border:1px solid var(--bg-tertiary);box-shadow:var(--shadow-sm)}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-ui);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%;display:flex;flex-direction:column}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.ant-typography,.ant-btn,.ant-input,.ant-select,.ant-card,.ant-modal,.ant-drawer,.ant-list{font-family:var(--font-ui)}
