:root{--bg-body: #f3f4f6;--bg-paper: #ffffff;--text-main: #1f2937;--text-muted: #6b7280;--primary: #111827;--accent: #2563eb;--border: #e5e7eb;--font-main: "Inter", system-ui, -apple-system, sans-serif;--font-serif: "Georgia", serif;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background:var(--bg-body);color:var(--text-main);line-height:1.5;font-size:14px}a{color:inherit;text-decoration:none}ul{list-style-position:inside}.cv-container{max-width:210mm;min-height:297mm;margin:2rem auto;background:var(--bg-paper);padding:2.5rem;box-shadow:0 4px 6px -1px #0000001a}.section{margin-bottom:1.5rem}.section-title{font-size:1rem;text-transform:uppercase;letter-spacing:1px;font-weight:700;border-bottom:2px solid var(--text-main);margin-bottom:1rem;padding-bottom:.25rem;color:var(--text-main)}.compact-list li{margin-bottom:.25rem}@media print{body{background:white}.cv-container{margin:0;box-shadow:none;max-width:100%;width:100%;padding:0}}
