﻿/*
 * 查重独立端 — corporate-theme 兼容层
 * 设计系统已移入 style.css，仅保留向后兼容变量
 */
:root {
    --bg-app: #f8fafc;
    --bg-card: #ffffff;
    --bg-card-hover: #f1f5f9;
    --primary: #1e293b;
    --primary-hover: #0f172a;
    --primary-light: #334155;
    --success: #059669;
    --success-bg: rgba(5, 150, 105, 0.06);
    --warning: #d97706;
    --warning-bg: rgba(217, 119, 6, 0.06);
    --error: #dc2626;
    --error-bg: rgba(220, 38, 38, 0.06);
    --info: #64748b;
    --text-main: #1e293b;
    --text-secondary: #475569;
    --text-muted: #94a3b8;
    --text-inverse: #ffffff;
    --border-light: #e2e8f0;
    --border-focus: #64748b;
    --shadow-sm: 0 1px 3px rgba(15,23,42,0.06);
    --shadow-md: 0 4px 12px rgba(15,23,42,0.07);
    --shadow-lg: 0 8px 24px rgba(15,23,42,0.08);
    --font-heading: 'Inter','Noto Sans SC',sans-serif;
    --font-sans: 'Inter','Noto Sans SC',sans-serif;
    --font-mono: 'JetBrains Mono',monospace;
}
