:root{--primary-color:#1677ff;--success-color:#52c41a;--warning-color:#faad14;--error-color:#ff4d4f;--text-color:#000000e0;--text-secondary:#000000a6;--border-color:#d9d9d9;--bg-color:#f5f5f5;--card-bg:#fff;--radius:8px;--spacing:16px}[data-theme=dark]{--primary-color:#1677ff;--success-color:#49aa19;--warning-color:#d89614;--error-color:#d32029;--text-color:#ffffffd9;--text-secondary:#ffffffa6;--border-color:#434343;--bg-color:#141414;--card-bg:#1f1f1f}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{color:var(--text-color);background:var(--bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,sans-serif}a{color:var(--primary-color);text-decoration:none}.page-container{padding:24px}.page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.page-title{margin:0;font-size:20px;font-weight:600}
