:root {
    --font-sans: 'Inter', 'LXGW WenKai', 'PingFang SC', 'Microsoft YaHei', -apple-system, 'Segoe UI', system-ui, sans-serif;
    --font-serif: 'Noto Serif SC', 'Source Serif Pro', 'LXGW WenKai', Georgia, serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', 'Consolas', 'LXGW WenKai Mono', monospace;

    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;

    --shadow-sm: 0 1px 3px rgba(0,0,0,.06);
    --shadow-md: 0 4px 12px rgba(0,0,0,.08);
    --shadow-lg: 0 12px 40px rgba(0,0,0,.12);
    --shadow-glow: 0 0 20px rgba(99,102,241,.15);

    --bg:            #f8f9fc;
    --bg-card:       #ffffff;
    --bg-dark:       #1a1b2e;
    --bg-darker:     #131425;
    --fg:            #2d2e3a;
    --fg-muted:      #8b8da3;
    --fg-on-dark:    #c8c9db;
    --accent:        #6366f1;
    --accent-hover:  #4f46e5;
    --accent-soft:   rgba(99,102,241,.1);
    --danger:        #ef4444;
    --danger-soft:   rgba(239,68,68,.1);
    --success:       #10b981;
    --success-soft:  rgba(16,185,129,.1);
    --warning:       #f59e0b;
    --warning-soft:  rgba(245,158,11,.1);
    --border:        #e5e7f0;
    --border-on-dark:#2d2e42;

    --transition-fast: .15s ease;
    --transition-base: .25s ease;

    --sidebar-width: 220px;
    --topbar-height: 52px;
    --statusbar-height: 32px;
}
