:root{--color-background-primary:#fff;--color-background-secondary:#f8fafc;--color-background-tertiary:#f1f5f9;--color-text-primary:#0f172a;--color-text-secondary:#334155;--color-text-tertiary:#64748b;--color-border-primary:#2563eb;--color-border-secondary:#cbd5e1;--color-border-tertiary:#e2e8f0;--border-radius-md:8px;--border-radius-lg:12px;--font-sans:"Inter", system-ui, -apple-system, sans-serif}@media (prefers-color-scheme:dark){:root{--color-background-primary:#0f172a;--color-background-secondary:#1e293b;--color-background-tertiary:#020617;--color-text-primary:#f8fafc;--color-text-secondary:#94a3b8;--color-text-tertiary:#64748b;--color-border-primary:#3b82f6;--color-border-secondary:#475569;--color-border-tertiary:#334155}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-background-primary);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;line-height:1.5}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-background-primary)}::-webkit-scrollbar-thumb{background:var(--color-border-secondary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}@media print{@page{size:A4;margin:0}body,html,#root{background:#fff!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important}header,nav,footer:not(.fortyfour-hallmark-bar),button,.builder-controls{display:none!important}.preview-pane-wrapper{width:100%!important;height:auto!important;min-height:0!important;box-shadow:none!important;background:0 0!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}.cv-preview-container{width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;box-shadow:none!important;border:none!important;margin:0!important;padding:0!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}
