:root {
    --agent-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    --agent-text: #0f172a;
    --agent-text-muted: #64748b;
    --agent-bg: #f1f5f9;
    --agent-surface: #ffffff;
    --agent-border: #e2e8f0;
    --agent-accent: #2563eb;
    --agent-fs-base: 15px;
    --agent-fs-sm: 14px;
    --agent-fs-lg: 17px;
    --agent-fs-title: 18px;
    --agent-radius: 10px;
}

html {
    font-size: var(--agent-fs-base);
}

body {
    font-family: var(--agent-font);
    color: var(--agent-text);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    background: var(--agent-bg);
}

.container h1,
.page-header h1,
.login-title h1 {
    font-size: var(--agent-fs-title);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--agent-text);
}

h2, h3 {
    font-weight: 600;
    color: var(--agent-text);
}

.user-name,
.user-details .user-name {
    font-size: var(--agent-fs-lg);
    font-weight: 600;
}

button, .btn, input[type="submit"], .nav-text {
    font-family: inherit;
    font-size: var(--agent-fs-sm);
}

table th, table td {
    font-size: var(--agent-fs-sm);
}

.bottom-nav .nav-text {
    font-size: 12px;
    font-weight: 500;
}
